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!
This is going to be hard to describe since i am new to PHP. I have a search page that gets data from a MYSQL database and displays it into a table (easy). Now when i show the ID number (workorder_ID) I turn it into a link to a formview page.
My problem is i want to carry the workorder_id number onto the next page. Went through search on this forum and it talks about sessions and security and that seems more complex than what i need. I dont care if someone alters the number. It would only allow them to change the page being view.
If you could possibly point me in the right direction that would be greatful. I thought I could use a $_request['id'] to save the variable but was unable to make it work
That worked. I was having problems with my code. I didnt remove the ' ' from the variable. Once i removed them it worked like a charm. Thanks for all your help.
What should i read up on to get more information on this?
-- Pizmal
PS: I will post the entire code next time so that you can see the PHP tags etc. Sorry i didnt do it this time. (first post)