Mysql Databases

windows

Guest
I have figured out how to create a MySQL database and populate it with data (although primitive at this stage).<br /><br />I know that I need to use PHP scripts to access the database from a website.<br /><br />Can anyone point me in the right direction for appropriate scripts that are designed for MySQL? I will need a member login script, and scripts to access other data via the website, such as conference dates for example.<br />thanks<br />Rick<!--content-->
Hotscripts.com should have what you are looking for. <img src="http://www.totalchoicehosting.com/forums/style_emoticons/default/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /><!--content-->
Pickup a copy of PHP & MySQL for Dummies. I have a copy and used it to create a database driven website. It even has information on how to create a member login site. If for nothing else you can use the book as a reference.<br /><br />Read through other posts in the Scripting Talk forum for links to online sites that offer tutorials or just do a Google search on "<a href="http://www.google.com/search?hl=en&client=firefox-a&rls=org.mozilla%3Aen-US%3Aofficial&hs=zuM&q=PHP+Tutorials&btnG=Search" target="_blank">PHP tutorials</a>" and see how many resources there are out there.<!--content-->
 
Top