PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
pickle | Please use [ code=php ], [ code=text ], etc tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: Posting Code in the Forums to learn how to do it too.
pickle | Please use [ code=php ], [ code=text ], etc tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: Posting Code in the Forums to learn how to do it too.
If that is your exact code then I think your problem is the syntax errors which would cause your script to die with an internal server error if your server is configured that way. try:
Ok so I have this code that is completely working, now how can i delete that row so that the next time i reload the page i get the next row in the database?
Tsongkie wrote:Ok so I have this code that is completely working, now how can i delete that row so that the next time i reload the page i get the next row in the database?
do you want to actually delete the rows?
or do you want to display one row, then click next, and have the next row in the DB show up?