[PHP] Putting PHP info into a variable

2001-09-19 Thread Power Programmer
How do I store the phpinfo() data into a variable so I can mail it to myself? Thanks Randy -Original Message- From: ZeNDeR-X [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 19, 2001 8:59 AM To: [EMAIL PROTECTED] Subject: [PHP] Odp: Returning a specific 'record' from an XML file

[PHP] Permissions on File

2001-09-14 Thread Power Programmer
What permissions would I set a php file to that could only be ready by somebody logged into the server as root but still be executed via a website? is this possible? Thanks Randy --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.

[PHP] Zend or not to Zend

2001-09-10 Thread Power Programmer
Anybody using the zend optimizer in a production environment? Is Zend Cache worth the money? thanks Randy --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.268 / Virus Database: 140 - Release Date: 8/7/2001 -- PHP General Mai

RE: [PHP] mcrypt

2001-08-28 Thread Power Programmer
I looked at those and still don't know which one i should use any ideas?? -Original Message- From: Jason Brooke [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 28, 2001 6:49 AM To: Power Programmer Cc: [EMAIL PROTECTED] Subject: Re: [PHP] mcrypt > I use mcrypt to encrypt p

[PHP] mcrypt

2001-08-28 Thread Power Programmer
I use mcrypt to encrypt passwords, I saw somewhere international users had trouble with the high ascii. is the any functions that can convert the high ascii to hex or something ? Thanks Randy --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com).

RE: [PHP] mcrypt

2001-07-08 Thread Power Programmer
--Original Message- From: Ben Bleything [mailto:[EMAIL PROTECTED]] Sent: Sunday, July 08, 2001 3:36 PM To: 'Power Programmer'; [EMAIL PROTECTED]; 'Keyser Soze'; [EMAIL PROTECTED] Subject: RE: [PHP] mcrypt Have you made sure that the php on the command line and the php that

[PHP] Mcrypt Part2

2001-07-08 Thread Power Programmer
What causes this error when apache is starting? # ./apachectl startssl Syntax error on line 238 of /usr/local/apache/conf/httpd.conf: Cannot load /usr/local/apache/libexec/libphp4.so into server: libmcrypt.so.4: cannot open shared object file: No such file or directory ./apachectl startssl: http

[PHP] mcrypt

2001-07-08 Thread Power Programmer
I have compiled PHP with mcrypt and it works fine if I run a script from the command line but through a browswer such as IE I get the following error: Fatal error: Call to undefined function: mcrypt_module_open() in /home/wheit/html/test.php on line 6 What do I need to do to be able to us