Is it any way to pass variables to another script, using POST method? (I mean, not using a form).
This is my problem: I have a form to register users, and a php script to process the request. But I may know all user data (from another database), so that I could call my registration php script "automatically" (it is not nice to ask the user to register "twice"...)
Thnx in advance, and happy PHPing!