Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

PHP Forum


You are currently viewing our PHP Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
A simple Question : Inser image
Old 06-23-2006, 07:13 AM A simple Question : Inser image
afridy's Avatar
Extreme Talker

Posts: 196
Trades: 0
Hai

i am in my early stage of PHP

I have planed to intergrate some screenshot of our new campain in to the
newsletter.

so i just want to insert a picture on the 3rd line of code shown below.

Assume the picture name is ' image.jpg '

so please tell me the php code >

# if i am inserting the picture from a URL i.e http://www.abcd.net/image.jpg
or
# if inset the picture from local harddrive i.e. c:\image.jpg

Also which of the above 2 location is recommended to insert a picture?

Thank you.

[phpcode]
$body="Hello \n";
$body=$body . "Buy this T-shirt for only 1000$ \n";
$body=$body . "Screen Shot goes here !!";
[/phpcode]
afridy is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 06-23-2006, 11:18 PM Re: A simple Question : Inser image
Webmaster Talker

Posts: 626
Trades: 0
I'm a little confused at what you are trying to do... I assume you just want to insert a picture in a particular place.

Have you tried just echoing an <img> tag?

For example

PHPcode:
echo "<img src=\"http://www.abcd.net/image.jpg\">";

That should do it.
jim.thornton is offline
Reply With Quote
View Public Profile
 
Old 06-24-2006, 01:27 PM Re: A simple Question : Inser image
afridy's Avatar
Extreme Talker

Posts: 196
Trades: 0
Hi Zinco...

Thank you for the post. The code really solved my problem.
let me rate your post
afridy is offline
Reply With Quote
View Public Profile
 
Old 06-24-2006, 07:58 PM Re: A simple Question : Inser image
Webmaster Talker

Posts: 626
Trades: 0
Glad to final be able to give back.
jim.thornton is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to A simple Question : Inser image
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.13304 seconds with 12 queries