Search results

  1. A

    Is any thing wrong with the php code?:?

    <html> <head> <?php $userName = $_POST["userName"]; $password = $_POST["password"]; $gender = ""; $emailId = ""; $okay = FALSE; mysql_connect('hostname', 'username', 'password'); mysql_select_db('Database...
Back
Top