Thread: Sql
View Single Post
  #3  
Old 05-27-2005, 08:20 PM
atholon is offline atholon
"ath-hole"

Join Date: Jan 2003
Location: Failville.
Posts: 11,357

Send a message via MSN to atholon
NM it still is not working.

This is what I am using:
PHP Code:
<?
include("./config.php");

mysql_query("INSERT INTO `tutorials` (`title`, `body`) VALUES ('fghgfhfg', 'fhg')");
?>
__________________
Reply With Quote