Re: [PHP] What in Hades?

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

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 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

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

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

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 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

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."

[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] 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 te

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: **[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

[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

[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 ''; > $i = 1; > while($i < 1000

[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: '; $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:

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: http://www.php.net/unsub.

[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] RE: Anew set of eyes

2003-03-27 Thread Richard Whitney
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, $

[PHP] A new 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!"); -- Ric

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 * Tra

[PHP] foreach() or for()

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

[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* 60

Re: [PHP] Generated input names

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

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

[PHP] Generated input names

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

RE: [PHP] multiple foreach

2003-03-20 Thread Richard Whitney
### $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.''; ### } ##

[PHP] multiple foreach

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

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

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

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

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

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

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

Re: [PHP] no phun intended!!!

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

Re: [PHP] good database design tool?

2003-02-28 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* 6

Re: [PHP] mysql trouble

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

[PHP] Empty Query

2003-02-25 Thread Richard Whitney
ls` , `location` , `img`, `tstamp`, `style`) ### VALUES ('', '$serial', '$model', '$yr_blt', '$km', '$price', ### '$hours', ### '$d

Re: [PHP] Re: Editors

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

Re: [PHP] Dynamic Dropdowns

2003-02-21 Thread Richard Whitney
t/unsub.php ### ### -- Richard Whitney * Transcend Development Producing the next phase of your internet presence. [EMAIL PROTECTED] * http://xend.net* 6

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

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

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

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

Re: [PHP][PHP] Money Decimals

2003-02-19 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 PR

Re: [PHP] Passing info to forms

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

Re: [PHP] Passing info to forms

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

Re: [PHP] DB row selection

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

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

2003-01-27 Thread Richard Whitney
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 ### > ### > ### > ### > ### > #

RE: [PHP] + in filenames

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

Re: [PHP] + in filenames

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

Re: [PHP] sessions IE 6.0 problem

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

Re: [PHP] checkboxes & php

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

Re: [PHP] checkboxes & php

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

Re: [PHP] checkboxes & php

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

Re: [PHP] checkboxes & php

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