Re: [PHP] PHP code will not work

2008-07-09 Thread Sanjay Mantoor
http://www.php.net/unsub.php >> >> >> > > -- > View this message in context: > http://www.nabble.com/PHP-code-will-not-work-tp17811807p18362005.html > Sent from the PHP - General mailing list archive at Nabble.com. > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > -- Thanks, Sanjay Mantoor -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] PHP: array with null shows different with print_r and var_dump

2008-04-01 Thread Sanjay Mantoor
t; NULL// Does this convert to null to NULL? [1]=> NULL } Can you tell me why the above difference? -- Thanks, Sanjay Mantoor

Re: [PHP] Apache is not parsing .php files

2006-01-28 Thread sanjay
Thanks for the help. Yeah problem was with php.ini file. Entry for memory limit is 12MB in the file actually it should read 12M (not 12MB). sanjay www.apptility.com Richard Lynch wrote: On Thu, January 26, 2006 2:19 pm, sanjay wrote: I have a strange problem while trying to run php

[PHP] Apache is not parsing .php files

2006-01-26 Thread sanjay
MB. (Then restarted the http server) Now even php.ini file is in the original state but problem is still there. The http.conf file is unchanged. Can any one give me some sort of idea. Thanks, Sanjay -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] return multiple value from function

2002-04-29 Thread sanjay
Thnaks. It solved my problem. sanjay - Original Message - From: "Jason Wong" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, April 29, 2002 7:50 PM Subject: Re: [PHP] return multiple value from function On Monday 29 April 2002 22:11, sanjay wrote: >

[PHP] return multiple value from function

2002-04-29 Thread sanjay
Hi List, I am new to php programming and wanted to know if it is possible to return multiple value from a function like cgi programs. How can I get the following result using php. ($var1, $var2) = myfunction($a,$b); function myfunction($c,$d) { // code // code return ($e,$f); } -- PH

[PHP] howto call php script from cgi script

2002-04-11 Thread sanjay
x27;t return anything when trying to execute from the web. Any help would be highly appreciated. Regards, Sanjay ### temp.cgi #!/usr/bin/perl print "Content-type: text/html\n\n"; $passwd="testpass"; $p=`/usr/bin/php /full/path/md5.php pass=$passwd|tail -1`; print "

Re: [PHP] Crontab

2002-02-26 Thread sanjay
see whether the command line option is available on your server. sanjay - Original Message - From: "Uma Shankari T." <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, February 27, 2002 10:41 AM Subject: [PHP] Crontab Hello, I need to ru

[PHP] How to define subroutine

2002-01-07 Thread sanjay
Hi I am new to PHP and want to do object oriented programming in PHP. I want to write a subroutine and call that subroutine. I tried the following code but it gives me an error. Regards Sanjay

[PHP] php binary

2001-12-11 Thread sanjay
Hi Can someone tell me from where can I get the binary file of php so that I can run php files from the command line of Unix. Thanks in advance. Regards Sanjay -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: [PHP] How to change Return-path and sender address

2001-12-06 Thread sanjay
I tried this before posting to the list. it didn't worked for me. sanjay - Original Message - From: "Bart Frackiewicz" <[EMAIL PROTECTED]> To: "sanjay" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, December 06, 2001 4:00 PM Subje

[PHP] How to change Return-path and sender address

2001-12-06 Thread sanjay
Hi I have a script which sends email from the web. The problem is the header of the message contains "Return-path" and "Sender" email address as the [EMAIL PROTECTED] So, can some one help how can I set Return-path and Sender address as From Address? Regards Sanjay

[PHP] unbale to send mails using mail function

2001-11-29 Thread sanjay
Hi I have successfully installed PHP 4.0.6 with apache 1.3.22 on my mandrake Linux box. Now, the problem is I am not able to send email using mail () of php. However, I am able to send it using mail command. Any help will be highly appreciated. Regards Sanjay -- PHP General Mailing List