Need a help about server side scripting asp,php?

Spazza

New member
I have learnt php,asp,mysql from w3schools.I have blindly gone through the tutorials without any basic idea of how to implement or run them.Surfing on net I started with IIS for asp and XAMPP for php.Not even a single attempt out of hundreds was successful .I am naive at these applications..I expect a detailed and exemplified procedure of how a person knowing the above facts should start .
 
I suggest you RESTART from beginning.
For ASP, IIS is not necessary at the beginning. Just run it locally via Visual Studio.
For php, Download wamp server. put your project folder in c:\wamp\www folder
Now Start WampManager, From the Tray menu(bottom right) Click on wampserver icon and click LOCALHOST. Now,scroll down until you see the "folder" name of your project. Click on it and then click on the file you want to run. Also phpMyAdmin is the default interface for mysql.
 
Back
Top