help with PHP: $result =...

<?php $result = mysql_query($dbc, $query) or die('Error querying database.'); mysql_close($dbc); echo 'Thanks for registering.
'; //echo 'Your email address is: ' . $useremail '
'; //echo 'Your username is: ' . $username '
'; //echo 'Your password is: ' . $pass; ?>

Thank you, you have registered - view the current journal

<?php

ok, the obvious question would be this - what’s the problem you’re having with $result?

Sponsor our Newsletter | Privacy Policy | Terms of Service