Help with a smart function.
Posted: Wed Jan 14, 2009 5:07 am
Hello, could I assign a value for each character in a string?
For example: "url.php?var=19200"
1, 9, 2, 0, 0
$char1 = 1, $char2 = 9, $char3 = 2, $char4 = 0, $char5 = 0
Same for any value.
I have no clue how to do this.
For example: "url.php?var=19200"
1, 9, 2, 0, 0
$char1 = 1, $char2 = 9, $char3 = 2, $char4 = 0, $char5 = 0
Same for any value.
I have no clue how to do this.