Re: [PHP] What in Hades?

2009-02-26 Thread Richard Whitney
://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.

[PHP] Don't Forget to Punch the Clock, Shorty!

2009-02-12 Thread Richard Whitney
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.

Re: [PHP] Don't Forget to Punch the Clock, Shorty!

2009-02-12 Thread Richard Whitney
-- Richard Whitney phpmy...@gmail.com http://phpmydev.com 602-288-5340 310-943-6498 You come up with ideas, I come up with solutions.

Re: [PHP] Don't Forget to Punch the Clock, Shorty!

2009-02-12 Thread Richard Whitney
it's written in PHP and uses AJAX. Sorry for my fragmented thoughts! On Thu, Feb 12, 2009 at 4:06 PM, Richard Whitney phpmy...@gmail.com wrote: It's what I use for tracking my time and payments. Should've been more specific about it. Sorry! On Thu, Feb 12, 2009 at 4:05 PM, Dotan Cohen

Re: [PHP] Don't Forget to Punch the Clock, Shorty!

2009-02-12 Thread Richard Whitney
! Richard Whitney phpmy...@gmail.com http://phpmydev.com 602-288-5340 310-943-6498 You come up with ideas, I come up with solutions.

Re: [PHP] Don't Forget to Punch the Clock, Shorty!

2009-02-12 Thread Richard Whitney
On Thu, Feb 12, 2009 at 5:05 PM, Daevid Vincent dae...@daevid.com 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 as a spam email, I simply

[PHP] Server upload test

2004-09-17 Thread Richard Whitney
Anyone interested in seeing how fast your server can serve up a 6.5MB file? Run this: ? $start = time(); echo $start; echo 'brbr'; $i = 1; while($i 101){ echo $i.' '; $i++; } $end = time(); $total = $end - $start; echo 'brbr'; echo $total; ? Just a little fun! -- PHP General Mailing List

[PHP] Re: Server upload test

2004-09-17 Thread Richard Whitney
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 'brbr'; $i = 1; while($i 101){ echo $i.' '; $i++; } $end = time(); $total

[PHP] To Rasmus

2004-09-17 Thread Richard Whitney
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

Re: [PHP] RE: **[SPAM]** [PHP] Server upload test

2004-09-17 Thread Richard Whitney
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

Re: [PHP] To Rasmus

2004-09-17 Thread Richard Whitney
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

Re: [PHP] Re: Server upload test

2004-09-17 Thread Richard Whitney
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 test

Re: [PHP] mkdir() permissions

2004-08-19 Thread Richard Whitney
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:

[PHP] Apache vs. IIS

2003-03-28 Thread Richard Whitney
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

[PHP] A new set of eyes

2003-03-27 Thread Richard Whitney
]; $subject = Order from Active Imprints; mail($recipient, $subject, $msg, $mailheaders) or die (Couldn't send mail!); -- Richard Whitney * Transcend Development Producing the next phase of your internet presence. [EMAIL PROTECTED] * http://xend.net* 602-971-2791

[PHP] RE: Anew set of eyes

2003-03-27 Thread Richard Whitney
]; $mailheaders .= Reply-To: $row_c[customers_email_address]; $subject = Order from Active Imprints; mail($recipient, $subject, $msg, $mailheaders) or die (Couldn't send mail!); -- Richard Whitney * Transcend Development Producing the next phase of your

Re: [PHP] foreach statement

2003-03-25 Thread Richard Whitney
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 * Transcend

[PHP] count up from 7

2003-03-24 Thread Richard Whitney
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* 602-971-2791

[PHP] foreach() or for()

2003-03-24 Thread Richard Whitney
for a total } ? Thank you! -- Richard Whitney * Transcend Development Producing the next phase of your internet presence. [EMAIL PROTECTED] * http://xend.net* 602-971-2791

Re: [PHP] Generated input names

2003-03-23 Thread Richard Whitney
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 on the fly

[PHP] multiple foreach

2003-03-20 Thread Richard Whitney
products_to_sizes SET surcharge = '3.00' WHERE product_id = '28' AND size_id = '7' I need to get rid of the two middle statements Help!! :-) -- Richard Whitney * Transcend Development Producing the next phase of your internet presence. [EMAIL PROTECTED] * http://xend.net* 602-971-2791

RE: [PHP] multiple foreach

2003-03-20 Thread Richard Whitney
]; ### $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.'br'; ### } ### ### -Original Message- ### From: Richard Whitney [mailto:[EMAIL PROTECTED

Re: [PHP] Re: Eliminating space between HR and Image

2003-03-19 Thread Richard Whitney
### ### ### ### -- ### 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

Re: [PHP] What's this _FILE junk?

2003-03-17 Thread Richard Whitney
### $_FILES[imprintpicture], I try to echo $_FILES[imprintpicture][name] ### 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

Re: [PHP] Isn't it grea...t

2003-03-17 Thread Richard Whitney
### ### -- Richard Whitney * Transcend Development Producing the next phase of your internet presence. [EMAIL PROTECTED] * http://xend.net* 602-971-2791

Re: [PHP] no phun intended!!!

2003-03-09 Thread Richard Whitney
://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

Re: [PHP] good database design tool?

2003-02-28 Thread Richard Whitney
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

Re: [PHP] Re: Editors

2003-02-25 Thread Richard Whitney
###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 * Transcend Development Producing the next phase of your internet presence. [EMAIL PROTECTED

[PHP] Empty Query

2003-02-25 Thread Richard Whitney
', '1', '$tstamp', '$style');; ### } ### ### } Any thoughts? Enlightenment? Thanks -- Richard Whitney * Transcend Development Producing the next phase of your internet presence. [EMAIL PROTECTED] * http://xend.net* 602-971-2791

Re: [PHP] mysql trouble

2003-02-25 Thread Richard Whitney
); ### echo ¡Gracias! Hemos recibido sus datos.\n; ### ### ? ### ### ### ### HE DOES NOT WORKING ### ### any subjest ? ### ### ### ### -- Richard Whitney * Transcend Development Producing the next phase of your internet presence. [EMAIL PROTECTED] * http://xend.net* 602-971-2791

Re: [PHP] is there php debuggers or IDE under Linux?

2003-02-20 Thread Richard Whitney
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 phase of your internet

Re: [PHP] is there php debuggers or IDE under Linux?

2003-02-20 Thread Richard Whitney
. ### ### ### -- ### 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

Re: [PHP] DB row selection

2003-02-19 Thread Richard Whitney
? ### ### 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 PROTECTED] * http

Re: [PHP] Passing info to forms

2003-02-19 Thread Richard Whitney
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

Re: [PHP] Passing info to forms

2003-02-19 Thread Richard Whitney
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

Re: [PHP][PHP] Money Decimals

2003-02-19 Thread Richard Whitney
://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

Re: [PHP] Re: How do you update multiple rows at the same time?

2003-01-27 Thread Richard Whitney
tems.com/ http://www.violasystems.com ### [EMAIL PROTECTED] ### Mobile +358 50 343 5159 ### ### ### ### ### ### ### ### ### -- ### PHP General Mailing List (http://www.php.net/) ### To unsubscribe, visit: http://www.php.net/unsub.php ### ### -- Richard Whitney Transcend Development P

Re: [PHP] + in filenames

2003-01-25 Thread Richard Whitney
://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

RE: [PHP] + in filenames

2003-01-25 Thread Richard Whitney
); ### $picture_name = str_replace(\r\n, , $picture_name); ### $picture_name = str_replace( , , $picture_name); ### ### ### ### -Original Message- ### From: Richard Whitney [mailto:[EMAIL PROTECTED]] ### Sent

Re: [PHP] checkboxes php

2003-01-24 Thread Richard Whitney
://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

Re: [PHP] checkboxes php

2003-01-24 Thread Richard Whitney
/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

Re: [PHP] checkboxes php

2003-01-24 Thread Richard Whitney
it: http://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 PROTECT

Re: [PHP] checkboxes php

2003-01-24 Thread Richard Whitney
/) ### 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

Re: [PHP] sessions IE 6.0 problem

2003-01-24 Thread Richard Whitney
. ### ### -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.net 602-971-2791 -- PHP