Jump to content

Inserting data


modcar

Recommended Posts

    * MYSQL 4.1

    *

insert into home values ('$content','$publisher'); 

    * I was getting error message "You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ...." But now, no error messages

    * CREATE  TABLE  `d` (  `d1` TEXT NOT  NULL  ) CHARACTER  SET  = latin1;

    * I am trying to insert alot of text data into the table.  I can insert up to about 2000 characters, after that it just doesn't insert to mysql.

    * I've tried changing the content feild to long text and medium text, still with no success

 

Link to comment
https://forums.phpfreaks.com/topic/72285-inserting-data/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.