Flash / Php form not submitting correctly?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • SeanFL
    Junior Member
    • Jul 2006
    • 13

    #1

    Flash / Php form not submitting correctly?

    I've signed up a user that has a site with some flash & php. One of the flash pages executes some php to submit a contact form. It worked fine with his old host but he's receiving empty fields now that I've moved him over to dathorn. I've confirmed that all the files that were in use at his old host are on the new site.

    any ideas? The email reaches him, but it looks like:

    Name:
    email:
    Phone:
    comments:


    and doesn't include any of the data that people have typed in. The php files that get executed are in the base html directory. Anything I need to turn on or adjust? He's trying to not head back to his flash programmer and spend some $$$ if I can get it working. Thank you! Sean
  • AndrewT
    Administrator
    • Mar 2004
    • 3655

    #2
    More than likely the script is depending on register_globals being enabled, it is disabled by default on our new servers. In the directory of the script create a file named php.ini and put this line in it:

    register_globals = On

    Comment

    • SeanFL
      Junior Member
      • Jul 2006
      • 13

      #3
      fixed it...

      Andrew, thanks. That fixed it and keeps my customer with me.


      Sean

      Comment

      Working...