[PHP] curl

2010-07-04 Thread madunix
I have an old unix fedora system with php 4.3.11, with the following recompiled options $ php -version  PHP 4.3.11 (cli) (built: Jun  6 2006 16:20:00) Copyright (c) 1997-2004 The PHP Group Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies $ php -info | grep configure Configure Comman

Re: [PHP] web sniffer

2010-03-19 Thread madunix
y 2 seconds - just in case the > server is not reachable - to avoid using fsockopen? > > regards > Jochen > > madunix schrieb: >> >> okay ..it works now i use >> > $data=file_get_contents("http://www.my.com";); >> echo $data; >> ?> >&g

Re: [PHP] web sniffer

2010-03-18 Thread madunix
okay ..it works now i use http://www.my.com";); echo $data; ?> On Fri, Mar 19, 2010 at 12:32 AM, Adam Richardson wrote: > On Thu, Mar 18, 2010 at 6:08 PM, Ashley Sheridan > wrote: >> >> On Fri, 2010-03-19 at 00:11 +0200, madunix wrote: >> >

Re: [PHP] web sniffer

2010-03-18 Thread madunix
trying http://us3.php.net/manual/en/function.fsockopen.php do you a piece of code that read parts pages. On Fri, Mar 19, 2010 at 12:00 AM, Ashley Sheridan wrote: > On Fri, 2010-03-19 at 00:03 +0200, madunix wrote: > > I've been trying to read the contents from a particular URL i

[PHP] web sniffer

2010-03-18 Thread madunix
I've been trying to read the contents from a particular URL into a string in PHP, and can't get it to work. any help. Thanks -- If there is a way, I will find one...*** If there is none, I will make one..."*** ******** madunix ** -- PHP General Mai

[PHP] upgrade php4 to php5

2009-09-09 Thread madunix
how can i upgrade my php4 to php5? [r...@intra /]# uname -a Linux intra 2.6.9-5.ELsmp #1 SMP Wed Jan 5 19:30:39 EST 2005 i686 i686 i386 GNU/Linux /usr/local/apache/bin/apachectl stop cd /downloads/ cd php-4.4.3 ./configure --with-apxs2=/usr/local/apache/bin/apxs --with-mysql=/usr/local/mysql --wit

[PHP] CMS

2009-07-08 Thread madunix
Dear ALL, What are the experiences you have with various open source CMS products (Comparison of PHP-based CMS) such as (Drupal, Joomla, OpenCMS, Typo3, eZ publish ..etc.) Security, Bugs, Performance, Support, Developer Community, learning curve, appearance..etc Thanks -mu -- PHP General Mai

[PHP] information feed

2009-06-27 Thread madunix
ke to know out of your experience how do you implenet data feed services, am thinking now to provide the data through an FTP or in a predefined email format. Thanks madunix -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php