| |

| Create Invoice documents Online with TCPDF Posted in PHP > Image Manipulation by tutorialgrub on Apr 02, 2011
In this tutorial we create a PDF invoice including header logo, the invoice rows, an information box and some footer row. |
| |

| How to Build a Full-Featured Login System Posted in PHP > User Authentication by tutorialgrub on Apr 01, 2011
In this tutorial I will be showing you how to make a simple login system consisting of a login page, register page, forgotten password page, email activation, logout page and finally a users online page. |
| |

| How To Load Excel Data By PHP Posted in PHP > File Manipulation by tutorialgrub on Apr 01, 2011
There are situations when we need to load data directly from Excel file, manipulate and insert into a database or use somehow. Is it possible to do it by PHP? Of course, yes. Read more to find out how. |
| |

| Connecting and Selecting MySql Database Posted in PHP > Database Related by tutorialgrub on Apr 01, 2011
Today, in this tutorial i will teach you the basic of connecting to database, Learn how to connect to MySql Database and how to select MySql Database, This is a very easy tutorial, a beginner tutorial… |
| |

| PHP Variables and Variable Functions Posted in PHP > Miscellaneous by tutorialgrub on Mar 31, 2011
In PHP, variable names are case-sensitive. These variables: $test, $Test, $TEST, $tesT all are different variables. Unlike C languages, you do not have to declare a variable before you use it. If you use a variable that you have not created in a script, then PHP will just create a new variable for you. This may make it harder to find your error. |
| |

| Generate random string with PHP Posted in PHP > Randomizing by tutorialgrub on Mar 30, 2011
This is a short description with complete code examples how to generate random strings using PHP. |
| |

| PHP Optimization - Theory and Practise Posted in PHP > Miscellaneous by tutorialgrub on Mar 30, 2011
My CodeCall article will cover a few lessons on optimizing PHP, including theory around the optimizations and tips in which aid in parsing, and speed of execution when it is critical or wanted in the code you write. |
| |

| PHP: Dynamic signature for forums! Posted in PHP > Miscellaneous by tutorialgrub on Mar 29, 2011
One of the main features on message boards are to have your own signature composing of text or a simple image displaying something you wish to show. Putting text quotes there are a popular option for some people and it may be a witty remark, something funny someone said or even something silly you wrote on here. |
| |

| PHP Date Function Hints and Tips - Reference Guide Posted in PHP > Date and Time by tutorialgrub on Mar 29, 2011
Learn the basics of the PHP Date Function with this quick, simple tutorial and cheat sheet! |
| |

| Using cURL with PHP – Part 1 Posted in PHP > Networking by tutorialgrub on Mar 29, 2011
simply , cURL is a PHP Library that helps us to connect multi-types of servers with alot of protocols like HTTP , FTP , TPS , TELNET ……. and much more . |
<< 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 >> Next |