chmpdog Posted January 1, 2010 Share Posted January 1, 2010 How does one output something from a database that changes frequently? PS: I'm what you call a newb thanks Quote Link to comment Share on other sites More sharing options...
premiso Posted January 1, 2010 Share Posted January 1, 2010 You do not give very much information or example of your code. If you want to learn how to retrieve data from a MySQL database, mysql_connect, mysql_select_db, mysql_query and mysql_fetch_assoc will be your friends to help you on that track. Also you will want to look into a tutorial on MySQL PHP via google, as that will help as well. Also you will want to look into an AJAX framework for ease of use. I suggest jQuery. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.