-
PHP book...Now what?
Alright, i read a book on PHP, and they say you can let it generat your stuff 'on the fly'..
Well, i've been thinking how i can do that to my site? I'm sick of making web pages indivisually?
Could you visit my site, and give me a few pointers as to what i can do and automate, and just a quick howto (i can probably figure that out), but ....
--770
-
I don't even have to look at your site to tell you that. the only thing you can do on the fly is graphics, as far as I know. but to automate your site make it database driven, if using php them use mysql. so all you have to do is update teh database and your pages wil automatically be updated. that of course you load your site from a database.
here is an articel for it
http://www.mysql.com/articles/ddws/index.html
-
thanx... i'll look at the article and try it out..
--770