ID: 35476 Updated by: [EMAIL PROTECTED] Reported By: vejaykrishna at yahoo dot co dot nz -Status: Open +Status: Bogus Bug Type: MySQLi related Operating System: win xp prof PHP Version: 5.1.1 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: ------------------------------------------------------------------------ [2005-11-29 15:46:11] vejaykrishna at yahoo dot co dot nz Description: ------------ sir, i am new user of PHP. i need to open a database in MySQL using new mysqli(). But my web page is blank if i run that program since the user name and password is not given. i need to know if root is the user what should be in user name and what should be in password column. Reproduce code: --------------- <?php @ $db=new mysqli('localhost','','','hotel'); if (mysqli_connect_errno()) { echo 'Error:could not connect to db'; } $pid=1; $pln='ap'; $sgl=300.00; $dbl=600.00; $dlflg=0; $qry="insert into plan values(".$pid.",'".$pln."',".$sgl.",".$dbl.",".$dlflg.")"; $result=$db->query($qry); if( $result) echo 'inserted'; ?> Expected result: ---------------- I need to see that the querry is inserted. Actual result: -------------- i debugged the program when line 2 is executed the control transfers some where. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=35476&edit=1
