php-general Digest 11 Nov 2007 14:44:01 -0000 Issue 5122

2007-11-11 Thread php-general-digest-help
php-general Digest 11 Nov 2007 14:44:01 - Issue 5122 Topics (messages 264309 through 264317): Re: Cannot send a hyperlink 264309 by: Brad 264310 by: Stut 264312 by: admin.buskirkgraphics.com 264313 by: M. Sokolewicz 264314 by:

php-general Digest 12 Nov 2007 02:46:22 -0000 Issue 5123

2007-11-11 Thread php-general-digest-help
php-general Digest 12 Nov 2007 02:46:22 - Issue 5123 Topics (messages 264318 through 264336): Re: chrooted php5-cgi in a non chrooted apache 264318 by: Joerg Schoppet functions versus includes 264319 by: Frank Lopes 264331 by: Frank Lopes 264332 by: Nathan

Re: [PHP] PHP ide?

2007-11-11 Thread Mario Guenterberg
On Fri, Nov 09, 2007 at 01:44:19PM +, Lester Caine wrote: Tiago Silva wrote: Lester Caine escreveu: Robert Cummings wrote: Ubuntu = Debian + New Life Mandriva has Eclipse and PHPEclipse 'out of the box' along with Apache and PHP I can build a fully functional development machine from

RE: [PHP] Cannot send a hyperlink

2007-11-11 Thread admin
The Answer is quiet simple. $E_MAIL = [EMAIL PROTECTED]; $to = [EMAIL PROTECTED]; $headers = MIME-Version: 1.0\r\n; $headers .= Content-type: text/html; charset=iso-8859-1\r\n; $headers .= To: Their Name[EMAIL PROTECTED] \r\n; $headers .= From: your email [EMAIL PROTECTED]\r\n; $link =

Re: [PHP] Cannot send a hyperlink

2007-11-11 Thread M. Sokolewicz
[EMAIL PROTECTED] wrote: The Answer is quiet simple. $E_MAIL = [EMAIL PROTECTED]; $to = [EMAIL PROTECTED]; $headers = MIME-Version: 1.0\r\n; $headers .= Content-type: text/html; charset=iso-8859-1\r\n; $headers .= To: Their Name[EMAIL PROTECTED] \r\n; $headers .= From: your email [EMAIL

RE: [PHP] Cannot send a hyperlink

2007-11-11 Thread admin
Brad I'm sorry. Instead of insulting you and telling you to go read a book I simply explained an option. Yes you do not need quotes in the mail() function. As for the declared variables I was trying to show you an example. You will find many explanations for how or what is best practice.

[PHP] What to do when flush() doesn't?

2007-11-11 Thread Jon Westcot
Hi all: I am trying to get information from a rather long-running PHP script to send out messages to the client as things are being processed. In reading the manual, it seemed that using flush() was the ideal command for this. Well, it doesn't seem to be working for me. I've even tried

RE: [PHP] What to do when flush() doesn't?

2007-11-11 Thread admin
ob_flush();Flush(); works for me. -Original Message- From: Jon Westcot [mailto:[EMAIL PROTECTED] Sent: Sunday, November 11, 2007 5:31 AM To: PHP General Subject: [PHP] What to do when flush() doesn't? Hi all: I am trying to get information from a rather long-running PHP script to

Re: [PHP] chrooted php5-cgi in a non chrooted apache

2007-11-11 Thread Joerg Schoppet
Hi Jochem, yes, you are right. But as you wrote, it is only a work around and won't give me the security I want to have. Joerg Jochem Maas wrote: hi Joerg, not a solution but the open_basedir ini setting on a per Vhost setting may offer a [partial] work around -- PHP General Mailing

[PHP] functions versus includes

2007-11-11 Thread Frank Lopes
I just started using PHP and got to think... Without getting into the discussion of best practices, strictly from a performance perspective, what is faster: a function or an include? For example I have a block of text that needs to appear mutliple times throughout the site. Will I be

[PHP] PHP editor

2007-11-11 Thread Frank Lopes
Being very new to PHP (empahsis on VERY...), I wonder what most of you use to develop in PHP? I have experimented with DreamWeaver, UltraEdit, phoDesigner, Eclipse etc. What would you recommend that I use? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

RE: [PHP] PHP editor

2007-11-11 Thread Jay Blanchard
[snip] Being very new to PHP (empahsis on VERY...), I wonder what most of you use to develop in PHP? [/snip] Search the archives, there was a discussion on IDE's just last week. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PHP editor

2007-11-11 Thread Per Jessen
Frank Lopes wrote: Being very new to PHP (empahsis on VERY...), I wonder what most of you use to develop in PHP? Personally I use vi or kate. /Per Jessen, Zürich -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PHP editor

2007-11-11 Thread Daniel Brown
On Nov 11, 2007 11:23 AM, Per Jessen [EMAIL PROTECTED] wrote: Frank Lopes wrote: Being very new to PHP (empahsis on VERY...), I wonder what most of you use to develop in PHP? Personally I use vi or kate. Specifically, ViM (Vi iMproved) for me. It's rare that I do much with the OS

[PHP] PHP Editor

2007-11-11 Thread elk dolk
Frank Lopes wrote: Being very new to PHP (empahsis on VERY...), I wonder what most of you use to develop in PHP? Personally I use vi or kate. An editor that can give you WYSIWYG and color print outs. Has anybody any idea?

Re: [PHP] Help securing a server : Owned by W4n73d H4ck3r

2007-11-11 Thread Dimiter Ivanov
On Nov 9, 2007 5:48 PM, robert mena [EMAIL PROTECTED] wrote: Hi Daniel, According to the audit this happened yesterday. I am searching astalavista but could not find anything, probably because I am being too specific. From the php side (or closely) what steps would you recommend in order

Re: [PHP] PHP editor

2007-11-11 Thread Jochem Maas
Jay Blanchard wrote: [snip] Being very new to PHP (empahsis on VERY...), I wonder what most of you use to develop in PHP? [/snip] Search the archives, there was a discussion on IDE's just last week. and pretty much every week before that :-) when beginning your most valuable tool is not

Re: [PHP] PHP editor

2007-11-11 Thread Børge Holen
On Sunday 11 November 2007 20:36:39 Jochem Maas wrote: Jay Blanchard wrote: [snip] Being very new to PHP (empahsis on VERY...), I wonder what most of you use to develop in PHP? [/snip] Search the archives, there was a discussion on IDE's just last week. and pretty much every week

Re: [PHP] PHP editor

2007-11-11 Thread Brendon Van Heyzen
Combo of Zend neon and vim (macvim). --Brendon On Nov 11, 2007, at 10:35 AM, Frank Lopes wrote: Being very new to PHP (empahsis on VERY...), I wonder what most of you use to develop in PHP? I have experimented with DreamWeaver, UltraEdit, phoDesigner, Eclipse etc. What would you

Re: [PHP] PHP editor

2007-11-11 Thread Jochem Maas
Børge Holen wrote: On Sunday 11 November 2007 20:36:39 Jochem Maas wrote: Jay Blanchard wrote: [snip] Being very new to PHP (empahsis on VERY...), I wonder what most of you use to develop in PHP? [/snip] Search the archives, there was a discussion on IDE's just last week. and pretty much

Re: [PHP] PHP editor

2007-11-11 Thread Børge Holen
On Sunday 11 November 2007 22:31:29 Jochem Maas wrote: Børge Holen wrote: On Sunday 11 November 2007 20:36:39 Jochem Maas wrote: Jay Blanchard wrote: [snip] Being very new to PHP (empahsis on VERY...), I wonder what most of you use to develop in PHP? [/snip] Search the archives,

[PHP] Re: functions versus includes

2007-11-11 Thread Frank Lopes
No takers on this topic? Frank Lopes [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I just started using PHP and got to think... Without getting into the discussion of best practices, strictly from a performance perspective, what is faster: a function or an include? For

Re: [PHP] Re: functions versus includes

2007-11-11 Thread Nathan Nobbe
On Nov 11, 2007 6:02 PM, Frank Lopes [EMAIL PROTECTED] wrote: No takers on this topic? Frank Lopes [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I just started using PHP and got to think... Without getting into the discussion of best practices, strictly from a

Re: [PHP] functions versus includes

2007-11-11 Thread Chris
Frank Lopes wrote: I just started using PHP and got to think... Without getting into the discussion of best practices, strictly from a performance perspective, what is faster: a function or an include? For example I have a block of text that needs to appear mutliple times throughout the

RE: [PHP] Re: functions versus includes

2007-11-11 Thread Bastien Koert
Wouldn't it be simpler to add some timers in and check for yourself? Bastien To: php-general@lists.php.net From: [EMAIL PROTECTED] Date: Sun, 11 Nov 2007 18:02:58 -0500 Subject: [PHP] Re: functions versus includes No takers on this topic? Frank Lopes

Re: [PHP] functions versus includes

2007-11-11 Thread Robert Cummings
On Mon, 2007-11-12 at 11:27 +1100, Chris wrote: Frank Lopes wrote: I just started using PHP and got to think... Without getting into the discussion of best practices, strictly from a performance perspective, what is faster: a function or an include? For example I have a block of

Re: [PHP] Need a hint how to track an error

2007-11-11 Thread Casey
Wrong list! Try a Javascript list. On Nov 11, 2007, at 6:46 PM, Ronald Wiplinger [EMAIL PROTECTED] wrote: My php program is working with Firefox, but not with Internet Explorer. I cannot see anything I did wrong, like forgotten orwhere Firefox is more forgiving than IE. I used

Re: [PHP] Need a hint how to track an error

2007-11-11 Thread Chris
Ronald Wiplinger wrote: My php program is working with Firefox, but not with Internet Explorer. Nothing to do with php, your problem is javascript. Is there a tool to find the problem? For IE, try

Re: [PHP] Problems building 5.2.4 on Solaris 9 SPARC

2007-11-11 Thread Chris
Khyron wrote: I have tried this for weeks with no success, so I am asking for help with this. Something seems really off with the PHP 5.2.4 build process. You might get more help on the php-install list rather than this one. -- Postgresql php tutorials http://www.designmagick.com/ -- PHP

Re: [PHP] functions versus includes

2007-11-11 Thread Nathan Nobbe
On Nov 11, 2007 9:32 PM, Robert Cummings [EMAIL PROTECTED] wrote: On Mon, 2007-11-12 at 11:27 +1100, Chris wrote: Frank Lopes wrote: I just started using PHP and got to think... Without getting into the discussion of best practices, strictly from a performance perspective, what

Re: [PHP] functions versus includes

2007-11-11 Thread Chris
Nathan Nobbe wrote: On Nov 11, 2007 9:32 PM, Robert Cummings [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: On Mon, 2007-11-12 at 11:27 +1100, Chris wrote: Frank Lopes wrote: I just started using PHP and got to think... Without getting into the discussion

Re: [PHP] functions versus includes

2007-11-11 Thread Nathan Nobbe
On Nov 11, 2007 11:52 PM, Chris [EMAIL PROTECTED] wrote: As I said, it's a micro-optimization *shrug*. 0.0004 seconds difference over 10 iterations - wow ;) actually it was just one iteration; the output isnt very clear, but thats the value of a variable. anyway, i was surprised to see the

Re: [PHP] functions versus includes

2007-11-11 Thread Chris
Nathan Nobbe wrote: On Nov 11, 2007 11:52 PM, Chris [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: As I said, it's a micro-optimization *shrug*. 0.0004 seconds difference over 10 iterations - wow ;) actually it was just one iteration; the output isnt very clear, but thats the

[PHP] PHP Programmers Needed

2007-11-11 Thread [EMAIL PROTECTED]
I am looking to hire PHP programmers to help me in various projects I have going on. They all involve PHP, MySQL extensive knowledge and JavaScript would be a plus. Please email me if you're interested. Please include references for people you've done jobs for in the past, work history,