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
Cannot print from Sony VAIO to HP C5250
how to designate drives for recycle bin
You have a previous version of the Microsoft Exchange Messaging Service. Create a new profile.
Where do I put the brackets
asp.net- when running a report based on mssql data - I need to compare the begining of the monthly date to the current date.
How can I make radio buttons mandatory fields?
jquery countdown
Cheapest GPU for 1080p playback
The best way to search a Database
How to decrease CLOSE_WAIT interval