Re: [PHP] How do I find my php.ini file?

2004-12-17 Thread S. Kang
use phpinfo() function and look for Configuration File (php.ini) Path. for example of php 5.0x, it is normally /etc/php.5.ini good luck. Jay Blanchard wrote: [snip] Fedora Core 3, PHP 5.03, MySQL 4.17, Apache 2.0.52 Recent PHP installation. I created a phpinfo() page. When I display it in my

[PHP] Re: Need Help for Session

2004-08-27 Thread S. Kang
Afzal Hussain ) wrote: Sir, I am afzal hussain from bangladesh. Acually i am getting some problem using session in php. This is the sample code that i have written, session_start(); //$vbl=This variable is registered; //session_register('vbl'); $_SESSION['vb1'] = This variable is registered;