php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #25584 Its is not a bug, i need the solution please
Submitted: 2003-09-18 06:18 UTC Modified: 2003-09-18 06:21 UTC
From: rsrilathamca at yahoo dot com Assigned:
Status: Not a bug Package: Scripting Engine problem
PHP Version: 4.3.2 OS: windows98
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: rsrilathamca at yahoo dot com
New email:
PHP Version: OS:

 

 [2003-09-18 06:18 UTC] 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','anand@rediffmail.com','sorry for not calling u')";
   mysql_query($query) or die (mysql_error());
?>
<h1> Yes Update</h1>




Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-09-18 06:21 UTC] sniper@php.net
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..

 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sun Jul 13 17:01:33 2025 UTC