php header("location: " . $rtx . "&lresponse=2");exit;
-
I can’t seem to get this to work in word press. I have a form that goes to a php “page” (non-displaying) that verifies the form entry. If not correct it’s supposed to return to the parent page with a response code. I keep getting internal server error when returning to parent page. The url looks fine but won’t load the page. I have a feeling it’s something to do with bypassing the loading of the header but not sure what to do about it.
I am trying to integrate a long established website with a wordpress redesign so I’ve lot’s of code to rework.site is dev.piccexcellence.com Login/Create Account.
George
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘php header("location: " . $rtx . "&lresponse=2");exit;’ is closed to new replies.