Re: [PHP] Error with php

2004-09-28 Thread Jason Davidson
Can you show me an example.. wild guess without knowing what your doing, but, ?> is the escape code to exit php.. so its possible thats what is happening.. but please post some code that cuases this problem. Jason Timothy Johnson <[EMAIL PROTECTED]> wrote: > > This is my first time using php o

[PHP] Error with php

2004-09-28 Thread Timothy Johnson
This is my first time using php on a gentoo system. I seem to be having a problem everytime I use a > it exits out of the code and prints everything after that like as if it was pure text. So I am assuming the php engine doesnt even seen anything after that. Maybe I have something configured wrong

Re: [PHP] error with PHP MySQL extension

2004-06-22 Thread John Nichel
Nguyen, Long P (Mission Systems) wrote: I didn't see a phpinfo, I do see mysql as below in the Configure Command section. So if I run "up2date php-mysql", it will update mysql extension? Where do I run this from, like the path? Sorry - I'm new to this. At the command prompt (and as root), run th

RE: [PHP] error with PHP MySQL extension

2004-06-22 Thread Nguyen, Long P (Mission Systems)
ble-sysvsem' '--enable-sysvshm' '--enable-discard-path' '--enable-track-vars' '--enable-trans-sid' '--enable-yp' '--enable-wddx' '--without-oci8' '--with-pear=/usr/share/pear' '--with-imap=shared' &

RE: [PHP] error with PHP MySQL extension

2004-06-22 Thread R'twick Niceorgaw
Quoting "Nguyen, Long P (Mission Systems)" <[EMAIL PROTECTED]>: > I was task with this... Unfortunately the person that installed it is not > here anymore. Is there a way to find out, like any commands or files to look > for? I do see _SERVER["SERVER_SOFTWARE"] Apache/2.0.40 (Red Hat Linux) sho

RE: [PHP] error with PHP MySQL extension

2004-06-22 Thread Nguyen, Long P (Mission Systems)
al Message- From: John Nichel [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 22, 2004 10:33 AM To: php-general Mailing List Subject: Re: [PHP] error with PHP MySQL extension Nguyen, Long P (Mission Systems) wrote: > This is where I am stuck at with this DRES installation, it's com

Re: [PHP] error with PHP MySQL extension

2004-06-22 Thread John Nichel
Nguyen, Long P (Mission Systems) wrote: This is where I am stuck at with this DRES installation, it's complaining about the mysql extension. I tried ./configure --with-mysql=/usr/local/mysql; make; make install and still the same error: ---

[PHP] error with PHP MySQL extension

2004-06-22 Thread Nguyen, Long P (Mission Systems)
This is where I am stuck at with this DRES installation, it's complaining about the mysql extension. I tried ./configure --with-mysql=/usr/local/mysql; make; make install and still the same error: Checking PHP conf

[PHP] error with php and pdflib

2002-09-22 Thread Thoenen, Peter Mr. EPS
Hello everybody, Getting the following error when trying to generate a pdf file. Fatal error: PDFlib error: function 'PDF_set_info' must not be called in 'object' scope in E:\php\pdf.php on line 6 >From what I can tell (google and php manual online) this error is caused when your webserver (IIS

[PHP] error with php 4.1

2001-12-11 Thread Jan Grafström
Hi! My webhost has just updated to PHP 4.1 and now this loggin script does not work. I get "page can´t be found..." --- if ( (!isset($PHP_AUTH_USER)) || ! (($PHP_AUTH_USER == $st_LOGIN) && ($PHP_AUTH_PW == "$st_PASSWORD" )) ) { header("WWW-Authenticate: Basic entrer=\"Admin Basta\""); header(