[PHP] Re: [PHP-DB] forms and method POST - variables

2008-01-09 Thread Daniel Brown
On Jan 9, 2008 11:25 AM, Lukáš Moravec <[EMAIL PROTECTED]> wrote: > Hi, > > I have one question about forms and php (which I use for Mysql too). > > Do I need for variables from any form in html and method POST (then in php > script) to set these variables with: > > $variable=$_POST['variable']; [s

[PHP] Re: [PHP-DB] Forms and mysql

2002-04-04 Thread Bob
I don't understand what the curly brackets are for in this query.. I don't ever use them and it seems to work fine without them over here.. But I don't know if that's where you are having.the trouble.. "]=("UPDATE {$config["prefix"]}_items set quantity =quantity - 1 WHERE id = '$ItemID'"); I don

[PHP] RE: [PHP-DB] Forms

2002-03-22 Thread Rick Emery
First: cross-posting to multiple lists...not nice. Most PHP folks are on both lists. Second: your first sentence seems to indicate that unknowledgeable people inhabit the PHP list, vice the PHP-DB list. H Third: what error do you get when you get the parsing error? -Original Messa