Microsoft
Software
Hardware
Network
Question : Sort elements after explode in php
Hello Experts!
I get just two elements after 'explode', but not sure how to sort them, I have this:
$no="211/09";
$each = explode("/",$no);
and I need a code to get this:
$x1=211;
$x2=09;
Thanks for any help
Answer : Sort elements after explode in php
Simply this:
<?
$x1 = $each[0];
$x2 = $each[1];
?>
Bye
Random Solutions
Shell scripting
BlackBerry Enterprise Server & Exchange 2007 - Emails on device missing attachments
CNAME config - I'm stupid
How to set the datagridview column header text to a mixedCase+windows programming vb.net 2005
'Unable to mount expansion drive'
How to monitor ReadyBoost usage?
Export Table structure SQL 2005
Show database tables and columns in php
php apply different class to last result...
help crystal reports deployment package