cURL / Mailing Lists / curl-and-php / Single Mail

curl-and-php

Re: post problem

From: tedd <tedd_at_sperling.com>
Date: Tue, 2 May 2006 10:19:16 -0400

At 11:35 PM -0700 5/1/06, Winoa Hairston wrote:
>Hi again,
>
>
> >From the way it sounds you are trying to show the images and links
>that you have >obtained from an external site without actually
>getting the files that they are linking >to. you will have to add
>the domain information to the links and such if the domain >that you
>have acquired is using relative addresses.
>
>Yes, I am trying to optain the links and images from an external
>link and show them on my page. Can anyone help me?
>
>Thank you
>

Winoa:

This sounds more like an html problem than php.

You can show any image on your site by just linking to it. For
example, if you wanted to pull my logo from my site and place it on
yours, just add this code to your site:

<img src="http://sperling.com/images/gifs/bird3.gif" alt="">

Is this what you want?

tedd

-- 
--------------------------------------------------------------------------------
http://sperling.com
_______________________________________________
http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-and-php
Received on 2006-05-02