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
VoIP hardware suggestions for small organisation
Web Browsers crashing every night
active directory user account only email
Can you make/buy 8 pin pci-e for a video card
How to assign limited access server login to SBS 2008
FTP Client for Ubuntu / Linux
Passing Query driven parameter to subreport not working
single signon
Jump to function implementation in VC++
editing text on a gif in photoshop