A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: some help with MySQL

  1. #1
    the cheesy child bounceboy's Avatar
    Join Date
    Dec 2008
    Location
    Australia
    Posts
    323

    some help with MySQL

    Ok so I made a MySQL database called julian63_stuff

    Inside it i made a table with two values: name and comment.

    Now what I want to do is find out... how do I send to from flash through php?

  2. #2
    Bearded (M|G)od MyFriendIsATaco's Avatar
    Join Date
    Dec 2002
    Location
    Awesomeville.
    Posts
    3,045
    Dude, you really need to start with your basics. You're trying to take off too big of a chunk at one time. Start simple with just figuring out how databases are structured. By your comment, you have no clue even how that goes. You're missing an `id` column, which would also be your primary key for the table. Primary keys are essential.

    I'd suggest you pick up a book on PHP and MySQL, and go from there. Once you know these basic concepts, things will start coming together.

    I learned from this book: http://www.amazon.com/PHP-MySQL-Deve...6692148&sr=8-1 An older edition, but same thing. I highly recommend. It starts back at the basics of PHP and the basics of MySQL, and gets into building some complex things.

  3. #3
    the cheesy child bounceboy's Avatar
    Join Date
    Dec 2008
    Location
    Australia
    Posts
    323
    whats funny is only about a minute after I made this thread I figured it all out!

Posting Permissions

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




Click Here to Expand Forum to Full Width

HTML5 Development Center