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] An annoying session problem

2006-06-19 Thread phpninja
td colspan=5?php $userid ? ?php $_SESSION['username'] ?/td that should be ?= $_SESSION['username'] ? or ?php echo $_SESSION['username']; ? its all in how you call the variables.. ?php $somevar ? isint telling the variable to do anything. -phpninja -Original Message- From: Alex

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 Subject: [PHP] Letters in Loops In trying

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 further

Re: [PHP] Regex nightmares

2005-05-23 Thread phpninja
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] Re: Authentication fails - problem line found

2005-03-04 Thread phpninja
. -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: I stripped down my original

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.php.net Subject: [PHP] php

RE: [PHP] hackers?

2004-12-22 Thread phpninja
=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 that will check

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

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

2004-12-20 Thread phpninja
is use it this way, I chose images and and include directory for an example to use it for an image img src=?= $GLOBALS['images'] ?whatever.jpg To do includes for a stylesheet or somethin: link href=?= $GLOBALS['inc'] ?style.css type=text/css rel=stylesheet: -phpninja -Original Message

RE: [PHP] Parsing php in html with IIS

2004-12-15 Thread phpninja
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] Subject

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 PROTECTED] Sent