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
Problems with Sql Server 2008 Enterprise and Windows 7 Professional
Change base year of a series of indexs
Potential Phishing from asiadrc.com. Is this legit?
Port forwarding
Fetch records from List A that do not exist in List b using LINQ
Convert Excel file with multiple worksheets to multiple csv files
Need to confirm Dreamweaver MX 2004 compatibility with Dreamweaver 8
How to convert a SELECT statement into an UPDATE statement using SQL Server 2005?
What is going on with my Outlook 2010
color depth