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
looping array makes array not empty, even though reset applied at start of loop
Blocking the Escape key.
Downloaded PDF files corrupt
Unable to access coldfusion 9 administrator
Search through a PHP object array
Display subform data linked to multiple data on main form
How do I prevent the Reporting Services Parameter Bar disappearing?
excel checking unique values
Free Alternative Of Ms Sharepont Server
Alignment on Datagrid not proper