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
SQL Query to give percentage of colour customers
how to install cystal reports version 7 in windows 7
How can I delete duplicate records in a SQL database without a primary key?
Compaq Presario - Hard Drive Issue
Excel 2007 Macro Environ("UserName") Causing Error
Exchange System Manager cannot add new object to recipient update service
Windows Server 2003 : migrate domain certification authority to new server with different name
XPS M1530 not booting
Microsft Access Query to extract text with multiple variety of words to next space
Need SAN configuration advice