
Search In
In PHP, many times we found the error i.e. "maximum allocation time exceeds".
For resolving these errors we use php.ini file or we can resolve it buy using our .htaccess file.
1. Using php.ini file For this we have to increase the max_execution
when I build the game in Unity3D , it makes error :"plugins colliding with each other"
I am using Facebook SDK and Playfab.com SDK
Found plugins with same names and
architectures,
Assets/Plugins/Android/libs/android-support-v4.jar
(ARMv7)
A very good method i found in ruby so just thought to share it with everyone, so i am writing this blog to share and help others. This particular blog is for splitting up of array into many groups. Lets see this as an example below:
1) arr = (1..6).
This version is not compatible with Drupal 7.x and should be replaced.
I created a fresh sub-theme and deleted all the unwanted content and file's from my new sub-theme folder, On appearance page I was unable to enable it as it was showing me an er
Test-driven development is a programming approach is compulsory for you to write real code and automated the test code together. This confirms that you test your code—and permits you to re verify your code fast and easily, since it's automated.
TDD
Find the number of words in a string:
In PHP, to find number of words in a string a function str_word_count() is used. It includes three parameters:
string: It a required parameter which specify the string to check.
return:It is an optional paramet
Python Official Website : http://www.python.org/"
Python Documentation Website : www.python.org/doc
Python binary can be found here:
https://www.python.org/downloads/
Python IDE’s:
http://sourceforge.net/projects/pyscripter/
https://wingware.com/d
In this post, I will be discussing about how to send SMS through PHP using Nexmo SMS API. To send SMS, we will be using Nexmo SMS API. There are a number of SMS Gateways like Clickatell, Twilio, and so on available in the market. However, I found Nex
In MySQL, to handle a result set inside a procedure we use cursors. Cursors are:
Read only
Non-scrollable
Asensitive
Cursors can be used in stored procedure, stored functions and triggers.
Syntax:
Declare cursor:
Declare cursor_name cursor f
Hello all,
While working on a project, we came across a situation where we had an iframe that had dynamic content inside it,
and to make our page responsive, we were not allowed to give fix height to the iframe, but since the iframe had the dynami
