I have a perlscript that should handle some login procedures on a server. When I run this script locally on my own computer it works well. When the same script gets invoked from HTML-code (from another server) like the following...
<FORM METHOD="POST" ACTION ="
...then nothing happens-the script just doesn't execute. I do not receive any error messages back from the server either.
I run an apache server on my own computer and I use windows XP pro.
//Thanks
<FORM METHOD="POST" ACTION ="
...then nothing happens-the script just doesn't execute. I do not receive any error messages back from the server either.
I run an apache server on my own computer and I use windows XP pro.
//Thanks