and those images should move to the upload directory

but they have their own logo's , i need a simple forum.... with no designs.....DrMax wrote:look up Free forum's you will get over 1000000 Result's.
<?php $regno=$_POST['regno']; $name =$_POST['name']; $query = "INSERT INTO `cs09` values(' ','$regno','$name')"; $query_run = mysql_query($query); ?>Is this correct , the first field is "Id" which is auto increment , so i left it blank