Hi Adam! Many thanks for you quick reply and for the help. :)

On Thu, Oct 21, 2010 at 11:31 PM, Adam Richardson
> In your second example, you're directly inputing a hex number, so there's no
> issue.

Interesting... I wish I could just input the hex directly,
unfortunately I don't have that option. :(

Still trying to figure out how I can take this:

$base = '96989b';
my_method('0x' . $base);

... and make my method "think" (for a lack of a better word) it is this:

my_method(0x96989b);

Hmmm, I wonder if I am going about this all wrong.

> Hope you get some rest :)

Thanks Adam! I really appreciate your help!

Have a nice night.

Cheers,
Micky

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to