Dave Goodchild wrote:
> Wow, there are some really bitchy, unattractive people here. No wonder some
not to mention some very judgemental people as well. :-) it's pretty funny
that someone who purports to aspire to buddhahood is so stuck in complaining
about other people's bitchiness and unattracti
At 5:36 PM + 1/9/07, Dave Goodchild wrote:
Wow, there are some really bitchy, unattractive people here. No
wonder some people bail out of IT. Don't confuse knowledge for
wisdom.
Dave:
I don't understand your comment. What I said below is good coding.
Never trust any input to be what you
On Tue, 2007-01-09 at 18:41 +, Roman Neuhauser wrote:
> # [EMAIL PROTECTED] / 2007-01-09 17:36:55 +:
> > Wow, there are some really bitchy, unattractive people here. No wonder some
> > people bail out of IT. Don't confuse knowledge for wisdom.
>
> I don't see anything bitchy in the whole e
Read the reponses.
# [EMAIL PROTECTED] / 2007-01-09 17:36:55 +:
> Wow, there are some really bitchy, unattractive people here. No wonder some
> people bail out of IT. Don't confuse knowledge for wisdom.
I don't see anything bitchy in the whole email. Don't confuse terseness
with bitching.
Oh, and also don't top
Wow, there are some really bitchy, unattractive people here. No wonder some
people bail out of IT. Don't confuse knowledge for wisdom.
On 1/9/07, tedd <[EMAIL PROTECTED]> wrote:
At 9:17 PM -0500 1/5/07, <[EMAIL PROTECTED]> wrote:
>You'll probably get 50 answers to this, but here's probably what
At 9:17 PM -0500 1/5/07, <[EMAIL PROTECTED]> wrote:
You'll probably get 50 answers to this, but here's probably what happened.
There's a setting called "register globals" that will turn your
name=me and age=27 into $name = "me" and $age = "27". It used to be
turned ON by default. This was ge
On Sat, 2007-01-06 at 13:31 +1100, Ryan Fielding wrote:
> Robert Cummings wrote:
> > On Fri, 2007-01-05 at 20:57 -0500, Jim the Standing Bear wrote:
> >
> >> Hello,
> >>
> >> I have a newbie question regarding URL parameters. The PHP script I
> >> wrote need to read parameters passed in from a
Robert Cummings wrote:
On Fri, 2007-01-05 at 20:57 -0500, Jim the Standing Bear wrote:
Hello,
I have a newbie question regarding URL parameters. The PHP script I
wrote need to read parameters passed in from a URL, so as an example
http://my.domain/myscript.php?name=me&age=27
and my script
Thanks, everyone. Yeah, I really need to dig myself out of the sand. :D
On 1/5/07, Robert Cummings <[EMAIL PROTECTED]> wrote:
On Fri, 2007-01-05 at 20:57 -0500, Jim the Standing Bear wrote:
> Hello,
>
> I have a newbie question regarding URL parameters. The PHP script I
> wrote need to read par
On Fri, 2007-01-05 at 20:57 -0500, Jim the Standing Bear wrote:
> Hello,
>
> I have a newbie question regarding URL parameters. The PHP script I
> wrote need to read parameters passed in from a URL, so as an example
>
> http://my.domain/myscript.php?name=me&age=27
>
> and my script would use $n
You'll probably get 50 answers to this, but here's probably what happened.
There's a setting called "register globals" that will turn your name=me and
age=27 into $name = "me" and $age = "27". It used to be turned ON by default.
This was generally considered to be bad security, so it now defa
Hello Jim the Standing Bear,
register_global
try use
$name=$_GET['name'];
$age=$_GET['age'];
Best regards,
=== At 2007-01-06, 10:05:40 you wrote: ===
>Hello,
>
>I have a newbie question regarding URL parameters. The PHP script I
>wrote need to read parameters passed in fro
13 matches
Mail list logo