Dimava
Tue 21st May '02, 8:40pm
$query = "INSERT INTO tutorials ( title, username, images, group, description ) values ( '$title', '$username', '$images', '$category', '$description' )";
mysql_query($query);
this code isn't adding the stuff to the db, nor is it giving me any errors, what could be wrong?
thanks
Dimava
mysql_query($query);
this code isn't adding the stuff to the db, nor is it giving me any errors, what could be wrong?
thanks
Dimava