Category: PHP
Adding data to MySQL from android using php service In this tutorial you will learn how to add data to your remote MySQL database, inside of your android application. …
Simple PHP error logging script – made easy! When you are making an application, at some point you will need to log your errors, or warnings in a file …
Website online-offline checker using PHP In this tutorial you will learn how to create a website online-offline checker using PHP and cURL. This can be easily achieved with just …
Simple PHP email subscription form in few minutes? Really? The answer is “yes”! For the sake of this tutorial you will need to include Jquery in in your <head> …
reCAPTCHA using ajax, PHP and Jquery! First of all you need to get access to recaptcha. So click HERE and look at the right up corner – there is …
Today we will create a simple PHP ajax signup form using MySQL and Jquery. Let’s get started and create a table that will hold the users information for our simple …