Using database
-
How can I use database to get the list of those who give feed back to my WEB SITE? I have designed a small site using PHP to get NAMES and FEED BACK on how nice or poor my WEBSITE IS and it require that i need to use DATABASE SYSTEM in my WEB DESIGN.Did any one know how I can attach DATABASE Program to this small site .Thanks
-
How can I use database to get the list of those who give feed back to my WEB SITE? I have designed a small site using PHP to get NAMES and FEED BACK on how nice or poor my WEBSITE IS and it require that i need to use DATABASE SYSTEM in my WEB DESIGN.Did any one know how I can attach DATABASE Program to this small site .Thanks
Have you bothered to do any research for yourself? Have you tried anything?
"If you think it's expensive to hire a professional to do the job, wait until you hire an amateur." Red Adair. nils illegitimus carborundum me, me, me
-
How can I use database to get the list of those who give feed back to my WEB SITE? I have designed a small site using PHP to get NAMES and FEED BACK on how nice or poor my WEBSITE IS and it require that i need to use DATABASE SYSTEM in my WEB DESIGN.Did any one know how I can attach DATABASE Program to this small site .Thanks
You need to make sure that you have a database installed in the same location as your website with a simple google I found this! PHP:MySQL Manual[^]
Lobster Thermidor aux crevettes with a Mornay sauce, served in a Provençale manner with shallots and aubergines, garnished with truffle pate, brandy and a fried egg on top and Spam - Monty Python Spam Sketch
-
How can I use database to get the list of those who give feed back to my WEB SITE? I have designed a small site using PHP to get NAMES and FEED BACK on how nice or poor my WEBSITE IS and it require that i need to use DATABASE SYSTEM in my WEB DESIGN.Did any one know how I can attach DATABASE Program to this small site .Thanks
Hi, PHP-Mysql combination is like bread and butter. First you need to install Mysql. Or use some packages like Wamp server. Then , 1. create a database 2. create a table namely 'feedback', with three fields such as dtTime, name , comment. Create table feedback(dtTime datetime, name varchar(55), comment text); Then on website create a page for entering user feedback. Then on serverside for retrieving these comments, write query according to that..
-
Hi, PHP-Mysql combination is like bread and butter. First you need to install Mysql. Or use some packages like Wamp server. Then , 1. create a database 2. create a table namely 'feedback', with three fields such as dtTime, name , comment. Create table feedback(dtTime datetime, name varchar(55), comment text); Then on website create a page for entering user feedback. Then on serverside for retrieving these comments, write query according to that..
Then you'd better introduce OP to Bobby Tables[^] .. or maybe even discover him yourself. Peter
Software rusts. Simon Stephenson, ca 1994.