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 to append DateTime to a Filename in DOS
where in windows 7 pro enabing remote desktop connection to this computer?
Folder on SBS2008 Server states I have no access even when logged in as Administrator
How to convert First Function from MS Acess to T-SQL
select sintax in crystal reports 2008
Add custom disclaimer to new IMs
I need a motherboard or video card with two analog capable outputs? Hard to find since DVI-I has been replaced by DVI-D on most. Any suggestions?
Can I have code created in VBA to allow Outlook Email messages to save to sharepoint folders?
TMOUT variable does not work on rbac and sftp.
SQL query help..to join or not to join