CAT | PHP
There are lots of free Captcha modules available on the net which you can simply plug into your website, but if you want to create your own, here is one simple process to create using PHP. Basic concept for Captcha is to reduce or stop spam on your website, Captcha prevents from spam as it force the user to type the exact letters or answer that is generated using some alorigthm before submitting the forms. A common type of Captcha requires the user type letters or digts as that appears on the screen. Today, we are going to build a very simple Captcha using PHP. (more…)
What is the best way to choose right open source script (CMS)? The answer depends on what type of website or business you are running, there are thousands of open source script available on the net, does that mean you should try all of those? Seems impossible. So, what is the best way !!! here I have listed top 30 best open source scripts which might be help to you to shortlist your choice, the list below is based on popularity and uses. (more…)
Drupal · free CMS · Joomla · Modx · open source · Open Source Scripts · PHP CMS · Wordpress
Cron is a time-based job scheduler in Unix-like computer operating systems. ‘cron’ is short for Chronograph.
Cron enables users to schedule jobs (commands or shell scripts) to run automatically at a certain time or date. It is commonly used to perform system maintenance or administration, though its general purpose nature means that it can be used for other purposes, such as connecting to the Internet and downloading email. (more…)
cron · cron command · cron daemon · cron job · cron job format · cron tab · linux cron job
7
How to run XAMPP or WAMPP together with IIS on Windows XP or Vista
No comments · Posted by admin in IT, PHP
Looking for running both IIS and Apache server at same time on windows operating system, here is few instruction to do so:
C:\xampp\apache\conf\httpd.conf:
* Search for “Listen 80″, change to “Listen 81″
* Search for “ServerName localhost:80″, change to “ServerName localhost:81″
(more…)
An object oriented way to send email from a PHP program.
Some of the libMail functionalities are :
o Sending one or more file in attachment
o Specify one or many recipients in To, CC or BCC
o Format a message “ready to send” without sending it immediately
o Auto checking of email addresses syntax
o Add a receipt to the mail
(more…)
