- Impact
- 2
Executing PHP from Perl
Hey, I'm lost here.
I found a way to do my robot in PHP, but I am using a perl script to do my signups. So how can I execute a php script without showing the web user anything but the confirmation page from the perl script?
IE-
You register via register.pl
The form data is sent to analyze.pl. Analyze.pl analyzes the data and writes the registration for the perl forum. Then it executes EmailAdd.php. The user sees the confirmation page from analyze.pl and has no idea EmailAdd.php was even executed.
EmailAdd.php adds an email account in the background and stops running.
Hey, I'm lost here.
I found a way to do my robot in PHP, but I am using a perl script to do my signups. So how can I execute a php script without showing the web user anything but the confirmation page from the perl script?
IE-
You register via register.pl
The form data is sent to analyze.pl. Analyze.pl analyzes the data and writes the registration for the perl forum. Then it executes EmailAdd.php. The user sees the confirmation page from analyze.pl and has no idea EmailAdd.php was even executed.
EmailAdd.php adds an email account in the background and stops running.
Last edited:







