Tag Archives: PHP

How to prevent multiple form submissions in PHP

A problem that many programmers encounter is trying to prevent the user from submitting a form twice and inadvertently posting two sets of the same data – or in worse scenarios, charging a credit card twice! It’s a frustrating problem … Continue reading

Posted in Programming | Tagged , | Leave a comment

How to use SSL / HTTPS effectively in your PHP website

So, you’ve got a big website with thousands of members, it brings in $50 a day, and your community couldn’t be happier. What could be better? HTTPS could be better. There’s just something so exciting about that little padlock appearing … Continue reading

Posted in Programming | Tagged , | 5 Comments

Flaws in PHP sessions – session_start causes site to run slowly

PHP is a versatile language that gives the programmer many tools to get the job done. One such tool is sessions, but in some cases sessions can have a detrimental effect on your site’s performance. Since switching from a Windows … Continue reading

Posted in Programming | Tagged | 3 Comments

Review: PHP Expert Editor – Script Editing Tool

For anybody coding or wanting to code in PHP, a decent editor is vital. Sticking with old-fashioned notepad just won’t cut it, what you need is the mothership of editors – and I think I’ve found it! PHP Expert Editor … Continue reading

Posted in Programming, Reviews | Tagged | Leave a comment

(Part 1) PHP & MySQL: How to create a resource system

One of the biggest problems faced with content rich websites is how to store the data than enriches them. Therefore, I’d like to offer my solution – something I call ‘the resource system’. Specifically, this is designed for PHP & … Continue reading

Posted in Programming | Tagged , | Leave a comment