Page 1 of 1

hi..please help with this code

Posted: Wed Dec 31, 2008 7:06 am
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.

Re: hi..please help with this code

Posted: Wed Dec 31, 2008 9:03 am
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.