Hi there
I firstly want to make it clear I am a total beginner when it comes to XHTML etc.
I am trying to write a number of pages based on some templates and have problems with CSS rendering.
For my CSS to render properly I have figured out I need the statement <?xml version="1.0" encoding="utf-8"?> in the first line of my php page. So far so good.
But for my php page to be able to include some statements from the database, I also need <?session_start();?> to be on the first line of my php page.
Whatever I try, I cannot figure out how to fix the problem.
Any ideas?
Cheers
John