I need to find away to transfer my html Template into a php template because my Login script keeps messing up because the html codes are before the headers and so it make it where the headers already been sent out only way that it works right is when i put the full url in there i dont want to use the full url... can someone help me make a Template that has 2 columns with the nav on the left? here is the page kinda like the way i want it to look like..
http://www23.brinkster.com/noobdefender/template1.htm (without the banner)
Thank you
Raven-Flock
PHP Template
Moderator: General Moderators
-
Raven-flock
- Forum Newbie
- Posts: 24
- Joined: Tue Apr 12, 2005 2:02 pm
...
Well, I aven't had any problems with php-html templating if all code checked ( sometimes some little bracket or even " missing or if " exists in HTML can mess up the php engine ), so basicaly just take care what are you mixing and how it affects the other technology used ( php-html is easy, try playing with php-javascript-css within multiple pages - that's a story, but the same principle applies.
Maybe if you could post some code - ...
Are you trying to use sessions or cookies in that template-ing engine - they have their own specific rules governing their position in the code.
Maybe if you could post some code - ...
Are you trying to use sessions or cookies in that template-ing engine - they have their own specific rules governing their position in the code.
-
Raven-flock
- Forum Newbie
- Posts: 24
- Joined: Tue Apr 12, 2005 2:02 pm