How to programatically redirect to an specific url with php
-
Hello,
i’ve got this website in spanish and also in english. On the contact page, there’s a simple form that i developed programmatically. So my question is: how can i redirect to the same page but with get content in the url? Example: “https://wordpress-773944-2631041.cloudwaysapps.com/en/contactar/?received=1” based on the selected language by the user?
If i code wp_redirect(‘/en/contactar?received=’.$sent); it won’t show me the page that i want.
Thanks.
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘How to programatically redirect to an specific url with php’ is closed to new replies.