Recent content by ak24ali

  1. A

    can someone tell me what is wrong with this php coding!?

    <?php $username = $_POST['username']; $password = $_POST['password']; if ($username&&$password) { $connect = mysql_connect("local","root","") or die ("couldn't connect!") mysql_select_db("phplogin") or die ("couldn't find dp!"); $query = mysql_query("SELECT * FROM users WHERE...
  2. A

    can someone tell me what is wrong with this php coding!?

    <?php $username = $_POST['username']; $password = $_POST['password']; if ($username&&$password) { $connect = mysql_connect("local","root","") or die ("couldn't connect!") mysql_select_db("phplogin") or die ("couldn't find dp!"); $query = mysql_query("SELECT * FROM users WHERE...
  3. A

    can someone tell me what is wrong with this php coding!?

    <?php $username = $_POST['username']; $password = $_POST['password']; if ($username&&$password) { $connect = mysql_connect("local","root","") or die ("couldn't connect!") mysql_select_db("phplogin") or die ("couldn't find dp!"); $query = mysql_query("SELECT * FROM users WHERE...
  4. A

    html help please help me on making a status box?

    is there anyway i can make a status box like of facebook or myspace where you post it and it goes to the top of you page..using any coding to put on my website :) thankyou
Back
Top