Re: [PHP] Resetting a session variable

2008-02-03 Thread Feris Thia C.
Resetting all session variables or one of those session vars ? If you need to reset all then use *session_destroy() *function. Hope it helps.. Regards, Feris http://top-10.bigspacehosting.com On Feb 4, 2008 1:14 AM, Ron Piggott <[EMAIL PROTECTED]> wrote: > What is the command to reset a sessi

Re: [PHP] how to make multiple website on one host

2008-02-03 Thread Feris Thia C.
Yes you can. Just mirror the additional domains and in your PHP app check the $_SERVER["HTTP_HOST"] variable. Hope this helps ! Regards, Feris http://top-10.bigspacehosting.com On Feb 3, 2008 2:20 PM, jeffry s <[EMAIL PROTECTED]> wrote: > i am wondering whether this can be done. i know it ca

[PHP] PEAR MIME Construct

2007-05-05 Thread Feris Thia C
Hi All, I've read my mail through php://stdin and then decode email message using MIME package. How can I change the "To" header field and then reconstruct and send it again through sendmail ? Regards, Feris -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www

[PHP] Troubleshott GD & Freetype under Linux

2005-10-15 Thread Feris Thia C.
Hi All, My PHP engine still cannot load JPEG library (GD) and Freetype fonts... I use ./config.nice to reconfigure PHP coz it works... and I have compile it with --jpeg-dir options. And seems not working at all. How can I troubleshoot and resolve these problems ? Regards, Feris

[PHP] Freetype and JPEG disabled

2005-10-08 Thread Feris Thia C.
Hi All, I've tried to compile and install PHP with gd and freetype library enabled, and all PNG and GIF library are loaded. But somehow, JPEG and Freetype still not recognized. I installed Freetype 2.0. Anyone facing these problems before ??? How can I resolved these ? Regards, Feris

[PHP] Apache Linux question

2005-09-06 Thread Feris Thia C.
Hi All, If I already install my Apache on linux system, then is it possible to check what configuration settings I provided when compiling the source ?? Regards, Feris

[PHP] Problem with Apache+Fedora Core 4 + PHP Installation

2005-09-06 Thread Feris Thia C.
Hi All, I'm using Fedora Core 4 (kernell 2.6.11-1.1369_FC4) and having problem when installing Apache + PHP... the configuration that I'm using : 1. Apache 2.0.54 ./configure --prefix=/usr/local/apache2 --enable-so make make install 2. PHP 4.3.1 ./configure --with-apxs2=/usr/local/apache2/bin/ap