I am fairly new to PHP but i have installed Apache, PHP and MySQL into windows. When I create a test php page to connect to using phpInfo it return all of the information, when i install phpmyadmin, I can see all of the databases that I have created. My problem is this:
i attempt to use several different scripts download from various different places on the internet. mostly pertaining to user registration and login (mostly the free weblog: weblog.f2o.org).
I have a file called index.php which contains a link to the registration page. once in the registration page i fill in the fields and press enter. the information is then suppose to be sent to user_registration.php and processed through <form method=post action='user_register.php'> all that happens is the page user_register.php is displayed with no formatting and the user is never created.
If someone could please help with why my information is not being sent to user_register.php that would be appreciated.