php3-list | 199903
Date: 03/14/99
- Next message: Neal Ghura: "[PHP3] shopping cart: EZshop"
- Previous message: Rasmus Lerdorf: "Re: [PHP3] data doesn't seem to be INSERT INTOing"
- In reply to: Alan Wicks: "[PHP3] data doesn't seem to be INSERT INTOing"
- Next in thread: Richard Lynch: "Re: [PHP3] data doesn't seem to be INSERT INTOing"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Well, I figured this one out. Apparently since var3 is an
integer the values can not have quotes around them.
Now another question. HOW do I use variable values in the
INSERT INTO statement. For instance if $one = "HERE" or $one
= 'HERE' why won't it let me do INSERT INTO $table ($one,
'THERE', 100)?? This is important since I am trying to use
variables from a form to insert into a table and I can't
seem to get it to work.
Thanks again,
Alan S. wicks
-- PHP 3 Mailing List http://www.php.net/ To unsubscribe send an empty message to php3-unsubscribe <email protected> To subscribe to the digest list: php3-digest-subscribe <email protected> For help: php3-help <email protected> Archive: http://www.php.net/mailsearch.php3 List administrator: zeev-list-admin <email protected>
- Next message: Neal Ghura: "[PHP3] shopping cart: EZshop"
- Previous message: Rasmus Lerdorf: "Re: [PHP3] data doesn't seem to be INSERT INTOing"
- In reply to: Alan Wicks: "[PHP3] data doesn't seem to be INSERT INTOing"
- Next in thread: Richard Lynch: "Re: [PHP3] data doesn't seem to be INSERT INTOing"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

