User information
Hi All,
By using t-code SUIM we get all the user details,if suppose we donot have permission t
Need help urgant
why down my code ony return one item instead of all the items selected.
$arr = array($date,$
void* and sizeof()
Hi,
Using void* and sizeof is it possible to get the value of the object ?
I understan
Image resize
Hi again fellers
I managed to sort out the issues with the folder,
Final hurdle is th
Login Control?!
I have a Web Site that uses the login control also I have set the destinationurl to the page I want
Best way to check for end of a record and send it back to the first record
I'm hoping someone can help me out and explain the best way to accomplish this.
What I'm doin
quick question
Hi ..
i have a question
how do i set a var so it displays via an echo
Code: $logo = '&a
DateTimeZone::listIdentifiers headache
http://php.net/manual/en/datetimezone.listidentifiers.php
So the documentation states tha
why preg_match_all does not return the number of matches
My regex looks like
X[^x{4e00}-x{9fa5}]*Y
(where X and Y are two Chinese characters)
Rounding a number queried from a database
I know that to display a rounded number you just do echo "round($number)";. But how would