User Profile

Collapse

Profile Sidebar

Collapse
Namik
Namik
Last Activity: Sep 25 '10, 10:28 AM
Joined: Sep 15 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Namik
    replied to Why can't I get this mail() script to work
    in PHP
    I fixed the problem. Apparently in the AS line 69 there was a function which didn't allow the sending of data gotoAndstop(2);

    so I added a this function so it would send the data and when it received confirmation from the server it would stop.

    Code:
    _parent.contactform.loadVariables("email.php", this, "POST");
    		this.onData = function() {
    			gotoAndStop(2);
    		};
    See more | Go to post

    Leave a comment:


  • Namik
    replied to Why can't I get this mail() script to work
    in PHP
    Where would I see these errors?

    I think it's the flas ActionScript posting to the PHP which is the problem.

    I can't get around how to fix it though.
    See more | Go to post

    Leave a comment:


  • Namik
    replied to Why can't I get this mail() script to work
    in PHP
    What I did to the actionScript is add a getURL to the end of it and pointed it to the email.php page.

    This is the result I got.

    Contact Name: < br/>Contact Email: < br/>Contact Subject: < br/>Contact Message: < br/>< br/>

    So basically nothing.

    I tested the email PHP which you had posted earlier and it was all fine. Recieved email.

    The only problem I think...
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...