Search results

  1. R

    How to configure mail() php.ini file

    Php Create a file in your web directory called phpinfo.php Inside that file, all you need is <?php phpinfo(); ?> Then, open a web browser and navigate to that phpinfo.php file.. IE: http://yourdomain.com/phpinfo.php It will bring up a nice list of your install, php version, etc...
  2. R

    Add Required Fields to PHP contact form

    Check out http://dynamicdrive.com/dynamicindex16/requiredcheck.htm for making fields mandatory.
  3. R

    Change input field color based on value

    I guess as my first post, I should do a little intro. My name is Ryan. I'm 27 and from Michigan. Been into web design since I was about a freshman in high school. Stopped doing it for a while and am now getting back into it. A huge college football fan (go bucks) and baseball (go tribe!)...
Top