Forum Moderators: coopster

Message Too Old, No Replies

PHP and Mysql question?

question!

         

PokeTech

12:04 pm on Mar 22, 2008 (gmt 0)

10+ Year Member



Well I want to start using my msyql database to store my sites info, so that all I have to do is go to a page it'll have 3 text box. One for the page url so like:

index.php?id=$num

and once I type the number in the number text box thats the url or at least the last part of it after the page.

Then I want another text box that when I type something in it, it will be like the header for that page making it a little bigger than the rest of the text. And then have a bigger text box where I can enter all the content of that page, and then have it store all three of those fields into my mysql.

Is there any good tutorials that can teach me how to use Mysql with my website and stuff like that?

(this is probably confusing I couldn't really get it out on words)

eelixduppy

5:09 am on Mar 23, 2008 (gmt 0)



Here are a few resources to get you started learning about mysql with php. First off, the documentation at php.net is the best reference: [php.net...]

The following are great places, too:
[mysql.com...]
[webmasterworld.com...]
[webmasterworld.com...]
[webmasterworld.com...]

Happy learning :)