ult) ) {
> echo("" . $row["id"] . "");
> }
> ?>
>
> What am I missing here? Or how can I trace the error?
>
> --
>
> Phil Jourdan --- p...@ptahhotep.com
> http://www.ptahhotep.com
> http://www.chiccantine.com
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
--
Richard Whitney
phpmy...@gmail.com
http://phpmydev.com
602-288-5340
310-943-6498
"You come up with ideas, I come up with solutions."
On Thu, Feb 12, 2009 at 5:05 PM, Daevid Vincent wrote:
> On Thu, 2009-02-12 at 15:58 -0700, Richard Whitney wrote:
>
> Anyone care to try this out? Feedback welcome.
> http://dftpcs.com
>
> Thanks
>
>
> Also, given that this was formatted and sounded as vague
name does not turn
> up anything php related on Google. I'm not doubting you, just letting
> you know why many list members won't visit that site.
>
Well I appreciate that. The domain name is not new - just new to the list.
It hadn't occurred to me that I was a new poster -
it's written in PHP and uses AJAX. Sorry for my fragmented thoughts!
On Thu, Feb 12, 2009 at 4:06 PM, Richard Whitney wrote:
> It's what I use for tracking my time and payments.
> Should've been more specific about it. Sorry!
>
>
>
> On Thu, Feb 12, 20
д-е-ё-ж-з-и-й-к-л-м-н-о-п-р-с-т-у-ф-х-ц-ч-ш-щ-ъ-ы-ь-э-ю-я
> ä-ö-ü-ß-Ä-Ö-Ü
>
--
Richard Whitney
phpmy...@gmail.com
http://phpmydev.com
602-288-5340
310-943-6498
"You come up with ideas, I come up with solutions."
Anyone care to try this out? Feedback welcome.
http://dftpcs.com
Thanks
--
Richard Whitney
phpmy...@gmail.com
http://phpmydev.com
602-288-5340
310-943-6498
"You come up with ideas, I come up with solutions."
>
> And just what metrics do you hope to be measuring (if any)? Or is this just
> for the fun of it?
I have a client who was going to host his website at a particular host.
It seemed rather slow so I wrote this liittle script to display the
difference between that host and mine - just a visual te
On Fri, 17 Sep 2004 07:46:23 -1200, blackwater dev
<[EMAIL PROTECTED]> wrote:
>
>
> how did gmail get you blocked?
Gmail did not block me - Rasmus blocked me 18 months ago when I posted
a joke to 2 different mailing lists - I was just trying to make people
have a laugh.
Richard
--
PHP General
Why did this mail get marked as SPAM?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Dear Rasmus,
Could you please unblock 140.99.35.6 from the mailing list.
I made a mistake once.
I subscribed using Gmail and I hate it.
Please forgive me.
Richard Whitney
[EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
On Fri, 17 Sep 2004 10:17:41 -0700, Richard Whitney <[EMAIL PROTECTED]> wrote:
> Anyone interested in seeing how fast your server can serve up a 6.5MB file?
>
> Run this:
>
> $start = time();
> echo $start;
> echo '';
> $i = 1;
> while($i < 1000
Anyone interested in seeing how fast your server can serve up a 6.5MB file?
Run this:
';
$i = 1;
while($i < 101){
echo $i.' ';
$i++;
}
$end = time();
$total = $end - $start;
echo '';
echo $total;
?>
Just a little fun!
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit:
Dear List!
Anyone out there using cPanel?
Perhaps you could instruct me as to how to rebuild PHP, assuming we
have similar file structure,
such that cPanel seems to do.
Many kind regards!
Richard
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.
How do you take out the Iraqi Intelligence Service?
--
Richard Whitney *
Transcend Development
Producing the next phase of your internet presence.
[EMAIL PROTECTED] *
http://xend.net*
602-971-2791
omers_firstname] $row_c[customers_lastname]
<$row_c[customers_email_address]>";
$mailheaders .= "Reply-To:
<$row_c[customers_email_address]>";
$subject = "Order from Active Imprints";
mail($recipient, $subject, $
$mailheaders .= "Reply-To:
<$row_c[customers_email_address]>";
$subject = "Order from Active Imprints";
mail($recipient, $subject, $msg, $mailheaders) or die ("Couldn't send mail!");
--
Ric
Get rid of the error
Quoting shaun <[EMAIL PROTECTED]>:
### how do i surpress an error message for a foreach statement?
###
###
###
### --
### PHP General Mailing List (http://www.php.net/)
### To unsubscribe, visit: http://www.php.net/unsub.php
###
###
--
Richard Whitney *
Tra
How Do, All?
Here's one unsuccessful attempt to add each $val during a for:
';
?>
Conversely I need to isolate certain elements oof a foreach:
Thank you!
--
Richard Whitney *
Transcend Development
Producing the next phase of your internet presence.
[EMAIL PROTECTED] *
ht
Braindead!
I need to evaluate a number if greater than 7 and add a value per increment.
I'm frazzled and can't think straight.
Thanks Guys!
--
Richard Whitney *
Transcend Development
Producing the next phase of your internet presence.
[EMAIL PROTECTED] *
http://xend.net*
60
Thanks for your suggestions everyone - I have the problem under control!
Richard
Quoting Jason Wong <[EMAIL PROTECTED]>:
### On Monday 24 March 2003 12:04, Richard Whitney wrote:
### > By the way, some names are various colorsappended with a size letter
### (i.e.
### > BlackM,
By the way, some names are various colorsappended with a size letter (i.e.
BlackM, GreenXL, etc.)
others are simply a letter incremented starting with a.
Thanks
Quoting Richard Whitney <[EMAIL PROTECTED]>:
### Greetings!
###
### I have several (up to 100) input boxes being generated
case any of you have had the same situation.
All suggestions are greatly appreciated!
--
Richard Whitney *
Transcend Development
Producing the next phase of your internet presence.
[EMAIL PROTECTED] *
http://xend.net*
602-971
### $s = $size[$i];
### $sql = "UPDATE products_to_sizes SET surcharge = '$c'
### WHERE product_id = '$products_id' AND size_id = '$s'";
### mysql_query($sql) or die ("Couldn't update rows".MYSQL_ERROR());
### print $sql.'';
### }
##
#x27; AND
size_id = '7'
UPDATE products_to_sizes SET surcharge = '3.00' WHERE product_id = '28' AND
size_id = '6'
UPDATE products_to_sizes SET surcharge = '3.00' WHERE product_id = '28' AND
size_id = '7'
I need to get rid of th
gt; div.banner {
### > position: absolute;
### > top: 0px;
### > left: 1%;
### > }
### >
### > I will be grateful for any ideas or advice on how to fix this.
### > Tia,
### > Andre
###
###
###
### --
### PHP General Mailing List (http://www.php.net/)
### To unsubscribe, v
t: http://www.php.net/unsub.php
###
###
--
Richard Whitney *
Transcend Development
Producing the next phase of your internet presence.
[EMAIL PROTECTED] *
http://xend.
ame"]
### or ["tmp_name"] and nothing comes up. Any reason?
### >
###
###
###
### --
### PHP General Mailing List (http://www.php.net/)
### To unsubscribe, visit: http://www.php.net/unsub.php
###
###
--
Richard Whitney *
Transcend Development
Producing the next phase o
; >To unsubscribe, visit: http://www.php.net/unsub.php
### >
### >
### > _
### > MSN 8 with e-mail virus protection service: 2 months FREE*
### > http://join.msn.com/?page=features/virus
### >
###
###
###
##
PHP General Mailing List (http://www.php.net/)
### To unsubscribe, visit: http://www.php.net/unsub.php
###
###
--
Richard Whitney *
Transcend Development
Producing the next phase of your internet presence.
[EMAIL PROTECTED] *
http://xend.net*
6
Quoting Luis A <[EMAIL PROTECTED]>:
### hi pasl i got a troblem here
###
###
### if some one can help me ?
###
### take a look at this
###
###
###
###
### HE DOES NOT WORKING
###
### any subjest ?
###
###
###
###
--
Richard Whitney *
Transcend Development
Producing th
ls` , `location` , `img`, `tstamp`, `style`)
### VALUES ('', '$serial',
'$model', '$yr_blt', '$km', '$price',
### '$hours',
### '$d
Recycled Beowulf Project
### Looking for throw-away or obsolete computers and parts
###to recycle into a Linux super computer
###
###
### --
### PHP General Mailing List (http://www.php.net/)
### To unsubscribe, visit: http://www.php.net/unsub.php
###
###
--
Richard Whitney *
Transce
t/unsub.php
###
###
--
Richard Whitney *
Transcend Development
Producing the next phase of your internet presence.
[EMAIL PROTECTED] *
http://xend.net*
6
#
###
### Thank you.
###
###
### --
### PHP General Mailing List (http://www.php.net/)
### To unsubscribe, visit: http://www.php.net/unsub.php
###
###
--
Richard Whitney *
Transcend Development
Producing the next phase of your internet presence.
[EMAIL PROTECTED] *
http://xend.
d
### dbg-client for this OS.
### Which php-debugger do you use under Linux?
###
### Thank you.
###
###
### --
### PHP General Mailing List (http://www.php.net/)
### To unsubscribe, visit: http://www.php.net/unsub.php
###
###
--
Richard Whitney *
Transcend Development
Producing the next p
List (http://www.php.net/)
### To unsubscribe, visit: http://www.php.net/unsub.php
###
###
--
Richard Whitney *
Transcend Development
Producing the next phase of your internet presence.
[EMAIL PR
p://www.php.net/)
### To unsubscribe, visit: http://www.php.net/unsub.php
###
###
--
Richard Whitney *
Transcend Development
Producing the next phase of your internet presence.
[EMAIL
p://www.php.net/)
### To unsubscribe, visit: http://www.php.net/unsub.php
###
###
--
Richard Whitney *
Transcend Development
Producing the next phase of your internet presence.
[EMAIL
t an extra query?
###
### thx,
###
### Hans
###
###
###
### --
### PHP General Mailing List (http://www.php.net/)
### To unsubscribe, visit: http://www.php.net/unsub.php
###
###
--
Richard Whitney *
Transcend Development
Producing the next phase of your internet presence.
[EMAIL PRO
pointers or example code
### >
### >
### > Steve Jackson
### > Web Developer
### > Viola Systems Ltd.
### > <http://www.violasystems.com/> http://www.violasystems.com
### > [EMAIL PROTECTED]
### > Mobile +358 50 343 5159
### >
### >
### >
### >
### >
#
dd slashes to prevent certain errors
### $picture_name = strip_tags($_FILES['picture']['name']);
### $picture_name = addslashes($picture_name);
### $picture_name = str_replace("\r\n", "", $picture_name);
### $picture_n
ibe, visit: http://www.php.net/unsub.php
###
###
--
Richard Whitney
Transcend Development
Producing the next phase of your internet presence.
[EMAIL PROTECTED]
http://xend.net
602-971-2791
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
ozillo and had no problems.
###
### -mm
###
###
###
### --
### PHP General Mailing List (http://www.php.net/)
### To unsubscribe, visit: http://www.php.net/unsub.php
###
###
--
Richard Whitney
Transcend Development
Producing the next phase of your internet presence.
[EMAIL PROTECTED]
http://xend
be, visit: http://www.php.net/unsub.php
###
###
--
Richard Whitney
Transcend Development
Producing the next phase of your internet presence.
[EMAIL PROTECTED]
http://xend.net
602-971-2791
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
tp://www.php.net/unsub.php
### >
### >
###
###
###
### --
### PHP General Mailing List (http://www.php.net/)
### To unsubscribe, visit: http://www.php.net/unsub.php
###
###
--
Richard Whitney
Transcend Development
Producing the next phase of your internet presence.
[EMAIL PROTECTED]
http://xend.net
602-971-2791
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
oxes are checked?
###
###
###
###
###
###
###
###
### --
### PHP General Mailing List (http://www.php.net/)
### To unsubscribe, visit: http://www.php.net/unsub.php
###
###
--
Richard Whitney
Transcend Development
Producing the next phase of your internet presence.
[EMAIL PROTECTED]
htt
## the following checkboxes are checked?
###
###
###
###
###
###
###
###
### --
### PHP General Mailing List (http://www.php.net/)
### To unsubscribe, visit: http://www.php.net/unsub.php
###
###
--
Richard Whitney
Transcend Development
Producing the next phase of your internet presence.
[EMAIL
47 matches
Mail list logo