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
Access 2007 --- Run-time 2455: You entered an expression that has an invalid reference to the property LinkChildFields.
Access - time delivery of a built in macro
Sahi scripting for testing web pages
Access query
Laptop action keys not functioning on debian
How to install CURL on a Dedicated Windows Server
Can you limit the Xfer folder from Symantec Endpoint Protection Client?
not enough storage is available to process this command
Stored Procedure to pass parameter to another SSRS report
Change AD password in OWA