Updated Download Link: fur.ly In this tutorial, you will learn how to connect to a MySQL database using PHP. Besure to SUBSCRIBE because there will be a new tutorial every week. Follow me on Twitter @RiverCityGraphx Like us on on facebook: on.fb.me Suggest tutorials at For project files, help forums, and more check out the website at http For business related inquires contact us at
Posts Tagged ‘Data’
PHP Tutorial 28 – MySQL Inserting Data (PHP For Beginners)
November 28th, 2011
phpmoz This tutorial takes a look at how to insert data into a MySQL Table and specify which fields to insert data into. There is no example of using this to insert user-generated data yet because of the 15 minute limit but I will cover that don’t worry. The more experienced viewers will know how to do this already. For more information, check out the website: howtostartprogramming.com
PHP Tutorial: Install ReCaptcha -HD-
November 20th, 2011
phpmoz In this tutorial, you will learn how to install ReCaptcha to prevent form spam. Besure to SUBSCRIBE because there will be a new tutorial every week. Follow me on Twitter @RiverCityGraphx Like us on on facebook: on.fb.me Suggest tutorials at www.rivercitygraphix.com For project files, help forums, and more check out the website at http For business related inquires contact us at rivercitygraphix@yahoo.com
PHP MySQL Tutorial: Connect to a MySQL Database -HD-
November 9th, 2011
phpmoz Updated Download Link: ow.ly In this tutorial, you will learn how to connect to a MySQL database using PHP. Besure to SUBSCRIBE because there will be a new tutorial every week. Follow me on Twitter @RiverCityGraphx Like us on on facebook: on.fb.me Suggest tutorials at For project files, help forums, and more check out the website at http For business related inquires contact us at
Ajax Tutorial : Post to PHP File XMLHttpRequest Object Return Data Javascript
July 18th, 2011
phpmoz Script: www.developphp.com Learn to program the javascript XMLHttpRequest Object to easily send Ajax HTTP requests to your PHP parsing scripts, and get return data from submitted forms or any type of interaction that takes place on your website.
Android Login Form Tutorial with mySQL and PHP
July 16th, 2011
phpmoz This tutorial will show you have to make an Android app have an initial login screen for a user to input their username and password. Then setup a backend with PHP and mySQL to validate the login against the database data. Hour long tutorial: goo.gl You can buy Encoder Assistant here: codecanyon.net You can get all the source code and files here: dev.crosbymichael.com
jQuery Basics: An Introduction to jQuery
July 13th, 2011
phpmoz An introduction to the jQuery JavaScript library. jQuery allows you to animate HTML pages, perform AJAX and much more. WEBSITE phpacademy.org FORUM http TWITTER twitter.com FACEBOOK www.facebook.com

Posted in
Tags:


PHP Tutorial Bad Word Filter Function and Harmful Character String Replacement System
Learn to build bad word or harmful character filter functions and data filtration systems for user input. We are using the str_ireplace() php function fed with arrays.