[PHP] Crypt Function-- Encryption and Decryption

2004-11-21 Thread Mulley, Nikhil
Hi All, I have a password file , which has all the passwords words encrypted with the Crypt Function I know that Crypt uses one-way algorithm to generate the encryptions and PHP has no Decrypt function , ( but can it be developed to have one ?) But I am eager to know whether it is really

[PHP] HTML button as hyperlink

2004-11-18 Thread Mulley, Nikhil
Hi All, My Question is that , I have an HTML page , how can I make it as Hyperlink instead of a Form Button When user clicks on that button , it must be a href link . Please guide me. Thanks, Nikhil.

RE: [PHP] HTML button as hyperlink

2004-11-18 Thread Mulley, Nikhil
Hoped that this is the best list , I had my problems got solved under PHP always here , so mailed request to it. -Original Message- From: Richard Davey [mailto:[EMAIL PROTECTED] Sent: Thursday, November 18, 2004 7:48 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] HTML button as hyperlink

RE: [PHP] HTML button as hyperlink

2004-11-18 Thread Mulley, Nikhil
Thanks Martin , it gelled :) -Original Message- From: Martin Holm [mailto:[EMAIL PROTECTED] Sent: Thursday, November 18, 2004 8:07 PM To: Mulley, Nikhil Cc: [EMAIL PROTECTED] Subject: Re: [PHP] HTML button as hyperlink Mulley, Nikhil wrote: Hi All, My Question is that , I have an HTML

RE: [PHP] Is Perl faster than PHP?

2004-11-18 Thread Mulley, Nikhil
It all depends on the factors like Computer Hardware, Optimization of PHP for that System/OS , Network Factors and all . Though it has been the perl way , as it is almost more than a teenager of age now and has more modules written for it than for PHP , PHP is the beggining , but I am sure the

[PHP] Domain Information

2004-11-03 Thread Mulley, Nikhil
Hi Lists, I wanted to know one thing that , I am migrating all my Office Desktops to Linux Desktops , I wanted to know if Active Directory is for Windows , then What is in Linux Community ?

RE: [PHP] Domain Information

2004-11-03 Thread Mulley, Nikhil
+0530, Mulley, Nikhil [EMAIL PROTECTED] wrote: I wanted to know one thing that , I am migrating all my Office Desktops to Linux Desktops , I wanted to know if Active Directory is for Windows , then What is in Linux Community ? Did you forget to include your PHP question perhaps? -- Greg

[PHP] System Command and snmp commands

2004-10-26 Thread Mulley, Nikhil
Hi All, I want to use system command to perform snmp queries on a remote machine and the problem is that I want to store the output /result in an Array , so that I can later use it for parsing purposes.I know I could use exec and passthru statements actually,But I am unable to store the

RE: [PHP] System Command and snmp commands

2004-10-26 Thread Mulley, Nikhil
Tring Tring . Just to ring please help me. I am giving to out print_r($ret) then it returns 1 at exec(' snmpget -v 2c -c public 10.103.16.14 sysUpTime.0',$ret); --Nikhil -Original Message- From: Mulley, Nikhil [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 26, 2004 12:41 PM

[PHP] PHP Configuration Error

2004-10-19 Thread Mulley, Nikhil
Hi All, When I am compiling php4.3.8 with mysql,apxs and snmp on a -Linux Build i386 GNU/Linux I am getting this error Can some body please help me I have PHP already installed but I want to reconfigure it to work with snmp Here is the End of the configuration message

RE: [PHP] .htaccess and .htpasswd

2004-10-14 Thread Mulley, Nikhil
Can I know the platform on which you are running apache. -Original Message- From: Matthew Sims [mailto:[EMAIL PROTECTED] Sent: Thursday, October 14, 2004 1:57 AM To: [EMAIL PROTECTED] Subject: Re: [PHP] .htaccess and .htpasswd # .htaccess AuthType Basic AuthName Restricted Area

[PHP] Table Creation Time Stamp.....

2004-10-14 Thread Mulley, Nikhil
Hi Guys , How do we get the time_stamp of a Table creation , I know something like this would work ... SHOW TABLE STATUS LIKE 'table name' ; But How do I get only the column of time stamp column. Thanks, Nikhil.

RE: [PHP] Table Creation Time Stamp.....

2004-10-14 Thread Mulley, Nikhil
Yeah I did it, But asked for any specic statement , any way Thanks :) -Original Message- From: Jay Blanchard [mailto:[EMAIL PROTECTED] Sent: Thursday, October 14, 2004 5:53 PM To: [EMAIL PROTECTED] Subject: RE: [PHP] Table Creation Time Stamp. [snip] How do we get the time_stamp of

[PHP] PHP Class

2004-10-12 Thread Mulley, Nikhil
Hi All , I do not know whether to post here or not , but it always happens that I always get the crispy answers from here. I have JDK 1.4.2 Installed on my machine, Now I externally downloaded a Jimi Package and I wanted to know how to install/deploy/put this Jimi ( java Extension )in which

[PHP] Is there any way of knowing User Currently Logged On?

2004-10-11 Thread Mulley, Nikhil
Hi Guys, Is there any way of finding the current user logged on the remote system I have a perl script which gets the user name who is currently logged on a remote Windows Machine #LoggedOnUsers(server, userRef).pl use Win32::NetAdmin; use strict; use vars qw($server @users_list);

RE: [PHP] Is there any way of knowing User Currently Logged On?

2004-10-11 Thread Mulley, Nikhil
Registered == He is the actual user currenly logged on. HYDWS00014 01 UNIQUE Registered MAC Address = 00-B0-D0-2D-DF-6F Regards, Nikhil. -Original Message- From: John Holmes [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 12, 2004 12:19 AM To: Mulley, Nikhil

RE: [PHP] Is there any way of knowing User Currently Logged On?

2004-10-11 Thread Mulley, Nikhil
) what the remote OS could be :( Nikhil. -Original Message- From: Vail, Warren [mailto:[EMAIL PROTECTED] Sent: Monday, October 11, 2004 11:33 PM To: 'Mulley, Nikhil'; [EMAIL PROTECTED] Subject: RE: [PHP] Is there any way of knowing User Currently Logged On? If you code in php something

RE: [PHP] Is there any way of knowing User Currently Logged On?

2004-10-11 Thread Mulley, Nikhil
, 2004 1:07 AM To: [EMAIL PROTECTED] Cc: John Holmes; Mulley, Nikhil Subject: RE: [PHP] Is there any way of knowing User Currently Logged On? It does and Windows Integrated Authentication has to be turned on (and Anonymous access turned off). I just got my company to configure that so my PHP

[PHP] Gmail Search

2004-10-11 Thread Mulley, Nikhil
Hi guys, I have a new need here..., I have some 3 gmail accounts which are filled up with some 800MB stuff useful each like MySQl and PHP ,Linux ,What I wanted is a search I have my home page in my Intranet, I want to put a search their, What it should do is take the search

RE: [PHP] fopen and http://

2004-10-08 Thread Mulley, Nikhil
May be the path is not the correct ,just check with the Web Directory you configured to be and if its htdocs then I would say that its better to remove the htdocs from the path in fopen statement. -Original Message- From: Adam Williams [mailto:[EMAIL PROTECTED] Sent: Friday, October 08,

[PHP] How do I know whether PHP is installed as CGI or Apache Module.

2004-10-04 Thread Mulley, Nikhil
Hi All, Is there any way out finding ,How do the PHP is installed ,whether as Apache Module or CGI. Thanks, Nikhil.

RE: [PHP] I don't understand why !!!!

2004-09-12 Thread Mulley, Nikhil
Yeah It was the same problem with me too,When I tried to Google,I found that PHP 5 is not an upgrade of PHP 4 ,but a complete rewrite, So,I thought of switching to php 4,which works quiet relevantly, You need to configure php4.3 wit MYSQL and apache before they are used and the thing is that in

[PHP] My problem with the code

2004-09-09 Thread Mulley, Nikhil
Hi All, I have a problem...with my code ,can any one please guide or correct me. [BLUE] My main aim is to develop a php(or php in html) ,in which Login is there ,after appropriate login ,User must get the Option of selecting available databases ,Upon selecting databases,user must get to

[PHP] Problem with the code

2004-09-09 Thread Mulley, Nikhil
Hi All, I have a problem...with my code ,can any one please guide or correct me. [BLUE] My main aim is to develop a php(or php in html) ,in which Login is there ,after appropriate login ,User must get the Option of selecting available databases ,Upon selecting databases,user must get to

[PHP] Problem with the code

2004-09-09 Thread Mulley, Nikhil
Hi All, I have a problem...with my code ,can any one please guide or correct me. [BLUE] My main aim is to develop a php(or php in html) ,in which Login is there ,after appropriate login ,User must get the Option of selecting available databases ,Upon selecting databases,user must get to

RE: [PHP] Users of RDBMS

2004-09-09 Thread Mulley, Nikhil
You can create user from mysql prompt by connecting it through first cmdmysql -h host -u userid -p instance password : ** then type GRANT ALL PRIVILGES ON *.* TO 'newuser'@'host' IDENTIFIED BY 'password' with GRANT OPTION; where newuser is new users id and host may be either localhost or any