HTML Image 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
User avatar
PatelNehal
Forum Newbie
Posts: 21
Joined: Mon Mar 23, 2009 7:27 am
Location: Gujarat, India

HTML Image Problem

Post by PatelNehal »

I have a file which name is DomainRegistration.php which is including HTML file which shows the Heading image which name is Head.html. Now this Head.html file using a css file and images from the image folder. The Tree view of this files are like below

HTML(folder)
----------Domain Registration(folder)
---------------------DomainRegistration.php
----------includefiles(folder)
-------------------head.html
----------Images
----------------logo.jpg
----------------arrow.jpg
----------css
---------------style.css

When i am editing head.html in dreamweaver it is getting image from the Images folder but when i tried to open DomainRegistration.php file it is not coming. What's wrong with my include code please help me out.
Post Reply