Re: [PHP] Using PHP to get user input via checkbox through a data base

2005-07-27 Thread Wil Hitchman
Thank you Jim...this is helpful. I will try this when I get home. Wil - Original Message - From: Jim Moseby [EMAIL PROTECTED] To: php-general@lists.php.net Sent: Tuesday, July 26, 2005 4:03 PM Subject: RE: [PHP] Using PHP to get user input via checkbox through a data base Hello

[PHP] Using PHP to get user input via checkbox through a database

2005-07-26 Thread Wil Hitchman
Hello everyone, What I want to do is have a form (which is already created) where the user selects (via checkbox) on an item or group of items (almost like a shopping cart). These items are stored in a MySql database and the program was written in PHP. So far I have created an insert form

Re: [PHP] SOLVEDphp Full Page Calendar not date picker

2005-04-29 Thread Wil Hitchman
Well you could have shared that script with us. I am actually looking for the same thing. Thanks, Wil - Original Message - From: Angelo Zanetti [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: PHP List php-general@lists.php.net Sent: Friday, April 29, 2005 5:25 AM Subject: Re: [PHP]

Re: [PHP] Apache 2.0.52, PHP 5.03, FreeBSD 4.10 memory problems

2005-02-09 Thread Wil Hitchman
I definetly amIRRITATING! - Original Message - From: Mikey [EMAIL PROTECTED] To: php-general@lists.php.net Sent: Wednesday, February 09, 2005 6:10 AM Subject: RE: [PHP] Apache 2.0.52, PHP 5.03, FreeBSD 4.10 memory problems [snip] Hope everybody else is sending this guy read

Re: [PHP] Php error with MySql

2005-01-07 Thread Wil Hitchman
Apologies...just have had loose fingers - Original Message - From: Jay Blanchard [EMAIL PROTECTED] To: Wil [EMAIL PROTECTED]; php-general@lists.php.net Sent: Thursday, January 06, 2005 3:31 PM Subject: RE: [PHP] Php error with MySql [snip] ...stuff... Wil [/snip] I replied to this over

[PHP] Php error with MySql

2005-01-06 Thread Wil Hitchman
I get the following error Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/wilmail/public_html/elblog.php on line 7 n= //error ends here with the following bit of code $qResult = mysql_query (SELECT * FROM blog_entries ORDER BY id DESC); $nRows =

[PHP] How do you work this thing

2004-12-09 Thread Wil Hitchman
How does this work?

[PHP] Forms In PHP

2004-12-09 Thread Wil Hitchman
Hi, I created a web form in PHP and used a couple of email addresses. The only email address that worked when I submitted to the form (for testing purposes) was my Yahoo address. My AOL, hotmail and other work addresses did not work. Can someone tell me why? Thanks, Wil