seven_k
05-08-2002, 08:02 AM
Problem is my provider does not support php, so what I was trying to do is to send the data to the mail.php3 file which is on a different server (of which I know does support php). Somehow it does not work. I guess its because the script of the tutorial needs the mail.php3 file within the same directory. I guess it must have something to do with the loadVariablesNum ("mail.php3", 0, "POST"); I have changed this line to loadVariablesNum ("http://www.myserver.de/subdirectory/mail.php3", 0, "POST");. I guess I need to use getURL but how?