Hi,

I need to do a type cast from string to int in folllowing code:
[php]
<getPIN cardID="'.intval(trim($cardID)).'" quantity="1" />
[/php]
I need $cardID have converted to int. I thought it should work that way
but it does not!
But it's working if I'm putting
[php]
<getPIN cardID="180" quantity="1" />
[/php]
in there. I got card ID as a var that is passed as get like:
[php]
$cardID = $HTTP_GET_VARS[cardID];
[/php]

Can anyone help me in that issue? Thank you!

__________________________________________

Ron Eggler
Intern 
866-999-4179
www.paykiosks.net


Reply via email to