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
remove a letter off front of numbers in a field
how i connect to sql 2008 from sql studio management 2005
Setup callerID in asterisk 1.6 with dadhi using a T1
MySQL on Windows -- zip up to backup?
for mat colum ms excel 2007
Exchange activesync on Android (2.1) (Samsubg Galaxy S) - true subfolder support
Batch File: Robocopy
Granted or revoked privilege EXECUTE is not compatible with object.
EXE files are being blocked
Adding tooltip labels to scatter chart