Re: [PHP] Compiling PHP5 In Linux

2003-03-05 Thread Clete Rivers Blackwell 2
they don't seem to be compatiable, I got some error :(... I don't want to wait for them to fix it, do you know what to use? Ernest E Vogelsinger [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] At 04:55 05.03.2003, Clete Rivers Blackwell 2 said: [snip

Re: [PHP] some help needed building chat-app

2003-03-05 Thread Clete Rivers Blackwell 2
Yes, it does, so no need, but if you really want to be picky, use mysql_close([resource link_identifier])... Joseph Bannon [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] * how can i make sure the db-connection is closed before the user closes the window? Doesn't the connection

[PHP] Re: Need help with ? vs. php?

2003-03-05 Thread Clete Rivers Blackwell 2
Don't know if anyone said it, but you do not need to use php?, it's invalid AFAIK... just probably as they said, set short_tags=On in php.ini or something similar... Jean-Louis Letortorec [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hello everyone, I've installed the Apache v2.0.44

[PHP] Re: IT WORKS!!!!

2003-03-05 Thread Clete Rivers Blackwell 2
Um... what works? Luis A [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] HEY AA IT WORKS FINALY WORK IT !! I FIND WHERE WAS THEE PROBLEM THE PROBLEM WAS ON THE method i forgat to put extract ($GEt); jajaaj thanks pals -- PHP General Mailing List

[PHP] Re: Newbie Problem with an IF Statement

2003-03-05 Thread Clete Rivers Blackwell 2
You need ==, not just =... also, [status] is nothing... try $status... Jess Hunter [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I have a short bit of code that contains an if/else that is causing me some trouble, I am sure that the answer is staring me straight in the face, and I

[PHP] Newsgroup Server?

2003-03-04 Thread Clete Rivers Blackwell 2
Is there a newsgroup server for this mailing list?

[PHP] Re: Newsgroup Server?

2003-03-04 Thread Clete Rivers Blackwell 2
thanks :) Jome [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Clete Rivers Blackwell 2 wrote: Is there a newsgroup server for this mailing list? news.php.net -- Jome -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: transferring another .jpg to your own

2003-03-04 Thread Clete Rivers Blackwell 2
I am still trying to get GD to work on my system, but you need to output a header: header(Content-type: image/jpg); then at the end: imageJPG($im); It should work if I'm not wrong... Anthony Ritter [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Using PHP 4.1.1. / Apache / Win 98

[PHP] Re: Automatically Save Image?

2003-03-04 Thread Clete Rivers Blackwell 2
Use a .htaccess, though I do not know what to put. You can zip the image up, or unset the AddType image/gif/jpg/whatever .gip/jpg/whatever in httpd.conf... it may work to make it appear as an unknown file, .htaccess: AddType thisdoesnotexist/thisdoesnotexist .jpg .gif .jpeg .png Doug Coning

[PHP] Re: Browser Sniffing

2003-03-04 Thread Clete Rivers Blackwell 2
Search php.ini for: auto_prepend_file = you need the exact location of the file at the end (e.g. /var/www/html/this.php)... Also, you can do an auto_append_file. What's e.g. mean? I know how it's used, but what does ir stand for? lol... Ashley M. Kirchner [EMAIL PROTECTED] wrote in message

[PHP] Compiling PHP5 In Linux

2003-03-04 Thread Clete Rivers Blackwell 2
Ok, I have RedHat 8.0 with the everything box checked in packages... when I build the CVS of PHP5, it tells me that tempnam is dangerous and to use makename or something... I think it's a code bug, but just in case, does anyone know if this is due to an outdated version of some program? Thanks

[PHP] Re: Compiling PHP5 In Linux

2003-03-04 Thread Clete Rivers Blackwell 2
Oh, my configure './configure --with-apxs2=/usr/sbin/apache/bin/apxs --with-gd2 --enable-sock ets' Clete Rivers Blackwell 2 [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Ok, I have RedHat 8.0 with the everything box checked in packages... when I build the CVS of PHP5, it tells me