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
Got infected with Antimalware Doctor security center not working vista ultimate
can't access OWA 2010 externally
Cisco 2811 how to block website for specific computer or URL filtering for specific computer
How do I increase the volume for iPhone system type sounds when my app starts?
Select statement between 2 date ranges
Get XSLT Stylesheet being applied to XML
Gridview Button not firing on first click
Can I install linux as a dual boot OS and also access it virtually from a Windows OS?
<li> not displaying list-style-image when using display:inline
How to open two connections at one time.