Current Page: 1 of 1
Results 1 - 5 of 5
14 years ago
airwolf09
Wow....I went to check the name of my database and it was 'address_ book' instead of 'address_book' There was an empty space in between the _ and b for book.... Simple mistake created me such a headache...Thanks for all the help!
Forum: WampServer English
14 years ago
airwolf09
OK I got this new code and still doing the same : <HTML> <HEAD> <Title>Data</TITLE> </HEAD> <BODY> <?php $location="localhost"; //Hostname of MYSQL server $username="root"; //Username for MYSQL $password=" "; //password for MYSQL user $database="Address_Book"; //Database name $conn
Forum: WampServer English
14 years ago
airwolf09
I get an error message in my localhost. I use WAMP. 1049:Unknown database 'address_book' I think MySQL is not set up right. <HTML> <HEAD> <Title>Data</TITLE> </HEAD> <BODY> <?php $qry = 'SELECT * FROM info Order BY Id ASC'; $conn=mysql_connect("$location","$username","$pass word" //connect to sql s
Forum: WampServer English
14 years ago
airwolf09
Thank You so much....After all that, I did not "Put Online WAMP". A feel dumb!..... In other words I did not turn on the switch to WAMP to Start...... PS: Your Webpage Rocks!
Forum: WampServer English
14 years ago
airwolf09
WAMP Localhost works. I can see my page in the Localhost. Then, I try using my ip address (which should work just as the Localhost), but I got FORBIDDEN ERROR 403. What is going on? Changed the router Port Forwarding to add the server and use port 80. That did not fix it. Tried changing <Directory "C:/Program Files/Apache Software Foundation/Apache2.2/cgi-bin"> to Directory "
Forum: WampServer English
Current Page: 1 of 1