Re: [PHP] Need help in identifying a PHP application.

2006-04-27 Thread Ananth Kesari
Hi, Thanks a lot for all the inputs. I will take it further from here. Thanks, Ananth. >>> "Richard Lynch" <[EMAIL PROTECTED]> 4/27/2006 4:06:03 pm >>> On Thu, April 27, 2006 4:21 am, Ananth Kesari wrote: > I have a need for an idea management PHP applicatio

[PHP] Need help in identifying a PHP application.

2006-04-27 Thread Ananth Kesari
Hi, I have a need for an idea management PHP application that gives me an UI with multiple fields (text boxes, radio buttons etc.) which correspond to different columns of a MySQL database. An user initiates this by clicking on an URL, fills in certain fields and submits the form. This then create

[PHP] Building PHP source for Linux / Unix.

2003-11-05 Thread Ananth Kesari
Hi, I am a beginner to building PHP source code for Linux / Unix. I am looking for a document that takes me through a step-by-step guidelines of doing this. Can someone point to a link for this? Thanks, Ananth. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.

[PHP] getallheaders() in PHP 4.2.3

2003-07-16 Thread Ananth Kesari
Hi, For some reason, getallheaders() is not working with the NetWare port of PHP 4.2.3 even while we have not modified the related code for NetWare as such. So, I am just wondering if getallheaders() is implemented for PHP 4.2.3? The document doesn't mention from which PHP version this supported.

[PHP] Re: Can we use one PHP.INI directive to set the other?

2003-05-30 Thread Ananth Kesari
et function in all PHP scripts you need. Cheers, Catalin "Ananth Kesari" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi, > > Can we use one PHP.INI directive to set the other? > > What I mean is like this: > > Let's say I have: >

[PHP] Can we use one PHP.INI directive to set the other?

2003-05-30 Thread Ananth Kesari
Hi, Can we use one PHP.INI directive to set the other? What I mean is like this: Let's say I have: upload_tmp_dir = sys:/php/temp in the PHP.INI file. Now I want to set the same value into the open_basedir directive like: open_basedir = ".;sys:/php/temp" Here, I do not want to hard cod

[PHP] PHP.INI question.

2003-05-30 Thread Ananth Kesari
Hi, Can we use one PHP.INI directive to set the other? What I mean is like this: Let's say I have: upload_tmp_dir = sys:/php/temp in the PHP.INI file. Now I want to set the same value into the open_basedir directive like: open_basedir = ".;sys:/php/temp" Here, I do not want to hard cod

Re: [PHP] Security question with PHP on Unix / Linux.

2003-02-04 Thread Ananth Kesari
I believe the other list will be more fruitful. Regards - Miles Thompson At 07:54 AM 2/4/2003 -0700, Ananth Kesari wrote: >Hi, > >I mailed this earlier, but got no response. Maybe it went unnoticed. >So, resending it again. Please read below. > >Your help in this is appreciated

Re: [PHP] Security question with PHP on Unix / Linux.

2003-02-04 Thread Ananth Kesari
. >>> Maxim Maletsky <[EMAIL PROTECTED]> 02/04/03 08:45PM >>> "Ananth Kesari" <[EMAIL PROTECTED]> wrote... : > I am working on porting PHP onto NetWare. What exactly do you mean? > I am newbie to Unix / Linux systems and at this point of time, I

[PHP] Security question with PHP on Unix / Linux.

2003-02-04 Thread Ananth Kesari
Hi, I mailed this earlier, but got no response. Maybe it went unnoticed. So, resending it again. Please read below. Your help in this is appreciated. Thanks, Ananth. Hi, I am working on porting PHP onto NetWare. I am newbie to Unix / Linux systems and at this point of time, I am trying to un

[PHP] Security question with PHP on Unix / Linux.

2003-02-04 Thread Ananth Kesari
Hi, I am working on porting PHP onto NetWare. At this point of time, I am trying to understand the way security is implemented for PHP on Unix / Linux. I mean, how are the different users distinguished from Unix / Linux. Do they get to login into the Unix / Linux system? Do they have separate dat

[PHP] How to enter username and Password from PHP script?

2003-01-31 Thread Ananth Kesari
Hi, I am working on porting PHP onto NetWare. I am testing the various features on NetWare. In one such testing I need to be able to enter username and password from a PHP script which is read off into PHP through an API which can be passed to my code for usage. How can I do it? Also, how is this