Re: [PHP] Re: Do you trim() usernames and passwords?

2010-12-29 Thread Mujtaba Arshad
Quote: I was pleased earlier, however, to learn about your interest in helping others by creating a venue for them to sell their own homemade pornographic DVDs at such a low price, but then disappointed to learn that your grasp of Perl and site management wasn't yet up to par. Lol what. On

Re: [PHP] Re: Do you trim() usernames and passwords?

2010-12-29 Thread Mujtaba Arshad
craphound.com/images/xkcdwrongoninternet.jpg Perfect way to describe how the members on this list are behaving right now. On Wed, Dec 29, 2010 at 8:17 PM, Omega -1911 1911...@gmail.com wrote: I see you Waving your pom poms... I guess it was ok for Dani to say I'm just not sure if it's

Re: [PHP] Re: Do you trim() usernames and passwords?

2010-12-30 Thread Mujtaba Arshad
Won't there also be a higher chance of getting your username/password combination stolen if you are keylogged, if you are typing in your passwords all day everyday? Obviously, the people on this list will say I don't get keylogged, cause I am that pro but whatever, just don't force people to enter

Re: [PHP] Newbie Question

2011-01-03 Thread Mujtaba Arshad
everyone I know who uses dreamweaver does so because the people that are supervising the project want to use dreamweaver, otherwise I haven't found anyone who actually liked using it. So I don't know if that actually means anything but that's the way it is. I guess it would be important to

Re: [PHP] Re: Craigslist Jobs

2011-01-11 Thread Mujtaba Arshad
join oDesk. They have a lot of programming jobs on there, it is also pretty secure. On Tue, Jan 11, 2011 at 12:57 PM, Matty Sarro msa...@gmail.com wrote: Quote:Yes, you will get burned a few times, and have both good and bad experiences when you least expect them - the main thing is just to

Re: [PHP] which php file is sending emails?

2011-01-16 Thread Mujtaba Arshad
Nilesh's note to self: don't sound condescending when suggesting untested code. On Sun, Jan 16, 2011 at 10:56 AM, Marc Guay marc.g...@gmail.com wrote: There can be nothing more simpler than this!!! I thought that this quote needed some revisiting. Marc -- PHP General Mailing List

Re: [PHP] switch case madness

2011-01-18 Thread Mujtaba Arshad
$t_mssg = 0 is different from $t_mssg = 0 (in all languages, as far as I know, maybe not in python, but I don't know python) On Tue, Jan 18, 2011 at 10:30 PM, Donovan Brooke li...@euca.us wrote: Hello, I must not understand PHP's switch/case.. The case '0' below fires when $t_mssg =

Re: [PHP] public static or static public?

2011-01-28 Thread Mujtaba Arshad
Having learned java before even knowing what php was (yeah I'm a noob in both) I prefer scope static function. On Fri, Jan 28, 2011 at 12:20 PM, Fernando ferna...@ggtours.ca wrote: I personally like scope static fucntion. Coming from C# it just makes more sense to me. JF. On 28/01/2011

Re: [PHP] public static or static public?

2011-01-31 Thread Mujtaba Arshad
I suppose it comes down to preference of the programmer, since there is no standardized rule for it, people adapt it as they find it convenient at the time. On Mon, Jan 31, 2011 at 1:52 PM, David Harkness davi...@highgearmedia.comwrote: On Mon, Jan 31, 2011 at 3:51 AM, Richard Quadling

Re: [PHP] curl_exec won't return (any data)

2011-02-08 Thread Mujtaba Arshad
nice quintuple posting. On Tue, Feb 8, 2011 at 9:46 AM, Tolas Anon tolas...@gmail.com wrote: the one thing i can think of is that curl_exec() somehow stops listening for results and hangs the calling php script (php_daemon_script in this case) if it does not receive any data for more than a

Re: [PHP] Howdy (new in here)

2011-02-15 Thread Mujtaba Arshad
I would say all languages have their 'lousy developers', however, since very few schools focus on teaching the 'proper coding style' for PHP it leads to people learning from a variety of resources available online, and this leads to them receiving mixed messages from the tutorials and allowing

Re: [PHP] Howdy (new in here)

2011-02-15 Thread Mujtaba Arshad
for the application. On Tue, Feb 15, 2011 at 4:08 PM, Steve Staples sstap...@mnsi.net wrote: On Tue, 2011-02-15 at 15:54 -0500, tedd wrote: At 2:20 PM -0500 2/15/11, Mujtaba Arshad wrote: I would say all languages have their 'lousy developers', however, since very few schools focus

Re: [PHP] iVery payment integration help

2011-02-16 Thread Mujtaba Arshad
Here you go: http://lmgtfy.com/?q=how+to+integrate+the+iVeri+payment+gateway+in+a+wordpress+site On Wed, Feb 16, 2011 at 4:27 PM, Michael Simiyu simiyu.mich...@gmail.comwrote: hello, i need some quick help integrating the iVery payment gateway in a wordpress site thanks -- PHP

Re: [PHP] New to list and to PHP

2011-02-20 Thread Mujtaba Arshad
better yet: http://lmgtfy.com/?q=explanation+of+classes+in+php On Sun, Feb 20, 2011 at 9:39 PM, Tamara Temple tamouse.li...@gmail.comwrote: On Feb 20, 2011, at 7:38 PM, tolga wrote: 21.02.2011 03:21, Tamara Temple yazmış: On Feb 20, 2011, at 5:51 PM, tolga wrote: i'm interested in php

Re: [PHP] $$var

2011-03-06 Thread Mujtaba Arshad
If $a = 'foo' and $$a = nothing (i.e. no value assigned to $foo) you will get an error if you tried to use this to do something else. On Sun, Mar 6, 2011 at 3:21 PM, tedd tedd.sperl...@gmail.com wrote: At 6:42 PM +0530 3/6/11, Ashim Kapoor wrote: Dear All, I was reading the php manual for