Firstly thanks for your help & i hope you have the patience with me to see this problem resolved 🙂 now theres a challange.
Ok, i restored this bit of code
$result = mysql_query($sql, $db);
and also instead of just having
require_once('config.php');
i specified the full path to remove error...
require_once('http://gx30.co.uk/Vault/config.php');
, but now get the errors....
Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in /home/gx30co58/public_html/Vault/index.php on line 154
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/gx30co58/public_html/Vault/index.php on line 158
although the form is displayed. It must be something i have done, as otherwise the originating site would not be publishing it. Thanks for your continuing help.
Maybe i should start again?