Hi all,
I'm using zen pages for my portfolio.
I have some unpublished page where i store data for my customer, so they are not visible on the slidebar.
I'd like to create a redirecting page with a simple form submit where people will enter their name and be redirected to www.mydomain/pages/customername
i've just started with puting this code as a begining into the bloc code :
Login :
I don't know where to go to find help, your help will be really appreciated ;-)
Tks !
There could be several things that are wrong, But it might help if you tell us what happens. Otherwise anything we say is just speculation.
First, you cannot use the header redirection after a script has created any output.
Second, $_POST['nom'] may not exits thus throwing a PHP error.
Third, $_POST['nom'] might not be the permalink to the page.