Did you install from the source code or a pre-compiled bin? (from Marc
Liyanage.?)
If so there is usually no php.ini file with it. If you are using Marc's
binary package then create a blank php.ini
file:
sudo mkdir -p /usr/local/lib
sudo touch /usr/local/lib/php.ini
Then you wi
uncompress eXtremePHP. It may get have a weird directory name. Change the
directory name to xpl.
copy xpl to /Users/pierreva/Sites/xpl either from the CLI or just drag the
xpl dir into your Site dir
cd /usr/local/lib
sudo vi php.ini
while in vi type /auto_prepend
(this is to search to the
Restart apache... that should be it
on XP use the Restart Script in you apache program group
on unix do a
/usr/local/apache/bin/apachectl graceful
or just
apachectl graceful
if it is in your path
HTH,
Matt
At 05:50 AM 11/2/2002 +0900, you wrote:
<[EMAIL PROTECTED]>
--
PHP General Mail
Well, what you could do is write one function that gets all the
values that you need and fills the variables up with them, AND write a
bunch of functions that get one value at a time. Then depending on the
conditions or parameters/values needed or recieved and such, you can call
the fun
4 matches
Mail list logo