Re: [PHP] Re: Authentication fails - problem line found

2005-03-04 Thread phpninja
y about that. Just a thought. -phpninja -Original Message- From: Richard Lynch [mailto:[EMAIL PROTECTED] Sent: Friday, March 04, 2005 11:03 AM To: John Swartzentruber Cc: php-general@lists.php.net Subject: Re: [PHP] Re: Authentication fails - problem line found John Swartzentruber wrote:

RE: [PHP] cool your jets [WAS: Re: [PHP] working on a template system...]

2006-06-28 Thread phpninja
The only one with an ego around here is you. Frankly, no one cares that your pressed for time. Your lucky someone even responds to your questions. Get the hell off the list and stop bitching. -Original Message- From: Paul Novitski [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 28, 2006

RE: [PHP] Letters in Loops

2006-03-23 Thread phpninja
Hello, for($i=A;$i<=Z;$i++) { if ($i == "ZZ") { break; } echo "$i"; } regards, phpninja -Original Message- From: Ben Miller [*mailto:[EMAIL PROTECTED] <[EMAIL PROTECTED]>] Sent: Thursday, March 23, 2006 7:08 AM To: php-general@lists.php.net Subjec

RE: [PHP] An annoying session problem

2006-06-19 Thread phpninja
that should be or its all in how you call the variables.. isint telling the variable to do anything. -phpninja -Original Message- From: Alex Major [*mailto:[EMAIL PROTECTED] <[EMAIL PROTECTED]>] Sent: Monday, June 19, 2006 8:26 AM To: php-general@lists.php.net S

RE: [PHP] 'Code Snippets' you couldn't live without

2004-11-03 Thread phpninja
organized with your code. Try to play around with it if you havent looked at it yet, its great. Not exactly 'code snippits' in the sence of reusable functions, but great for reuse project to project.. phpninja -Original Message- From: Murray @ PlanetThoughtful [mailto:[EMAIL PROTEC

RE: [PHP] Parsing php in html with IIS

2004-12-15 Thread phpninja
ready mapped the php .dll or whatever to parse php files in that same IIS properties area you should be good to go after adding in that extension map.. phpninja -Original Message- From: Eric Lindsey [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 15, 2004 2:02 PM To: [EMAIL PROTECTED] Su

RE: [PHP] Setting or Getting Relative Path for PHP Includes

2004-12-20 Thread phpninja
example to use it for an image To do includes for a stylesheet or somethin: : -phpninja -Original Message- From: Anthony Baker [mailto:[EMAIL PROTECTED] Sent: Monday, December 20, 2004 12:41 PM To: [EMAIL PROTECTED] Subject: [PHP] Setting or Getting Relative Path for PHP Includes Hey

RE: [PHP] email form results

2004-12-21 Thread phpninja
http://www.php.net/mail -phpninja -Original Message- From: Ken Bolton [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 21, 2004 10:11 AM To: [EMAIL PROTECTED] Subject: [PHP] email form results Is there a simple way to send the results of a form to an email address? I have created a

RE: [PHP] hackers?

2004-12-22 Thread phpninja
amp;lr=&q=network+security+auditing -phpninja -Original Message- From: Sebastian [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 22, 2004 12:22 PM To: php-general@lists.php.net Subject: [PHP] hackers? not sure if this is a stupid question, but im looking for a person or a place th

RE: [PHP] php editor

2005-01-13 Thread phpninja
"Know any goog ones?" funny you should mention goog.. if you google'd "php editor" youd have your answer by now.. cheers phpninja -Original Message- From: William Stokes [mailto:[EMAIL PROTECTED] Sent: Thursday, January 13, 2005 8:02 AM To: php-general@lists.p

Re: [PHP] Regex nightmares

2005-05-23 Thread phpninja
lot of tutorials on, eg, getting hrefs from anchor > tags, but I can't get my head around this particular one. Any ideas > or pointers would be great Something like this might also work as well: if ( strstr($line, "CONFIRMED") ) { // do the magic to parse text here. } -phpninja

Re: [PHP] Ugh. Need some advice...

2005-07-11 Thread phpninja
There is not going to be 1 easy solution that you can just magically tie in to your existing design. No matter what solution you chose, you are going to have to hack around to get it all working (any pre-written script). If it "DOES" everything you need, then you are not going to get any furthe