|
-
Aug 14th, 2006, 07:51 AM
#1
Thread Starter
Hyperactive Member
Access Image Files
When I am accesing image by following code it will be succedded.
<?php
echo getcwd()."/zodiac/Gemini.jpg";
?>
But when I am accesing the following code then after "hello", the image is not coming, instead alphaneumeric characters are coming.
<?php
echo "hello <br>";
echo getcwd()."/zodiac/Gemini.jpg";
?>
Please show me the reason and rewrite the code.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|