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
Export Table and Exclude a field in the export
echo php within php
How to print from a terminal server to a local network printer
asp.net Can I put more that one mssql table 'field' in one GridView Column?
Cant login to Citrix server remotely (PS 4.5)
How to break seperate partitions combined into one drive?
How do I create a drop-down in MS Excel that allows a user to select a file path
exchange 2003 forward mail to Gmail
SBS 2008 Send eMail Settings ??
A comment triggers image display in IE6