[PHP-DB] form not working...

2003-11-10 Thread jas
For some reason my form to edit selected items is not working, I think I need a new set of eyes. Any help is appreciated... Jas // inc.php function db_retrieve() { require 'dbase.inc.php'; $tble = $_SESSION['table']; $show = @mysql_query(SELECT * FROM $tble LIMIT 0, 15,$db)or

RE: [PHP-DB] form not working...

2003-11-10 Thread Gary Every
Don't you need to start your form BEFORE your input type's -Original Message- From: jas [mailto:[EMAIL PROTECTED] Sent: Monday, November 10, 2003 11:38 AM To: [EMAIL PROTECTED] Subject: [PHP-DB] form not working... For some reason my form to edit selected items is not working, I think I

Re: [PHP-DB] form not working...

2003-11-10 Thread jeffrey_n_Dyke
] .comcc: Subject: [PHP-DB] form not working

Re: [PHP-DB] form not working...

2003-11-10 Thread jas
[EMAIL PROTECTED]To: [EMAIL PROTECTED] .comcc: Subject: [PHP-DB] form not working... 11/10/2003 12:38 PM For some reason my form

Re: [PHP-DB] Form not working...

2002-06-26 Thread Adam Royle
What you said (Mike) is mostly correct, although the GetSQLValueString() function in Scott's code automatically puts the quotes around the values if the datatype definition of text is passed to the function. Adam -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP-DB] Form not working...

2002-06-25 Thread NIPP, SCOTT V (SBCSI)
I am working on a Call Log application for our SA group. I currently have the database back-end configured and working OK. Right now I am working with 3 pages, one is to post new entries, the second is a log view of all entries, and the last is a page that updates an existing entry. I

Re: [PHP-DB] Form not working...

2002-06-25 Thread szii
to figure out why your query doesn't work. 'Luck! -Mike - Original Message - From: NIPP, SCOTT V (SBCSI) [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, June 25, 2002 11:03 AM Subject: [PHP-DB] Form not working... I am working on a Call Log application for our SA group. I currently