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 trigger a macro when the "send to mail" function is used?
Script to determine Server 2003 services running under the domain Admin account?
FileZilla FTP Server
Windows 2003 Server Remote Sites not Replicating with main location
Enable Disable Drop Down
Howto Check eMachines Warranty Status
Select parameters ASP.NET
access sql conversion text to number
Cannot configure EXP3000 storage on LSI adapter
Files Icons is Not Appearing