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!
tags where appropriate when posting code. Read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url][/color]
my querystring looks like this:
http://localhost:8080/AdminEditByEmail. ... nformation
I only need the Email query string parameter, but the button name and value are getting concatenated to the end.
I validate the form since the user has to enter some or all of the email address.
Why is this happening?
Here's some of the HTML that should help:
Thanks for the reply. I thought my page that looks for the Email query string should be fine...and it was...I had two server behaviors "Show if recordset not empty" and another "Hide if empty", and the table I wanted to use to display the "contains" Email query string data was in the "Hide" portion of the page!