[Phplib-users] Serving HTML from a remote php script
Brought to you by:
nhruby,
richardarcher
|
From: Lazaro F. <la...@ii...> - 2001-09-11 09:06:47
|
Hi
this is off topic, but I've pulled my hairs (during hours) out on how =
can I include a php script output (plain HTML) into a remote HTML page =
(hosted in a non-php server), It seems something so straightforward, it =
isn't ?
I've tried the HTML "OBJECT" TAG
<OBJECT classid=3D/path/to/phpscript.php>
</OBJECT>
without success
please, can any body helps me
below a piece fo the HTML code output by the php script
-------------------------------------------------
<!--[ / ]-->
<table width=3D150 border=3D"0">
<tr>=20
<td colspan=3D"2"> <span type=3D"text/css" style=3D"font-family : =
Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; color : =
black;"><a type=3D"text/css" style=3D"font-size: 8pt; color : =
blue;"href=3Dhttp://www.mzbusiness.com/jobs/showapp.php?app_lang=3Duk&app=
_mode=3DFRM_SHOW&app_id=3D58 >Management Information/Administrative =
Assistant</a><br>
<b>USAID</b> Maputo (2001-08-17) </span></td>
</tr>
</table>
---------------------------------------------------
|