How to increase PHP memory limit on GoDaddy hosting. If you are using GoDaddy hosting services and you want to increase PHP memory limit something to high means 128MB. By default my GoDaddy hosting plan PHP memory limit is 64MB. If you want to increase PHP memory limit on GoDaddy server follow these steps.
Continue readingHow to execute php scripts using command line in windows, if you want to execute php scripts through windows command line, then that is simple and easy. Login to windows machine, Open command prompt from with in command prompt and navigate to php directory, there you can find php executable file. From that folder access […]
Continue readingDate and Time Input fields in HTML 5 are used for formatting dates and times, also for providing date and time picker, without using any third party libraries. You can use it only for time and also only for date, or you can combine both. You can use it for week selection, or month selection […]
Continue readingRange Input field in HTML5 Forms, in this article you will learn about range input field in depth. The range input type indicates to the browser that the field is expecting a numeric value selected from within a given range. This input type can also be used with the min, max, and step attributes to […]
Continue readingNumber input in HTML5 Forms, number type indicates to the browser that the field is expecting numeric input. In this article you can learn more about number input type field. This field type can also be used with the min, max, and step attributes to provide additional UI features to help the user select a […]
Continue readingHTML5 Form introduced lot of new features like input field types and validating input fields without even using JavaScript or jquery. There are lot of different types of field types for text, search, email, url and colour selector, date picker, for telephone numbers and number ranges. If you want to learn HTML5 form validation.
Continue readingHTML5 form validation, validating forms in HTML5 is simple and easy just add the attributes to input fields, they will take care of validations. First what we need most is making a field mandatory for that we can just use an attribute to any type of input fields that is required attribute. And the next […]
Continue readingUsing VirtualBox in windows to install Linux, If you are using windows and want to use Linux then virtualization or virtual machines. This is simple step by step guide to start using virtualbox in windows to install linux or any other operating system, because for setting up Virtual Machine it’s bit confusing for beginners. First […]
Continue readingHow to create a PHP Development Environment, for simple PHP Development Environment you need Web Server and an IDE of your choice, and the next one is debugger like xdebugger. And if you want to create advanced PHP Development Environment then you should go with Linux, if you are not familiar with linux then you […]
Continue readingAJAX dynamic form input fields submission no POST data, I was working on a AJAX form, where it pulls data from mysql database after selecting country, for states and cities. Everything is working fine, After selecting country, it fetches data from mysql database and shows states field, cities field html will be updates using AJAX. […]
Continue reading