-
Hi, I am in an agreement with a search engine company to integrate the engine into my site.
However, I don't want to use a two-frame page to display the search result on another frame. I would like to use PHP3 to merge the result into my PHP3 program. That way, I can have a single page displaying everything.
So, the question is: does anyone know how to grab a page from another site and to integrate it into a PHP3 program?
-
if you are interested in a custom scripted solution,we could probably do something for you... feel free to contact me at vinay@kryogen.com
---------------------
Kryogen Technologies - when you want something MORE
-
I am not quite sure what you mean, but you can always use:
<BLOCKQUOTE><font size="1" face="Verdana, Arial">code:</font><HR><pre>
<?php
include("http://www.somesite.com/something.htm");
?>
[/code]
-
<deleted post>
[This message has been edited by kyank (edited June 28, 2000).]
-
the "include" only works for my own pages. I want to integrate my affiliate page into mine.