php require problem.

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
yasirjamal
Forum Newbie
Posts: 8
Joined: Tue Feb 10, 2009 11:05 pm

php require problem.

Post by yasirjamal »

Dear friends,

i am using dreamweaver.In my index page when i put in html td

Code: Select all

<? require ("header.php"); ?>
Then i will come back to design mode. I will see only my header and a error (page title) </head> in uper side of my header. </head> is in yellow color. i am not able to select the error

Any one tell me what to do.
User avatar
LanceEh
Forum Commoner
Posts: 46
Joined: Tue Feb 17, 2009 11:53 am
Location: Florida

Re: php require problem.

Post by LanceEh »

I think the code in your header is bad. You can post it if you want.

Take care.
Post Reply