Ask Experts Questions for FREE Help !
Ask

Search:

Type: Posts; User: shihan

Search: Search took 0.00 seconds.

  1. Question: Error in php

    by shihan
    Answers
    2
    Views
    1,171

    error in php

    I done a project. I write a following php script and create the mysql database.But I run the php file they show me error. What is the error

    <?php
    $con=mysql_connect("localhost","root");...
  2. Answers
    3
    Views
    1,254

    I write this script and I also create the...

    I write this script and I also create the database.But it show an error.why

    <?php
    $con=mysql_connect("localhost","root");
    if(!$con){
    die('could not connect:'.mysql_error());
    }
    ...
Results 1 to 2 of 2