How to detect this is a iframe or not, using php.You can check the referrer to determine if a request came from a another page on your own site or…
Sometimes when we using php, we want to convert php array to java script array.php array can be convert to java script easily.Here is a easy and best methods to…
How can I detect browser using php.You can use php server variable $_SERVER['HTTP_USER_AGENT'] for this.It will return about the user's operating system, as well as their browser.It contents of the…
How to check if user is logged or not in the view or controller in cakephp.Very simple.Look at this function.It will return current logged user details.So you can check this…
How to send SMS via SMS Gateway in PHP.I found the sms gateway to do this.But it is gives only 25 free sms per account.But you can create email account…
How to create random string and check if it exists form database , if it does create a new one using php.You can use php time() function to create random…