Home
›
Posts filed under
PHP - MySQL
https://webhq.itsred1.com/2013/02/install-php-and-mysql-on-windows-to-create-a-local-php-mysql-dev-environment.html
Saturday, May 18, 2013
–
Whether you are a seasoned PHP/MySQL programmer or a beginner, you will benefit from having a development environment. A development environ...
https://webhq.itsred1.com/2013/02/how-to-host-php-scripts-on-google-app-engine.html
Friday, May 17, 2013
–
By adding Java to their App Engine, Google has opened the door for a whole slew of languages that have been implemented on the JVM, now incl...
https://webhq.itsred1.com/2013/02/creating-your-own-php-functions-php-mysql-tutorials.html
Thursday, May 16, 2013
–
Step 1 What is a function? A function in its simplest form is a set of instructions. We call it (usually feeding data into it at the same ti...
https://webhq.itsred1.com/2013/02/auto-detecting-pc-or-mobile-and-then-redirecting-php-code.html
Wednesday, May 15, 2013
–
Most mobile websites make use of the HTTP header called “User-Agent”. This header tells the server what kind of web browser the user has. So...