RE: RE: [PHP-DB] question on select

2004-05-13 Thread hengameh
you create it, so you know what you're actually submitting during testing. At 04:06 13/05/2004 +, you wrote: From: hengameh [EMAIL PROTECTED] To: [EMAIL PROTECTED], [EMAIL PROTECTED] Date: Wed, 12 May 2004 12:22:20 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset=us

[PHP-DB] question on select

2004-05-12 Thread hengameh
Hello, I am very new to php and mysql so please be patient with me. I don't even know if I am using the right listing, but I hope someone can help me! I need to create a select and the possible options are from my mysql database ( so far so good, I was able to find code to do that). Now I

RE: [PHP-DB] question on select

2004-05-12 Thread hengameh
:[EMAIL PROTECTED] Sent: Wednesday, May 12, 2004 11:07 AM To: hengameh Cc: [EMAIL PROTECTED] Subject: Re: [PHP-DB] question on select sounds like a job for JavaScript. Tony S. Wu [EMAIL PROTECTED] Look into the right places, you can find some good offerings. http://homepage.mac.com/tonyswu/stw

RE: [PHP-DB] question on select

2004-05-12 Thread hengameh
-Original Message- From: hengameh [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 12, 2004 11:34 AM To: 'Tony S. Wu' Cc: [EMAIL PROTECTED] Subject: RE: [PHP-DB] question on select Well I am suing Java script to capture the selected item and make it the value of my input box. But my

RE: [PHP-DB] question on select

2004-05-12 Thread hengameh
echo mysql_error(); } }else{ //pconnect echo mysql_error(); } } ? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 12, 2004 12:41 PM To: hengameh; [EMAIL PROTECTED] Subject: RE: [PHP-DB] question on select Here