ID:               25584
 Updated by:       [EMAIL PROTECTED]
 Reported By:      rsrilathamca at yahoo dot com
-Status:           Open
+Status:           Bogus
 Bug Type:         Scripting Engine problem
 Operating System: windows98
 PHP Version:      4.3.2
 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. 

Thank you for your interest in PHP.

Ask your support questions elsewhere..



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

[2003-09-18 06:18:05] rsrilathamca at yahoo dot com

Description:
------------
Sir, I have loaded 2 apache server of two different version
it create
C:\program files\apache group\apache2\...

i place my document into the directory .\htdocs\programs

i have one more directory, called c:\apache\webapps\programs

when i give the http://localhost/ - enter
it shows all the file
the data base connection problem is made
Parse error: parse error, unexpected T_STRING in C:\Program
Files\Apache Group\Apache2\htdocs\programs\insert.php on line 2

of the programs

<? php
  mysql_connect("localhost") or
  die ( "Cann't able to connect");
  mysql_select_db("latha") or
  die ("could not Select The Database");
  $query ="insert into myemp values
('Anand','[EMAIL PROTECTED]','sorry for not calling u')";
   mysql_query($query) or die (mysql_error());
?>
<h1> Yes Update</h1>





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


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

Reply via email to