I've made most of my scripts for a page I'm making. So I have all (well, most) of the pieces of my first real php page.
But now that it's time to put them together, I'm not sure I'm doing it right?
How do I control the flow from script to script all layed out on a nice page?
Do I separate each function and do a master page (index.php?) with all the include()s?
How is CSS styling for php different than just with html, if at all? Why haven't I come across this info yet? Is it just obvious? I thought I knew, but now...
Sorry to ask stupid questions, but the stuff I expected to be easy before, wasn't easy (which is OK, 'coz the hard stuff wasn't so bad!); but now I just want to take advantage of all your expertise before banging my head against the wall for a week (or more)!
(And I know NOTHING about content management systems, so if you're going to recommend one, please explain why I need one and how they work.)
Any advice would be appreciated!
But now that it's time to put them together, I'm not sure I'm doing it right?
How do I control the flow from script to script all layed out on a nice page?
Do I separate each function and do a master page (index.php?) with all the include()s?
How is CSS styling for php different than just with html, if at all? Why haven't I come across this info yet? Is it just obvious? I thought I knew, but now...
Sorry to ask stupid questions, but the stuff I expected to be easy before, wasn't easy (which is OK, 'coz the hard stuff wasn't so bad!); but now I just want to take advantage of all your expertise before banging my head against the wall for a week (or more)!
(And I know NOTHING about content management systems, so if you're going to recommend one, please explain why I need one and how they work.)
Any advice would be appreciated!
