| Mobile | RSS

Getting Started with PHP ? $_REQUEST[var];

The $_REQUEST[]; function is very simple but useful. I’m sure you see this all the time in your browser. mikehowey.com/?p=79.  ?p=something. Ok, so what does the Question mark and the p do? Well the Question mark just starts the unlimited call for something. Without it the whole world would fall… Or something ; ) But [...]

[ More ] December 18th, 2009 | No Comments | Posted in PHP MYSQL - Simple codes |

Getting Started with PHP

PHP is a really simple coding. Don’t get overwhelmed. You really only need to understand the basic functions to get started.  The “echo” function is PHP 101. Easy but used all the time in PHP. You can use either “print” or “echo”. They do the samething but echo is what is used by most. The [...]

[ More ] October 18th, 2009 | No Comments | Posted in PHP MYSQL - Simple codes |