check out my site, mackstann.cjb.net
i want to use php, and have read through a few tutorials now, they all seem to be really bad. it might be me, i'm not sure. i can grasp C pretty well and its really fun to learn and play with. but php seems overly complex, all of the tutorials either are too short/simple, or they teach all this junk i dont care about (i understand variables, constants, etc, i dont need to re-learn them). updating my site gets more and more cumbersome as i add to it. i really need something like php. any links to some USEFUL guides or tutorials would be great.
basically all of the pages look the same, just different content. my idea is: have a main page, index.php, which reads 2 files, it reads the format/layout file, which contains the colors and tables and all that formatting stuff, and then it reads from a second file which has the content in it. it takes the layout and sticks the content in it and displays the final product. seems simple but it has proved to be just the opposite. 🙁