now this is how i do a select
Code: Select all
<?php
$DB = new DB;
$DB->sql = "SELECT * FROM pages where id = '$id'";
$DB->result = mysql_query($DB->sql); ?>but i have no idea how to do a insert please help and i will learn to help my self, thanks
[/php_man]