Re: [PHP] Re: install problems

2007-03-18 Thread jekillen
On Mar 18, 2007, at 7:51 PM, Haydar TUNA wrote: Hello, This is php.install question but I can help you. Two weeks ago, I faced same problem with Apache 2.2.4 and PHP 5.2.1 in Redhat Linux AS 4 Update 3 operating system. I tried to install apache and php together but I faced to same

[PHP] Re: install problems

2007-03-18 Thread Haydar TUNA
Hello, This is php.install question but I can help you. Two weeks ago, I faced same problem with Apache 2.2.4 and PHP 5.2.1 in Redhat Linux AS 4 Update 3 operating system. I tried to install apache and php together but I faced to same problem. I tried to install PHP 5.1.6 and Apache 2.

[PHP] Re: Install problems with PHP and GD

2001-05-07 Thread Daniel BI
If you're running the latest RH, the path should be /usr anyway, issue: find / -name gd.h if the result is /usr/include/gd.h, then the path should be /usr if you have somthing else, I guess you already suppose what the path is.. :) Daniel BI -- PHP General Mailing List (http://www.php.net/

Re: [PHP] PHP (re)install problems

2001-03-12 Thread David Robley
On Tue, 13 Mar 2001 08:46, Jason Bouwmeester wrote: > Yeah I am pretty sure it is right, it was working fine before I > reinstalled. > > And thanks for the !$link that worked. > > jb > > > > > Warning: Undefined variable: Titlesearch in > > d:\apache\htdocs\bkhtml\movies.php on line 22 > > > > Th

RE: [PHP] PHP (re)install problems

2001-03-12 Thread Jason Bouwmeester
Yeah I am pretty sure it is right, it was working fine before I reinstalled. And thanks for the !$link that worked. jb > Warning: Undefined variable: Titlesearch in > d:\apache\htdocs\bkhtml\movies.php on line 22 > > This is line 22 of movies.php: > > print " action=\"movies/mysql_moviedb_se

Re: [PHP] PHP (re)install problems

2001-03-12 Thread Jack Dempsey
> Warning: Undefined variable: Titlesearch in > d:\apache\htdocs\bkhtml\movies.php on line 22 > > This is line 22 of movies.php: > > print " action=\"movies/mysql_moviedb_search.php?Titlesearch=$Titlesearch\">\n"; are you sure your variable is capitalized previously? > > I also get this erro

[PHP] PHP (re)install problems

2001-03-12 Thread Jason Bouwmeester
I just reformatted my computer and reinstalled: Apache 1.3.14 Win32 r2 PHP 4.03pl1 mySQL 3.23.34 - Win I copied over my mySWL database and my PHP files and I get the following error: Warning: Undefined variable: Titlesearch in d:\apache\htdocs\bkhtml\movies.php on line 22 This is line 22 of mo