Hello guys, I am trying to make a validation for a form and if everything goes right it should go to the 2nd page where I should pass the login details. I was told that given the way I am doing it , I should use cURL, but i have no idea what i am doing it and why is not working.... Everything works fine in terms of the validation but somehow the 2nd page is not catching the variables passed by the cURL. It redirects correctly to the install2.php but its not passing any variables to it. What i am doing wrong? I dont know if my problem is in the page 1 in the cURL or in the page 2 in the way