so new i dont know where to start.

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
scsikid
Forum Newbie
Posts: 1
Joined: Fri Jul 12, 2002 8:26 pm
Location: Toronto

so new i dont know where to start.

Post 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
godfrey
Forum Newbie
Posts: 7
Joined: Fri Jul 12, 2002 9:46 am
Contact:

php

Post 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
gnu2php
Forum Contributor
Posts: 122
Joined: Thu Jul 11, 2002 2:53 am

Post 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
shareme
Forum Newbie
Posts: 22
Joined: Sat Jun 29, 2002 4:50 pm

Post 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 ..
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post by twigletmac »

Tutorials on various aspects of PHP are available in lots of places: to name but a few.

Mac
Post Reply