Forum: PHP Oct 10th, 2008 |
| Replies: 24 Views: 2,360 I had the same issue a few days ago, then figured it out.... however mine for for 2 drop downs not three.
Go to my thread about another issue that i actually posted the code for the whole page.
... |
Forum: PHP Oct 10th, 2008 |
| Replies: 6 Views: 1,492 Spotted the problem, instead of using the variable name i should have used the POST to get the ticket number. I replace the UPDATE with the one below and all works perfect now.
$updateused =... |
Forum: PHP Oct 10th, 2008 |
| Replies: 6 Views: 1,492 I have not yet solved the problem as i still can not get the UPDATE query to use the variable $cab_eticket_number to be used as part of the SQL query.
I did spot an error in my above code with the... |
Forum: PHP Oct 10th, 2008 |
| Replies: 6 Views: 1,492 Yeah kinda what I am after
I don't actually want to save the selected item from the drop down... but the query will be based on one of the drop downs.
Here is a copy of the page. The SQL with... |
Forum: PHP Oct 10th, 2008 |
| Replies: 6 Views: 1,492 Hi all,
I have been racking my brain today, trying to get a page to run 2 queries.
Basically i have a page that has a form on it and there is a bunch of numbers in one of the drop down lists... |