hi..please help with this code

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!

Moderator: General Moderators

Post Reply
idcoder
Forum Newbie
Posts: 1
Joined: Wed Dec 31, 2008 7:03 am

hi..please help with this code

Post by idcoder »

i have a code which i am trying to modify.
it is a form and when the user clicks on the submit button the form action takes to this page
"edit.php?page=abc.php"

i want to know what does the above code mean..can anyone please explain me what exactly is happening.
daved27
Forum Newbie
Posts: 3
Joined: Tue Dec 30, 2008 3:35 pm

Re: hi..please help with this code

Post by daved27 »

Well, edit.php appears to be the script that processes the changes that are made. I'd guess that ?page=abc.php is either the page that is being edited, the page to redirect to (send you to once edit.php has completed), or both.

That's about as much as I can guess at without any more clarification on what exactly you want to know.

Hope this helps.
Post Reply