Results 1 to 4 of 4

Thread: PHP/MySQL Help

  1. #1
    Join Date
    Mar 2007
    Location
    Currently: New York/Philadelphia
    Posts
    2,735
    Thanks
    3
    Thanked 519 Times in 507 Posts

    Default PHP/MySQL Help

    Hey all...

    This is a very simple script that I'm looking for, I just don't have the PHP knowledge to do it.

    Sceneario:

    A form inside a Flash movie with this 2 fields:
    (1) Name
    (2) Email

    I'd like a PHP script to take the info (using a POST action through Flash) and save it to a MySQL database.

    Should be simple.

    But then, I'd like to have a page that will recall all the entries savied in the MySQL table w/o having to go to the table.

    Also, how would i go about setting up the MySQL table?

    Thanks!
    Any help is much much appreciated!

  2. #2
    Join Date
    Jul 2006
    Location
    Canada
    Posts
    2,581
    Thanks
    13
    Thanked 28 Times in 28 Posts

    Default

    A form inside a Flash movie with this 2 fields:
    To my knowledge Flash and PHP can't interact. Why can't you make the forms with plain HTML?
    - Mike

  3. #3
    Join Date
    Mar 2007
    Location
    Currently: New York/Philadelphia
    Posts
    2,735
    Thanks
    3
    Thanked 519 Times in 507 Posts

    Default

    Quote Originally Posted by mburt View Post
    To my knowledge Flash and PHP can't interact. Why can't you make the forms with plain HTML?
    Actually they can interact! I do it all the time with PHP contact forms that get emailed to me

    The thing is I'm working on a client website and he'd rather not have constant emails w/ signups etc...so he'd like something like I've describe above.

  4. #4
    Join Date
    Mar 2007
    Location
    Currently: New York/Philadelphia
    Posts
    2,735
    Thanks
    3
    Thanked 519 Times in 507 Posts

    Default

    anyone?

    I just need the PHP/MySQL help. I can deal with the linking between PHP and Flash.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •