where do i keep the mysql file to work with a php registration file when i am running a wamp server in my pc www folder ?
Everything reside in the WAMP installation directory under saperate sub-directories. PHP, MySQL, Apache and all the add-ons and modules are under same directory. You need to put your documents in WAMP/www/ in order to make them accessible via browser.
By "the mysql file" do you mean a backup of the database, the database itself, a data file used in the database or the PHP file that accesses the database? "the mysql file" can have many meanings.
i mean the mysql file .. a mysql table for example.. which is supposed to work with a php registration script... tablename.sql .. something like that that table ?
why dont you access the database directly through phpmyadmin ? that should be at http://localhost/phpmyadmin all the MySQL databases should be listed there
this is actually for a registration form to work... i have an html form .. a php processform.php .. and a table... .. the php code is supposed to insert values into the database.. to be honest i am lost now