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
How can I make access to trigger an alert when one of the folders (eg c:/folder) does not have any files that has been created in the last 90 days?
access 2007-label and textbox bound together
Recordset/Database Problem in .vbs
sp_change_users_login
ASP.NET - Cant see hotspot region in Design mode in order to modify...
How to get Unicode characters from clipboard on VB6
Implementing optional parameters in a function - C#
Vertical align to bottom of floating div
calendar template in indesign?
actionscript shortName?