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.
hi..please help with this code
Moderator: General Moderators
Re: hi..please help with this code
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.
That's about as much as I can guess at without any more clarification on what exactly you want to know.
Hope this helps.