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!
What i am shruggling on , is if they want to update it, a page displays the info what they put, but i want to be able to have what they had chosen on the select form, already shown. It gets the info from mysql database.
when the update page comes up, i want to show all the info they had put, e.g. title, description and condition. I can make script to show the title and description and they can edit that, but cause i used a select form for condition ,when adding news, i want that to appear again, but with what they had selected when adding news
So on your edit page you want it to be able to show what they chose on the select form (poor, average, good, etc...)? Do you want it to just display it, or do you want them to be able to change it also?