|
-
the cheesy child
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?
-
Bearded (M|G)od
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.
-
the cheesy child
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|