Posts: 2
Name: Alexander Lukjanenko
Location: Ukraine
|
The best way was in second post - it's iframe.
1. you develop php script that outputs html page for example example.com/get-data-from-db.php?start=12&stop=44 ....
2. end user website need just to insert iframe tag and point it to your php script -
<iframe src="http://example.com/get-data-from-db.php?start=12&stop=44" width="100" height="100" border="0" /></iframe>
Last edited by chrishirst; 09-08-2010 at 09:08 AM..
|