hi, i'm really a newbie here about php and mysql. i just want to 2 simple questions.
1. when you create a website with MySQL, does that mean that you must have a live server (PC 24/7 online to access the database)? i mean, can you not build a standalone database inside your html when you upload it (accessing your webpage w/ database, no server required)?
2. can you use php instead of html? i did some experiments and i found out that i can create multiple divs using loops, thus reducing my code.