Hi all!
Is there a function in PHP-MySQL to randomly select comma-seperated
variables in a text field?
For example if you have a text field containing the values
"1,1.2,4,5. 6," is there a way of randomly selecting one of the numbers?
Any ideas would be greatly appreciated!
Is there a function in PHP-MySQL to randomly select comma-seperated
variables in a text field?
For example if you have a text field containing the values
"1,1.2,4,5. 6," is there a way of randomly selecting one of the numbers?
Any ideas would be greatly appreciated!
Comment