From:             rsrilathamca at yahoo dot com
Operating system: windows98
PHP version:      4.3.2
PHP Bug Type:     Scripting Engine problem
Bug description:  Its is not a bug, i need the solution please

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 bug report at http://bugs.php.net/?id=25584&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=25584&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=25584&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=25584&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=25584&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=25584&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=25584&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=25584&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=25584&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=25584&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=25584&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=25584&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=25584&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=25584&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=25584&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=25584&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=25584&r=float

Reply via email to