MySQL Forums
Forum List  »  Newbie

Re: I need A LOT of help!!!! please help me, with...everything!!!!
Posted by: Claude Martin
Date: February 26, 2005 11:17AM

apache: handles the requests to the server. basically requests from some users that surf a site. the are sent to port 80 (usually).
so apache searches the requested file and chacks if the user is allowed to get that file. if everything is ok it send the content of to file to the user. but some of the files have to be parsed. e.g. by PHP. so PHP reads the contents and follows the instructions in it. then the generated out put will be sent to the user.
sometimes the data is not stored in files but in a database. that can be mysql. so PHP gets the data from mysql.

so what you need:
install apache bundled with php (and if possible with mysql).
search the web for WAMP (windows, apache mysql, php) and install it.
and consider installing GNU\Linux - its easy to install the needed software. i use mandrake.
then learn HTML, then PHP.
then if not done yet install mysql and learn to how use it.
to do that i recommend to install phpmyadmin.

i learned all of it from a book. there you have easy examples.

http://animalliberation.tk http://veganismus.ch
http://maqi.de http://tierrechtskochbuch.de

Options: ReplyQuote


Subject
Written By
Posted
Re: I need A LOT of help!!!! please help me, with...everything!!!!
February 26, 2005 11:17AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.