Re: [PHP] PHP Version: 5.2.5.

2011-10-18 Thread Ashley Sheridan
to hearing from you. Best Wishes, Joseph --- On Mon, 17/10/11, Ashley Sheridan a...@ashleysheridan.co.uk wrote: From: Ashley Sheridan a...@ashleysheridan.co.uk Subject: Re: [PHP] PHP Version: 5.2.5. To: Joseph Adenuga jadenu...@yahoo.com, php

[PHP] PHP Version: 5.2.5.

2011-10-17 Thread Joseph Adenuga
Operating System: Window XP PHP Version: 5.2.5. with Apache 2.2.8 My Firefox browser returns (Output) the same php script code I inserted in Notepad:  ?php     echo h1Hello Web!/h1; ?   Please, what am I doing wrong?

RE: [PHP] PHP Version: 5.2.5.

2011-10-17 Thread Dajka Tamás
Subject: [PHP] PHP Version: 5.2.5. Operating System: Window XP PHP Version: 5.2.5. with Apache 2.2.8 My Firefox browser returns (Output) the same php script code I inserted in Notepad:  ?php     echo h1Hello Web!/h1; ?   Please, what am I doing wrong? -- PHP General Mailing List (http

Re: [PHP] PHP Version: 5.2.5.

2011-10-17 Thread Ashley Sheridan
Joseph Adenuga jadenu...@yahoo.com wrote: Operating System: Window XP PHP Version: 5.2.5. with Apache 2.2.8 My Firefox browser returns (Output) the same php script code I inserted in Notepad:  ?php     echo h1Hello Web!/h1; ?   Please, what am I doing wrong? How are you calling the

Re: [PHP] PHP version check

2005-10-28 Thread Richard Davey
Hi Andrew, Friday, October 28, 2005, 7:41:21 AM, you wrote: How can I query for PHP version? phpversion() ! Cheers, Rich -- Zend Certified Engineer http://www.launchcode.co.uk -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PHP version check

2005-10-28 Thread Marcus Bointon
On 28 Oct 2005, at 07:46, Richard Davey wrote: Friday, October 28, 2005, 7:41:21 AM, you wrote: How can I query for PHP version? phpversion() ! While it's true that that will get you a version string, if you're going to actually check it, you need:

[PHP] PHP Version for API 20001222

2004-08-27 Thread Cole S. Ashcraft
What PHP version had the API number 20001222 ? Thanks Cole -- This message has been scanned for viruses and dangerous content by MailScanner on mail.ashcraftfamily.net, and is believed to be clean. Please report any deviance from this condition immediately to the AFN Administrator at [EMAIL

Re: [PHP] PHP Version for API 20001222

2004-08-27 Thread Andre Dubuc
PHP 4.0.6-6.2mdk On Friday 27 August 2004 02:45 pm, Cole S. Ashcraft wrote: What PHP version had the API number 20001222 ? Thanks Cole -- This message has been scanned for viruses and dangerous content by MailScanner on mail.ashcraftfamily.net, and is believed to be clean. Please

Re: [PHP] PHP Version for API 20001222

2004-08-27 Thread Cole S. Ashcraft
Thanks! Andre Dubuc wrote: PHP 4.0.6-6.2mdk On Friday 27 August 2004 02:45 pm, Cole S. Ashcraft wrote: What PHP version had the API number 20001222 ? Thanks Cole -- This message has been scanned for viruses and dangerous content by MailScanner on mail.ashcraftfamily.net, and is believed to be

RE: [PHP] PHP version usage statistics?

2004-04-15 Thread Ford, Mike [LSS]
On 15 April 2004 06:18, Curt Zirzow wrote: * Thus wrote Jeffrey Tavares ([EMAIL PROTECTED]): netcraft shows how many servers have php, but nothing specific about versions. Maybe I'm wrong, but I checked all over netcraft's site. Sorry if I put ya on a bad lead. I could have swore they had

[PHP] PHP version usage statistics?

2004-04-14 Thread Jeffrey Tavares
Is there some way to know a general php usage statistics specific to how many run 4.1, 4.2, and 4.3? I'm trying to get an average percentage to figure out whether it would be a great loss to not support prior versions. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP] PHP version usage statistics?

2004-04-14 Thread Curt Zirzow
* Thus wrote Jeffrey Tavares ([EMAIL PROTECTED]): Is there some way to know a general php usage statistics specific to how many run 4.1, 4.2, and 4.3? I'm trying to get an average percentage to figure out whether it would be a great loss to not support prior versions. I believe netcraft

Re: [PHP] PHP version usage statistics?

2004-04-14 Thread Jeffrey Tavares
netcraft shows how many servers have php, but nothing specific about versions. Maybe I'm wrong, but I checked all over netcraft's site. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PHP version usage statistics?

2004-04-14 Thread Travis Low
Can you point me to a link showing usage of PHP, Java, ASP, etc.? I've been looking at netcraft.com, but I'm not seeing it. Thanks! Travis Jeffrey Tavares wrote: netcraft shows how many servers have php, but nothing specific about versions. Maybe I'm wrong, but I checked all over netcraft's

Re: [PHP] PHP version usage statistics?

2004-04-14 Thread Curt Zirzow
* Thus wrote Jeffrey Tavares ([EMAIL PROTECTED]): netcraft shows how many servers have php, but nothing specific about versions. Maybe I'm wrong, but I checked all over netcraft's site. Sorry if I put ya on a bad lead. I could have swore they had some stats like that there, I guess I was wrong

[PHP] php version difference - local installation very strict

2004-02-01 Thread Phillip Jackson
Hi all, It seems that the version on my local apache installation is more strict than the version on my production server. How can i counteract this without potentially having to upgrade 300+ pages in my entire app? is there a setting in php.ini that i could locally kill some of this debugging

Re: [PHP] php version difference - local installation very strict

2004-02-01 Thread Justin French
On Monday, February 2, 2004, at 10:14 AM, Phillip Jackson wrote: these errors are foreign to me as i have combed my code 100's of times before i deployed my app online 3 months ago. do i NEED this newer,stricter version or can i install a deprecated one? It's not newer and stricter, and it's

Re: [PHP] php version difference - local installation very strict

2004-02-01 Thread Phillip Jackson
That's great advice... the only questions i have then: I only need to call session_start ONCE in my entire application per instance of a session? when i published the application months ago to my production server i had errors on every page notifying me that a session had not been started so i

Re: [PHP] php version difference - local installation very strict

2004-02-01 Thread DvDmanDT
Once on every page... I include one file once, on each page, and in that one I have session_start()... -- // DvDmanDT MSN: dvdmandt¤hotmail.com Mail: dvdmandt¤telia.com Phillip Jackson [EMAIL PROTECTED] skrev i meddelandet news:[EMAIL PROTECTED] That's great advice... the only questions i have

[PHP] PHP version of ColdFusion CFParam

2003-02-02 Thread Lon Lentz
Is there a PHP version of the ColdFusion tag CFParam? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PHP version of ColdFusion CFParam

2003-02-02 Thread Philip Olson
On Sun, 2 Feb 2003, Lon Lentz wrote: Is there a PHP version of the ColdFusion tag CFParam? Go here: http://marc.theaimsgroup.com/?l=php-generals=cfparam Regards, Philip -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PHP version of ColdFusion CFParam

2003-02-02 Thread Chris Shiflett
--- Lon Lentz [EMAIL PROTECTED] wrote: Is there a PHP version of the ColdFusion tag CFParam? It has been a while since I wrote CF, but I believe cfparam just does the same thing as something like this: cfif not isdefined(variables.foo) cfset variables.foo = default /cfif The PHP equivalent

[PHP] php version of majordomo?

2002-11-26 Thread The Gabster
Hi all I am looking for a messaging system (like majordomo) where users can have the posted messages forwarded to their email account. Also to be able to post from their own email account and all subscribed memebers will receive a copy. But in the same time to be able to access the message

Re: [PHP] php version of majordomo?

2002-11-26 Thread Jason Wong
On Wednesday 27 November 2002 05:16, The Gabster wrote: Hi all I am looking for a messaging system (like majordomo) where users can have the posted messages forwarded to their email account. Also to be able to post from their own email account and all subscribed memebers will receive a copy.

Re: [PHP] php version of majordomo?

2002-11-26 Thread The Gabster
Thanks Jason... I went through those but so far nothing in php... :-( Thanks anyway, Gabi. Jason Wong [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... On Wednesday 27 November 2002 05:16, The Gabster wrote: Hi all I am looking for a messaging system (like

Re: [PHP] php version of majordomo?

2002-11-26 Thread Jason Wong
On Wednesday 27 November 2002 05:56, The Gabster wrote: Thanks Jason... I went through those but so far nothing in php... :-( google - mailing list manager software SIGH Try adding 'php' to the list of search terms above. -- Jason Wong - Gremlins Associates - www.gremlins.biz Open Source

[PHP] PHP version of WebMin?

2002-11-24 Thread Petras Virzintas
Hi, is there a PHP version of WebMin (written in Perl) or something better? Thanks in advance Petras Virzintas

[PHP] PHP Version of Outlook????

2002-11-22 Thread Craig
Does Any one of a web based version of Microsoft Outlook/MSN Hotmail address book and scheduler -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PHP Version of Outlook????

2002-11-22 Thread Maxim Maletsky
What does outlook have to do with PHP? No, there is nothing official has been made. There are some similar apps though, very good ones actually. -- Maxim Maletsky [EMAIL PROTECTED] Craig [EMAIL PROTECTED] wrote... : Does Any one of a web based version of Microsoft Outlook/MSN Hotmail

Re: [PHP] PHP Version of Outlook????

2002-11-22 Thread Craig
no i want to create a php version of the web based outlook account found on msn.com Maxim Maletsky [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... What does outlook have to do with PHP? No, there is nothing official has been made. There are some similar apps

[PHP] PHP version

2002-10-01 Thread Alex Shi
Is there any way to report PHP version? -- --- TrafficBuilder Network: http://www.bestadv.net/index.cfm?ref=7029 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PHP version

2002-10-01 Thread Tyler Longren
yes, that would work much better. tyler On Tue, 01 Oct 2002 20:11:21 -0400 Brad Bonkoski [EMAIL PROTECTED] wrote: Sorry... I think: http://www.php.net/manual/en/function.phpversion.php will be more inline with what you want... -Brad Alex Shi wrote: Is there any way to report PHP

Re: [PHP] PHP version

2002-10-01 Thread Brad Bonkoski
perhaps glean it from the SERVER_SOFTWARE variable? -Brad Alex Shi wrote: Is there any way to report PHP version? -- --- TrafficBuilder Network: http://www.bestadv.net/index.cfm?ref=7029 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP] PHP version

2002-10-01 Thread Tyler Longren
You can get it out of this variable: _SERVER[SERVER_SOFTWARE] tyler On Tue, 1 Oct 2002 20:03:25 -0400 Alex Shi [EMAIL PROTECTED] wrote: Is there any way to report PHP version? -- --- TrafficBuilder Network: http://www.bestadv.net/index.cfm?ref=7029 --

Re: [PHP] PHP version

2002-10-01 Thread Chris Wesley
On Tue, 1 Oct 2002, Alex Shi wrote: Is there any way to report PHP version? Sure. What version of PHP are you using? ;) ~Chris P.S. - if you didn't find that amusing, just check out http://www.php.net/manual/en/function.phpversion.php -- PHP General Mailing List

Re: [PHP] PHP version

2002-10-01 Thread Brad Bonkoski
Sorry... I think: http://www.php.net/manual/en/function.phpversion.php will be more inline with what you want... -Brad Alex Shi wrote: Is there any way to report PHP version? -- --- TrafficBuilder Network: http://www.bestadv.net/index.cfm?ref=7029 -- PHP General

RE: [PHP] PHP version 4.2 and above

2002-06-06 Thread Opere, James
: Miguel Cruz [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 23, 2002 10:20 AM To: Opere, James Cc: PHP Windows Discussion List; PHP General Discussion List Subject: Re: [PHP] PHP version 4.2 and above On Wed, 22 May 2002, Opere, James wrote: I have aproblem with php = 4.2.I'm working on graphics

Re: [PHP] PHP version 4.2 and above

2002-05-23 Thread Miguel Cruz
On Wed, 22 May 2002, Opere, James wrote: I have aproblem with php = 4.2.I'm working on graphics but when i install php4.2, i get an error that it doesn't support GD library. Is there anybody who has any idea as to how it can be possible to use the above versions and still run my scripts

[PHP] R: [PHP-WIN] Re: [PHP] PHP version 4.2 and above (fwd)

2002-05-23 Thread Miguel Cruz
-- Forwarded message -- Date: Thu, 23 May 2002 09:23:03 +0200 From: Alberto. Sartori [EMAIL PROTECTED] To: Miguel Cruz [EMAIL PROTECTED] Subject: R: [PHP-WIN] Re: [PHP] PHP version 4.2 and above In the extensions folder there's a file called php_gd2.dll (GD version 2.0.1), so

Re: [PHP] R: [PHP-WIN] Re: [PHP] PHP version 4.2 and above (fwd)

2002-05-23 Thread André Riedel
[EMAIL PROTECTED] Subject: R: [PHP-WIN] Re: [PHP] PHP version 4.2 and above In the extensions folder there's a file called php_gd2.dll (GD version 2.0.1), so put this in your php.ini -Messaggio originale- Da: Miguel Cruz [mailto:[EMAIL PROTECTED]] Inviato: giovedì 23 maggio 2002 9.20

[PHP] PHP version 4.2 and above

2002-05-22 Thread Opere, James
Hi all. I have aproblem with php = 4.2.I'm working on graphics but when i install php4.2, i get an error that it doesn't support GD library. Is there anybody who has any idea as to how it can be possible to use the above versions and still run my scripts successfully? Currently i'm using phpdev4