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
Apply module to article linked via front page
Select statement on a cross join select
Copy what user types in a text filed in to a hidden field
Firefox displays vertical scroll - IE doesn't
Exchange Accepted Domain Issue
templates for creating company website - with logn and merchan function
images and captions
Never done asp 3.0 need quick code to tell if hour is odd or even
PPC: Adwords Strategies
Domain users cannot log on to SBS 2008 domain