Re: [PHP] Environment variables...

2007-03-14 Thread Erik Jones
xec ('echo $CONTEXTE_D_EXECUTION',$result); $result is empty !!! I've put the variable in /etc/environment, in /etc/profile, in /etc/bash.bashrc but nothing worked... Do you have any idea ? If it is not possible, I suppose I can put a variable in php.ini ? Thank you very much. David. eri

Re: [PHP] Environment variables...

2007-03-14 Thread Erik Jones
king that variable available in you're web server user's env. On Mar 14, 2007, at 9:52 AM, David BERCOT wrote: Le Wed, 14 Mar 2007 09:42:13 -0500, Erik Jones <[EMAIL PROTECTED]> a écrit : Depending on your system and environment (platform and cli v. cgi), they should be

Re: [PHP] Just upgraded to php 5, html emails showing up as text

2007-03-15 Thread Erik Jones
asily. | `' -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php erik jones <[EMAIL PROTECTED]> sofware developer 615-296-0838 emma(r)

Re: [PHP] Environment variables...

2007-03-15 Thread Erik Jones
web server, it runs as whomever the web server runs as. If you execute the script from a shell (cli), it runs as whatever user you are logged in as... erik jones <[EMAIL PROTECTED]> sofware developer 615-296-0838 emma(r)

Re: [PHP] php bar/graph scripts/library

2007-03-16 Thread Erik Jones
On Mar 15, 2007, at 10:07 PM, Ron Croonenberg wrote: hello all, I am looking for some scripts/libraries etc to produce some bar graphs etc. Does anyone know of something "nice (that works on Linux) There is a graphing library in PEAR called Image Graph that you could check out.

Re: [PHP] a php stats package

2007-03-16 Thread Erik Jones
What kind of stats are you looking for? On Mar 16, 2007, at 10:57 AM, Ross wrote: Can someone recommend one please? R. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php erik jones <[EMAIL PROTECTED]> software developer 615-296-083

Re: [PHP] a php stats package

2007-03-16 Thread Erik Jones
On Mar 16, 2007, at 11:11 AM, <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> wrote: Sorry web stats, unique hits, referers all that kind of info. R. - Original Message - From: Erik Jones To: Ross Cc: php-general@lists.php.net Sent: Friday, March 16, 2007 4:10 PM Subject: Re: [

Re: [PHP] Re: _Construct question

2007-03-21 Thread Erik Jones
struct as opposed to using a function with the classname ? Thanks, JC -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php erik jones <[EMAIL PROTECTED]> software developer 615-296-0838 emma(r)

Re: [PHP] Re: _Construct question

2007-03-22 Thread Erik Jones
On Mar 21, 2007, at 7:14 PM, Chris wrote: Erik Jones wrote: That's not true, running with v. 5.2.1: Outputs: works On Mar 21, 2007, at 8:06 AM, itoctopus wrote: They're basically the same thing, however, you can only use __construct in PHP5. He meant that __construct() doesn

Re: [PHP] Rewriting urls

2007-03-26 Thread Erik Jones
ction server, but on the development server it don't want to work. I also tried it on a windows machine but it don't want to work there either. Any suggestions/insights? Yep, take this to the mod_rewrite forums @ http://www.modrewrite.com/ as this is a php list :) eri

Re: [PHP] Rewriting urls

2007-03-26 Thread Erik Jones
On Mar 26, 2007, at 1:18 PM, Peter Lauri wrote: On Monday 26 March 2007 19:49:48 Erik Jones wrote: Yep, take this to the mod_rewrite forums @ http://www.modrewrite.com/ as this is a php list :) Thanks. This solved it for me: http://forum.modrewrite.com/viewtopic.php?p=10796#10796 /Peter

Re: [PHP] Re: SNMP support on compile from source FastCGI

2007-03-26 Thread Erik Jones
g.log to see if PHP found the snmp libs or not. Probably not. Also, when you recompile, make sure you at least 'make clean'. 'make distclean' would be good, too erik jones <[EMAIL PROTECTED]> software developer 615-296-0838 emma(r)

Re: [PHP] PHP Session variable

2007-03-27 Thread Erik Jones
know I am. On the page that generates your webform: Also, changing to using the $_SESSION superglobal array instead of $HTTP_SESSION_VARS will save you a bit of typing. erik jones <[EMAIL PROTECTED]> software developer 615-296-0838 emma(r)

Re: [PHP] Firefox Extension (Firefox 2.x.x.x)

2007-03-28 Thread Erik Jones
editor to bring up the help docs in a mini-browser instead of having to switch to FF while I'm editing. erik jones <[EMAIL PROTECTED]> software developer 615-296-0838 emma(r)

Re: [PHP] CURL questions

2007-03-29 Thread Erik Jones
NSFER twice and that my be messing with the curl call. erik jones <[EMAIL PROTECTED]> software developer 615-296-0838 emma(r)