/ Published in: PHP
Expand |
Embed | Plain Text
<?php $query = " INSERT INTO `table` ( `id` , `title`) VALUES (NULL , '$title');";
You need to login to post a comment.
deadmoon on 08/29/06
2 people have marked this snippet as a favorite
<?php $query = " INSERT INTO `table` ( `id` , `title`) VALUES (NULL , '$title');";
You need to login to post a comment.