Page 1 of 1

so new i dont know where to start.

Posted: Fri Jul 12, 2002 8:26 pm
by scsikid
hello. i am really new to php... or most web development for that matter, i just know html and some javascript. ive been teaching myself unix shell scripting just recently. but i am curious... what kind of database does php store its information in?

txt file???

where can i find this type of basic info on php... cause i would like to learn a lot about it. thanks

php

Posted: Fri Jul 12, 2002 8:54 pm
by godfrey
is basicly a text file. simple basic tutorials you can find at

devshed.com phpbuilder.com and not to forget their own website at php.net

Posted: Fri Jul 12, 2002 9:39 pm
by gnu2php
PHP also uses MySQL, although I've never used it myself.
http://www.mysql.com/documentation/
http://www.php.net/manual/en/ref.mysql.php

:arrow: PHP Manual: http://www.php.net/manual

Posted: Fri Jul 12, 2002 10:31 pm
by shareme
Actually php can use any database app system including flat file which is an old unix standrad that you may have run into ..

Posted: Mon Jul 15, 2002 2:23 am
by twigletmac
Tutorials on various aspects of PHP are available in lots of places: to name but a few.

Mac