- Messages
- 5,508
- Reaction score
- 35
- Points
- 48
I'm learning php. I want to do a thing in php. Visitors to my site should be able to send their site to my site. Then the 10 most recent submitted link will show up under it. I thought of using php and mysql. I want to do that in the sql table there only will be 10 links and when it comes a new one the oldest will be deleten. Plz don't post any finished script since I want to learn on my own. I thought of using POST and GET functions (I've readed about them in a php book) but I'm not sure exactly how to use them and how to make it connect and submit it to an table in my database and make the last one disappear.