Hello There!
Have you guys tried inserting variables in mySQL tables? Do I have to
use 'quote' as we had been doing to insert strings?
mysql> INSERT INTO occurrence (word_id,page_i d) VALUES
($word_id,$page _id);
ERROR 1054: Unknown column '$word_id' in 'field list'
Thanks in advance.
--
Raqueeb Hassan
Bangladesh
Have you guys tried inserting variables in mySQL tables? Do I have to
use 'quote' as we had been doing to insert strings?
mysql> INSERT INTO occurrence (word_id,page_i d) VALUES
($word_id,$page _id);
ERROR 1054: Unknown column '$word_id' in 'field list'
Thanks in advance.
--
Raqueeb Hassan
Bangladesh
Comment