I am trying to prepare for my third year project which basically
consists of a dynamic web site where people can log in and create
profiles, also being able to administer the site so that statistics
can be obtained, the details of which are irelavent.
I have been learning php & mysql do implement the project and I
"thought" the end product would be in HTML however I have since
learned it must be in XML.
So now I am trying to learn as much XML as I can and am slowly coming
to grips with it. However the link I see between PHP and XML seems
quite fuzzy. As the end result must be in XML it is just a straight
swap between inserting PHP code into my XML document as it is with
HTML or is it more complicated than that?
Cheers!
consists of a dynamic web site where people can log in and create
profiles, also being able to administer the site so that statistics
can be obtained, the details of which are irelavent.
I have been learning php & mysql do implement the project and I
"thought" the end product would be in HTML however I have since
learned it must be in XML.
So now I am trying to learn as much XML as I can and am slowly coming
to grips with it. However the link I see between PHP and XML seems
quite fuzzy. As the end result must be in XML it is just a straight
swap between inserting PHP code into my XML document as it is with
HTML or is it more complicated than that?
Cheers!
Comment