Could someone offer some help on the issues below?
1. How do you randomly select a row from a table?
2. Is it a good way to create links from a text column by saving the text as below?:
text... blah blah <a href=http://www.phpbuilder.com/board/archive/index.php/"file.php"> click here </a> continue yak yak blah blah...
Is there any other way of doing it?
3. Can PHP submit/query a database automatically everytime a page is loaded? e.g. increment a counter in the database to track page hits. How is it done?
Thanks guys...
1. How do you randomly select a row from a table?
2. Is it a good way to create links from a text column by saving the text as below?:
text... blah blah <a href=http://www.phpbuilder.com/board/archive/index.php/"file.php"> click here </a> continue yak yak blah blah...
Is there any other way of doing it?
3. Can PHP submit/query a database automatically everytime a page is loaded? e.g. increment a counter in the database to track page hits. How is it done?
Thanks guys...