I\'m doing a script where you can search the web. But how do you spread multiple data? like this:
If you put on:
<OL>
Searching <!--result -->
<!--foreach result=\"\" -->
<LI>Link: <!--result_link --><BR>
Title: <!--result_title --><BR>
Description: <!--result_part --><BR>
</li>
<!--end -->
</ol>
would put:
Searching chocolate
<LI>Link: http://www.test.com
Title: Chocolate Springs
Description: Makes chocolate
</li>
<LI>Link: http://www.chocolate2.com
Title: Chocolate2 Bar
Description: Chocolate Bar Factory
</li>
</ol>
-Steven
I have a PHP code to search the web