Quantcast
Channel: Harry Bailey » Methods
Browsing all 3 articles
Browse latest View live

PHP coding standards I agree with

In all my time coding php I have read a lot of php coding standards. Finally I have found one that I almost agree with completely. My only wobble is regarding the suggestion not to use getters and...

View Article



Pipe / Send Email to a PHP Script

Sending (or piping) emails to a php script would allows a whole world of fun. I had a spare 30 minutes the other night so I sat down, read a few blog posts and forums and set up emails to pipe to a php...

View Article

Using PHP_SELF Safely and submitting forms to the same page

I’ve lost count of the number of times i’ve seen this bit of HTML / PHP: <form method="post" action="<?php print $_SERVER['PHP_SELF"]; ?>"> Looks pretty harmless doesn’t it, but it is a...

View Article
Browsing all 3 articles
Browse latest View live




Latest Images