Hello Everyone.
im trying to make a php and perl scripts work togeather.
There is a value $user in perl that I want to include it in PHP.
both scripts will run into same page.
How can I do this? is it possible?
You can either pass the $user variable to PHP, possibly in the query string. Or you can store the variable in a cookie, which will only work when the user has cookies enabled, most people do.