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?
Printable View
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?
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.
whats funny is only about a minute after I made this thread I figured it all out!