Quote:
Originally Posted by MonteJon
Hi developmentxl and eUK-Ron,
Thanks to both of you for your help, as I keep on saying it's this standard of care and attention that has made me a eukHost fan.
I see what you both say and I can see why now, I was just confused, surely a website hosting is a database of sorts, being a collection of code ? [just thinking out loud . . .]
It puzzles me that if a domain and database are 2 seperate things why it's possible to replace an index.html with an index.php ?
On that note, I shall depart . . .
Thanks again,
Jon
|
Hello Jon,
Database is completely different from Domain and Database has nothing to do with html or php. html or php or perl or asp.net are various sources to get connected to a database but database is not dependent on any of the languages or scripts.
Scripting languages are your source to connect to a Database. You can use index.php or index.html as your homepage and its not necessary at all to setup a database to design your
website hosting in php. You can visit
www.w3schools.com to learn more about html, php & mysql.