Hi,
If i have the following URI
what will the following be?
(int)$_GET['CategoryID']
On my computer evaluates as 4. Is it guaranteed to evaluate as 4 on any
server with php? Where can i read specs like this? (As long as it is
always 4 then my problems are solved)
Thanks!
Peter
If i have the following URI
what will the following be?
(int)$_GET['CategoryID']
On my computer evaluates as 4. Is it guaranteed to evaluate as 4 on any
server with php? Where can i read specs like this? (As long as it is
always 4 then my problems are solved)
Thanks!
Peter
Comment