[[noparse]
...
[/noparse] tags addes -- MOD][/COLOR]
please help me with this thak you all
<div class="users register-page">
<h1 class="xxxxxxxxxxx">Register</h1>
<div class="col1">
<div class="form-block">
<div class="content">
<fieldset>
<legend></legend>
<span style="color:red">
<?php
$hostdb1 = "xxxxxxxxxxxxxxxx.db.xxxxxxxx.hostedresource.com";
$userdb1 = "xxxxxxxxxx";
$pwdb1 = "xxxxxxxxxx";
$dbdb1 = "pxxxxxxxxxx";
$domain = 'xxxxxxxxxx.com' /*without http or www or backend slash*/
/*DO NOT EDIT BELOW THIS LINE*/
$con = mysql_connect ("$hostdb1","$userdb1","$pwdb1");
$errormessage = '';
if (!$con)