i was trying to setup a website for college .. i was trying it on my pc with wamp server downloaded the zip file from this site http://www.html-form-guide.com/php-form/php-registration-form.html copy pasted it in "C:\wamp\www" now it looks like this http://i44.tinypic.com/15nlzzl.jpg http://i40.tinypic.com/oje8mr.jpg but it shows this error now http://i41.tinypic.com/6z6dzn.jpg where have i gone wrong .. i am supposed to add an open source php shopping cart with it too somehow please help
C:\wamp\www\include in that folder there is a file called .. membersite_config that is the script in it .. but i have not created anything like in the script ..do i have to create it myself .. ..i am like stuck here
In the configuration file, that is membersite_config.php, set the database username to 'root' with no password. This may solve your problem as it is the default setting for MySQL database in a wamp server. $fgmembersite->InitDB(/*hostname*/'localhost', /*username*/'root', /*password*/'', /*database name*/'testdb', /*table name*/'fgusers6');