Greetings, This might be a bit off topic, but does anyone know how to make a PHP script pass on information to a CGI script.
On my website users can register for using the forum and other features there. I want to be able to set it up so that I can take the user.php script that has the signup form i it, and make it pass the username and password over to the vqregister script to register the email at the same time. Like cgi, I am not very good at php and have not been able to figure out how to do it. Anyone have any ideas?