How would I make a php page where when ever someone visits it the php would write a number to a mysql database. And how would I get an other page to read it.
Thanks, 😛
Hello,
If this is for a counter, you would first to a SELECT when the first page loads to get the number, then you add 1 to the number, then insert it back. On the second page, just select the number.
Bill
Yea I know that. I need the code to do it.
Thanks