• Hubs
  • tagged functions.php

1-4 of 4 hubssort by Hot Best Latest

Alpho011 profile image79

Web Contact Form (Radio Buttons, Checkboxes)

This small how-to will show you using html, php you are able to setup, validate and send an email from your web site using radio buttons and checkboxes, and other common html form elements.

7 comments    technology radio php
62

How to Make Your Blog SEO Friendly

There are a few basic things that are easy to get in the habit of doing that can make drastic differences in your search engine rankings over time. In the long run, this means more visitors, more readers,...

1 comment    wordpress wordpress blog plugin
61

PHP Function Basics

IntroductionThis is part 9 of my series, Basics of PHP. A Function is a set of statements that perform a specific task. When you will get to writing programs, you will realize that programs are very long. You...

0 comments    php basic function
72

PHP is_file and is_dir Functions

IntroductionThis is part 6 and the last part of my series, PHP Directory Function Basics. When you have read names of items from a directory, you may want to know whether the item is a file or directory. The...

0 comments    php functions is dir
working