ID:               41791
 Updated by:       [EMAIL PROTECTED]
 Reported By:      malathi dot velayudhan at gmail dot com
-Status:           Open
+Status:           Bogus
 Bug Type:         MySQL related
 Operating System: Windows XP
 PHP Version:      5.2.3
 New Comment:

Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions.  Due to the volume
of reports we can not explain in detail here why your report is not
a bug.  The support channels will be able to provide an explanation
for you.

Thank you for your interest in PHP.




Previous Comments:
------------------------------------------------------------------------

[2007-06-26 15:59:57] malathi dot velayudhan at gmail dot com

PHP & MySQL were doing good independently, but I was unable to run the
php codes which connects with MySQL. Got a blank page.
I would like to know whether there will be any error in configuration.
I have provided the extension_dir path & uncommented the mysql.dll &
mysqli.dll extensions in the php.ini file & moved its copy to Windows
folder. I also copied the libmysql.dll & php5ts.dll to the system32
folder.

------------------------------------------------------------------------

[2007-06-25 17:46:17] [EMAIL PROTECTED]

Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to "Open".

Thank you for your interest in PHP.




------------------------------------------------------------------------

[2007-06-24 18:14:12] malathi dot velayudhan at gmail dot com

Description:
------------
Hello,
  I'am unable to connect the MySQL & PHP. I get a blank page on
executing the code. Will there be any problem in php.ini configuration?
Plz help me to fix it up.

Reproduce code:
---------------
<?php
$connect = mysql_connect("localhost", "root", "mmm") or 
     die ("Hey loser, check your server connection.");

$create = mysql_query("CREATE DATABASE IF NOT EXISTS moviesite")
  or die(mysql_error());

if ($create)
{echo "database created ";
}
?>


Expected result:
----------------
Should either display "database created" or any error statement.

Actual result:
--------------
I get a blank page.


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=41791&edit=1

Reply via email to