PhpTips.im - Everything about php - Download CMS, find tips and tricks, code snippetz, classes and more and more...
Bookmark this page !
   

Articles

    Home » Articles » General php tips
Browsing General php tips RSS RSS

   Pages :   0  
Php date validate
Published on : 12.05.2010 Category : General php tips Viewed : 10 times.
[code] <?php /**  *  * Validate a date  *...
Read More »

ZooP
Published on : 07.05.2010 Category : General php tips Viewed : 18 times.
What is Zoop?Zoop stands for Zoop Object Oriented PHP Framework. In development since 2001, Zoop is based on the MVC architecture that supports separation of display, logic and data layers. Its integrated handling of errors can be used for logging errors for production environments, which renders bugs easy to discover. Zoop features a Smarty based view layer, which offers form generation and rich UI controls. Using it, even an inexperienced coder can create web applicat...
Read More »

OddEven Class
Published on : 02.05.2010 Category : General php tips Viewed : 17 times.
Allows you to easily keep track of a series of items as either odd or even. Each time you check (using the "which" method) the counter increments so that the next time you check the state will have changed. This is the perfect class for using when you're outputting an HTML table and want to use different classes to differentiate between odd and even rows. Simply create a new instance and call OddEven->which() for each row![code]/** * Allows you to easily keep track o...
Read More »

Valid Email Check
Published on : 02.05.2010 Category : General php tips Viewed : 11 times.
This will check an email, to see if it is in a valid format.chkEmail.html[code]<form action="chkEmail.php" method="post">    Email: <input type="text" name="email">    <input type="submit" value="Check Email"></form>chkEmail.php<?php    $email = $_POST['email'];    if(preg_match("~([a-zA-Z0-9!#$%&'*+-/=?^_`{|}~])@([a-zA-Z0-9-]).([a-zA-Z0-...
Read More »

2 Quick PHP Tips
Published on : 25.04.2010 Category : General php tips Viewed : 16 times.
By David Cummings So now you’re a proficient Web programmer dabbling in the famous open source language PHP. The only downside is that the language allows the programmer to be sloppy and decrease application performance unknowingly. At my company, we use PHP on a daily basis and have many different styles and rules we try to employ to make our (rather l...
Read More »

 

 Members
Log In !
Email Address :

Password :


Change my passowrd !
Sign Up !
We have : 3 members.
Latest member : albans
 
 Last Posts
 
 Advertising
 
©PhpTips.im 2010
Powered by PikaCMS.
Quick Links :
Home | Browse all articles | Downloads | Terms of Use
RSS RSS 2.0 : Articles | Downloads ATOM : Articles | Downloads