• Howdy! Welcome to our community of more than 130.000 members devoted to web hosting. This is a great place to get special offers from web hosts and post your own requests or ads. To start posting sign up here. Cheers! /Peo, FreeWebSpace.net
managed wordpress hosting

Question about pHp

cowax

Nice Shot
NLC
This is coming from a beginner in pHp....

In CGI, you create data files. In pHp you use MySQL. Can you also create data files in pHp as well?
 
depends what you do.

for little things a flat file is easy and works great.

MySQL is good if your getting lots of hits cos it'll do all the clever stuff for you so you don't corupt stuff. eg read you flat file at the same time as you're writing to it. - but this has overheads.

php has the advantage that it works well with mySQL very easily - but perl is hardly much harder.

as ever there are many ways to do things.
 
Back
Top