Forums
Niels,
I'm looking at a customer requirement which uses some JavaScript and passes parameters via an ajax request on the query string. The sample code with the script is in PHP and uses the explode() function, for example:
List($sub_id, $tbl1, $row1, $col1, $tbl0, $row0, $col0) = explode('_', $p);
I can write some code to parse the query string but wondered if this can already be done in / added to IceBreak? The JavaScript can also pass the data via JSON but I cannot figure out how to configure this.
Regards,
David
Re: PHP explode() in IceBreak
Hi David;
The equivalent code in IceBreak is:
And if you need the decimal value:
I.e.:
Best regards,
Niels Liisberg