Installing mcrypt – what to do to work with php

After a lot of research, as I couldn’t find answers on forums and other places. I found on sourceforge.net they released some rpm packages to integrate mcrypt and mhash with php. First we need to install mcrypt and mhash as follows: 1) Install mcrypt & mhash yum install mcrypt* yum install mhash* answer y to …

PHP – Countdown Script

< ? $day = 16; // Day $month = 7; // Month $year = 2001; // Year if ($month == 1) $month_name= "January"; if ($month == 2) $month_name= "February"; if ($month == 3) $month_name= "March"; if ($month == 4) $month_name= "April"; if ($month == 5) $month_name= "May"; if ($month == 6) $month_name= "June"; if ($month …

WordPress Feeds

Introduction to Feeds A feed is a function of special software that allows feedreaders to access a site, automatically looking for new content and then posting the information about new content and updates to another site. This provides a way for users to keep up with the latest and hottest information posted on different blogging sites. There …

Configure Masked Text Field

To set the dialog box options, follow the next steps: In the Apply to field drop-down menu select the text field on which to apply the server behavior. In the Mask drop-down menu select one of the predefined masks or create your own custom mask. To learn more about this, read the note below. The …