Logician Thank you so much for your support.
Unfortunately, gives me a blank page, I think the problem is in the configuration of this part of the script:
Code:
<?php
if(isset($_REQUEST['idf']))$idf=$_REQUEST['idf'];
else die("http://www.xxx.com/forum/?idf=ID");
$conn= mysql_connect('host','user','pass');
if(!$conn)die(mysql_error($conn));
$ris=mysql_select_db("dbnam",$conn);
if(!$ris)die(mysql_error());
?>
This script is used as an external file returns the index of all the threads present in the ID forum.
It works very well but I would like to integrate it with vb