I've used asp with VBscript for a few years now, but I have a new client with an existing site on a Unix server, so I'm forced to use php.
What I'm doing is simple form validation. I've got the form submitting to itself and have all the validation working correctly, displaying a message if there is an error in the form, but I'm stuck
I know in asp on a Windows server I would use Server.Transfer("mynextpage.asp"). How would I do this in php??