[PHP] Problem with PHP 4.0.5

2001-05-07 Thread Alvaro Collado
I have installed PHP4.0.5 in a Red Hat Linux 6.0 with Apache. When I run the test no problem, all is OK, but when I run a html index file in Netscape ( LocalHost ) whith a single code like this nothing was display, nothing. When I change the code for an know error for example Netscape prin

[PHP] Problem with PHP 4.0.5

2001-05-07 Thread Alvaro Collado
Mr . John Vanderbeck None of both codes works, all this test were do. The Netscape ingnore all the tags with \n"; ?> Some systems are configured to not allow the shorthand "http://gamedesign.incagold.com/) - GameDesign, the industry source for game design and development issues

[PHP] problem with php-ftp ftpbuf?

2001-04-04 Thread Jan Grafström
Hi! I tryed the ftp script found in php manual. I got this errormessage: --- Warning: Unable to find ftpbuf 0 in /home/myName/public_html/sess/ftpfile.php3 on line 6 --- What does ftpbuf mean? Thanks for any help. Regards Jan -- PHP General Mailing List (http://www.php.net/) To unsub

RE: [PHP] Problem with PHP 4.0.5

2001-05-10 Thread biscut
[EMAIL PROTECTED]] > Sent: 08 May 2001 19:20 > To: biscut; John Vanderbeck; [EMAIL PROTECTED] > Subject: RE: [PHP] Problem with PHP 4.0.5 > > > are you sure your html is properly formatted? if you like, send > me the small > script you're using, and i'll run it on a pre

Re: [PHP] Problem with PHP 4.0.5

2001-05-10 Thread Jack Dempsey
May 2001 19:20 > > To: biscut; John Vanderbeck; [EMAIL PROTECTED] > > Subject: RE: [PHP] Problem with PHP 4.0.5 > > > > > > are you sure your html is properly formatted? if you like, send > > me the small > > script you're using, and i'

[PHP] Problem with PHP as CGI

2001-05-23 Thread Richard Kurth
I have php config as a cgi and I put this at the top of my script #!/usr/local/bin/php -q when ever I run this script at root in telnet I get this message below. I configured php like this ./configure --with-mysql make make install I have set this up on a number of servers Bu

[PHP] problem with php and interbase

2001-07-03 Thread Yamilé
Hi: I have PHP4 and Interbase 6.0 Super Server but ... Fatal Error: Call to undefined function ibase_connect() ... any idea? Is there something like php-interbase...rpm? Thanks fausto. __ Do You Yahoo!? Get personalized email addresses fro

[PHP] Problem with php and htmldoc

2001-07-22 Thread Luis Lebron
I am currently having a problem with php and htmldoc. I have a php script that queries a myql database and creates a series of tables each with a 800 x 600 product screenshot. The file is then sent to htmldoc to be converted into a pdf file. Here is my problem, if I request ten records (screensho

[PHP] problem with PHP and .htaccess

2001-05-04 Thread Tom Carter
Hi, I have a quite complex site organised into a series of subdirectories, all referrencing one single include directory, specified by a global variable required on each page. This file has sym links to all the directories, and I've done a test output so that is not the cause of the problem. Wh

RE: [PHP] Problem with PHP 4.0.5

2001-05-07 Thread John Vanderbeck
, May 07, 2001 8:36 PM > To: [EMAIL PROTECTED] > Subject: [PHP] Problem with PHP 4.0.5 > > > I have installed PHP4.0.5 in a Red Hat Linux 6.0 with Apache. > When I run the test no problem, all is OK, but when I run a html > index file in Netscape ( LocalHost ) > whith a sing

Re: [PHP] Problem with PHP 4.0.5

2001-05-07 Thread Philip Olson
1. What file extension are you using for your test file? 2. Is this extension found around httpd.conf in a form similar to : AddType application/x-httpd-php .php .php3 .html .phtml .parsemephp When you stated "All works ok except ..." what works ok? Regards, Philip On Mon, 7 May 2001, Alva

RE: [PHP] Problem with PHP 4.0.5

2001-05-08 Thread biscut
TED]] > Sent: 08 May 2001 01:33 > To: [EMAIL PROTECTED] > Subject: RE: [PHP] Problem with PHP 4.0.5 > > > Try, > > echo "This is a test\n"; > ?> > > Some systems are configured to not allow the shorthand " REQUIRE the full code sta

RE: [PHP] Problem with PHP 4.0.5

2001-05-08 Thread Jack Dempsey
ROTECTED]] Sent: Tuesday, May 08, 2001 2:00 PM To: John Vanderbeck; [EMAIL PROTECTED] Subject: RE: [PHP] Problem with PHP 4.0.5 I have exactly the same problem, if you try viewing the page with IE then you will probably find that it works fine...if you get any answers then could you let me know wh

[PHP] Problem with PHP y Phorummail

2001-09-05 Thread Webmaster
Hi people: I trying to execute Phorummail script (put email into a web message board) from my shell, but I get this error message. [root@corotu docs]# ./phorummail php: error in loading shared libraries: libmysqlclient.so.6: cannot open shared object file: No such file or directory What can I

Re: [PHP] Problem with PHP as CGI

2001-05-23 Thread Stuart J. Browne
"Richard Kurth" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > I have php config as a cgi and I put this at the top of my script > > #!/usr/local/bin/php -q > > when ever I run this script at root in > telnet I get this message below. > > Error in argumen

Re: [PHP] Problem with PHP as CGI

2001-05-23 Thread midget2000x
This is not an answer, but a further question on this subject. Do you (or anybody) know of a way to keep the path to PHP from showing up when the PHP CGI script is hit via HTTP? On Wed, 23 May 2001, Stuart J. Browne wrote: > "Richard Kurth" <[EMAIL PROTECTED]> wrote in message > [EMAIL PROTECTED

RE: [PHP] Problem with PHP as CGI

2001-05-23 Thread ..s.c.o.t.t..
code. > -Original Message- > From: midget2000x [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, May 23, 2001 20:33 > To: Stuart J. Browne; [EMAIL PROTECTED] > Subject: Re: [PHP] Problem with PHP as CGI > > > This is not an answer, but a further question on this s

Re: [PHP] Problem with php and htmldoc

2001-07-22 Thread Justin Farnsworth
It is not exactly clear what you are doing. Are you buffering up the HTML file with ob_start, and then flushing the buffer after you run the buffer through htmldoc, that is, are you processing everything before into html before you flush out the page? If you are not buffering, then you probably

Re: [PHP] Problem with PHP y Phorummail

2001-09-05 Thread Brian Clark
@ 2:52:49 PM on 9/5/01, Webmaster wrote: > [root@corotu docs]# ./phorummail > php: error in loading shared libraries: libmysqlclient.so.6: cannot open shared > object file: No such file or directory > What can I do for execute this script properly, What I doing it wrong? > I am running Apache 1

Re: [PHP] Problem with PHP y Phorummail

2001-09-05 Thread Brian Clark
@ 3:55:04 PM on 9/5/01, Webmaster wrote: > Thanks for your answer, but I can't find libmysqlclient.so.6 in my > server, is not in MySQL lib directory or PHP Lib directory, How I > can do for install or copy this lib?? Do I need reinstall MySQL?? > what use in ./configure line???. Try running upd

Re: [PHP] Problem with PHP y Phorummail

2001-09-05 Thread Brian Clark
@ 4:13:46 PM on 9/5/01, Webmaster wrote: > Sorry, I forget this is my previous message, I'm running in Red Hat > Linux 6.0. Been a long time for me and RedHat/RPM, but.. You need to find the MySQL RPM with the same version that you currently have installed, but it'll be labeled as 'MySQL client

[PHP] PROBLEM WITH PHP 4.1.2 / MY SQL 3.22.32

2002-03-04 Thread Alexandra Aguiar
Hi, i need some help, We gotta here some database using mysql 3.22.32 and we integrate it with php.. in the webpages and stuffso now, we upgraded to PHP 4.1.2 and it's seems php it's not recognizin the data in the mysql database.. any ideas ? thnx in advance.. Alexandra Aguiar

Re: [PHP] Problem with PHP using Java Classes

2001-01-18 Thread Alex Akilov
Fraser, >extension_dir=/usr/local/lib/php/extensions/no-debug-non-zts-20001214:/home/local/java/jdk1.2.2/jre/lib/i386 Change the above to only list the directory that contains the libphp_java.so. The jdk directories should go to java.library.path (or LD_LIBRARY_PATH or ld.so.conf). Note that ja

Re: [PHP] Problem with PHP using Java Classes

2001-01-18 Thread Fraser MacKenzie
Thanks. I will try this. Fraser On Thu, 18 Jan 2001, Alex Akilov wrote: > Fraser, > > >>extension_dir=/usr/local/lib/php/extensions/no-debug-non-zts-20001214:/home/local/java/jdk1.2.2/jre/lib/i386 > > Change the above to only list the directory that contains the > libphp_java.so. > The jdk

Re[2]: [PHP] Problem with PHP as CGI

2001-05-23 Thread Richard Kurth
Hello Stuart, yes there is a Wednesday, May 23, 2001, 9:06:08 PM, you wrote: Stuart J. Browne> "Richard Kurth" <[EMAIL PROTECTED]> wrote in message Stuart J. Browne> [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... >> >> I have php config as a cgi and I put this at the top of my script >> >> #!

Re[2]: [PHP] Problem with PHP as CGI

2001-05-23 Thread Richard Kurth
00x [mailto:[EMAIL PROTECTED]] >> Sent: Wednesday, May 23, 2001 20:33 >> To: Stuart J. Browne; [EMAIL PROTECTED] >> Subject: Re: [PHP] Problem with PHP as CGI >> >> >> This is not an answer, but a further question on this subject. Do you (or >> anybody) kno

RE: Re[2]: [PHP] Problem with PHP as CGI

2001-05-23 Thread ..s.c.o.t.t..
and i've never had any problems. > -Original Message- > From: Richard Kurth [mailto:[EMAIL PROTECTED]] > Sent: Thursday, May 24, 2001 09:31 > To: [EMAIL PROTECTED] > Subject: Re[2]: [PHP] Problem with PHP as CGI > > > Hello Stuart, > yes there is a