I have to create a form that will enter text ads into a db and then write a script that will display these ads randomly on page refreshes in a table with 3 columns, anyone done this, I'm already stuck and can't seem to find a script to modify...
vincevincevince
5:07 am on Nov 26, 2008 (gmt 0)
It doesn't seem too hard to me. Study the php.net pages for mysql_query() and mysql_fetch_assoc(). That's almost all you need!