vosgien
05-14-2002, 07:38 AM
Hi,
If you've been following this thread in "General Help" you would have realised by now that my knowledge of php is limited !
So, this is how it goes :
index.html - has open page.swf embedded, var EcardSelect is declared in frame1
NSN.swf is where the viewer can look at cards in thumbnail and enlarged format, when clicking on a card the var EcardSelect is set.
Ecards.swf is the send files with the variables for ecard/email send function.
I have checked and rechecked my paths - nothing wrong that I can see
When user clicks send this code is called :
on(release){
_root.gotoAndStop(2);
_root.Status = "Sending card - please hold";
_root.getURL("http://www.perverseverse.com/index.php", 0, "GET");
}
This is the error message I get :
Warning: Use of undefined constant date - assumed 'date' in D:\WWWRoot\perverseversecom\www\index.php on line 3
Warning: Undefined variable: EcardSelect in D:\WWWRoot\perverseversecom\www\index.php on line 16
Warning: fopen("http://www.perverseverse.com./dBText/date.txt", "w") - No error in D:\WWWRoot\perverseversecom\www\index.php on line 19
Warning: Supplied argument is not a valid File-Handle resource in D:\WWWRoot\perverseversecom\www\index.php on line 20
Warning: Supplied argument is not a valid File-Handle resource in D:\WWWRoot\perverseversecom\www\index.php on line 21
_level0.Status=Success your Card Has Been Sent!
In short my var EcardSelect is not being passed, no text is appearing in my dBtext file, but the email is being sent.
The attached zip contains my php files
HELP!!! Please
Cheers
Vosgien
here (http://www.perverseverse.com)
If you've been following this thread in "General Help" you would have realised by now that my knowledge of php is limited !
So, this is how it goes :
index.html - has open page.swf embedded, var EcardSelect is declared in frame1
NSN.swf is where the viewer can look at cards in thumbnail and enlarged format, when clicking on a card the var EcardSelect is set.
Ecards.swf is the send files with the variables for ecard/email send function.
I have checked and rechecked my paths - nothing wrong that I can see
When user clicks send this code is called :
on(release){
_root.gotoAndStop(2);
_root.Status = "Sending card - please hold";
_root.getURL("http://www.perverseverse.com/index.php", 0, "GET");
}
This is the error message I get :
Warning: Use of undefined constant date - assumed 'date' in D:\WWWRoot\perverseversecom\www\index.php on line 3
Warning: Undefined variable: EcardSelect in D:\WWWRoot\perverseversecom\www\index.php on line 16
Warning: fopen("http://www.perverseverse.com./dBText/date.txt", "w") - No error in D:\WWWRoot\perverseversecom\www\index.php on line 19
Warning: Supplied argument is not a valid File-Handle resource in D:\WWWRoot\perverseversecom\www\index.php on line 20
Warning: Supplied argument is not a valid File-Handle resource in D:\WWWRoot\perverseversecom\www\index.php on line 21
_level0.Status=Success your Card Has Been Sent!
In short my var EcardSelect is not being passed, no text is appearing in my dBtext file, but the email is being sent.
The attached zip contains my php files
HELP!!! Please
Cheers
Vosgien
here (http://www.perverseverse.com)