Search found 3 matches
- Thu Mar 19, 2009 2:18 pm
- Forum: PHP - Code
- Topic: Trouble putting $_POST value into a MySQL Query
- Replies: 4
- Views: 175
Re: Trouble putting $_POST value into a MySQL Query
I rebuilt the query in the following way because the error was occuring because there were ' characters in the data and it works. There must be some way to format a query so ` ' " characters in the data don't screw up the results returned. Any ideas? $baseProduct = $_POST[&q...
- Thu Mar 19, 2009 11:08 am
- Forum: PHP - Code
- Topic: Trouble putting $_POST value into a MySQL Query
- Replies: 4
- Views: 175
Re: Trouble putting $_POST value into a MySQL Query
I get a no response to the row count query. I received the following SQL error: "You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use" When I run this query manually on the MySQL Server it works perfectly. I even t...
- Thu Mar 19, 2009 3:02 am
- Forum: PHP - Code
- Topic: Trouble putting $_POST value into a MySQL Query
- Replies: 4
- Views: 175
Trouble putting $_POST value into a MySQL Query
I am new to PHP but not to coding and I am at a loss. I can't get this query to work properly. The general purpose of the code is selecting a record from a MySQL table into a combobox on the first form and using that record to get it's relational children put into another combobox on the called form...