Robert Plank shows us how to protect your ClickBank products, using PHP. No more worrying about managing databases or customer lists!
Join the discussion!
PHPit Forums has opened its doors, so come joins us for the latest PHP discussions. If you need help with a certain problem, or just want to know something about OOP or design patterns, PHPit Forums is the place to be. Or, if you're a true PHP expert, we could really need your knowledge, so join PHPit Forums and share your expertise!
Recently Added
Clickbank Security Using PHP
Article posted on May 22nd, 2004 by Dennis PallettPHP in the Command Line
Article posted on May 22nd, 2004 by Dennis PallettPHP is a very powerful scripting language, and you can use all that power in combination with the power of a command line. Robert Plank shows us how!
Check if files exists
Code snippet posted on May 22nd, 2004 by Dennis PallettWith this short codesnippet you can easily check if a file exists on your server.
FTP Upload
Code snippet posted on May 22nd, 2004 by Dennis PallettThis codesnippet can be used to login into a FTP server, and then upload a file. Common use might be for backup purposes on a off-site FTP server.
List all files in a directory
Code snippet posted on May 22nd, 2004 by Dennis PallettWith this codesnippet you can very easily list all the files in a directory, effectively creating a web-based filemanager (if you extend it with other functions).
End of String
Code snippet posted on May 22nd, 2004 by Dennis PallettThis useful codesnippet can be used to create long strings, without having to escape ’single’ or “double” quotes, but $variables can still be parsed. Very useful for very long texts.
Binary to text
Code snippet posted on May 22nd, 2004 by Dennis PallettUse these two useful functions to change text into binary and vice versa.
Get current datestamp
Code snippet posted on April 2nd, 2004 by Dennis PallettWith this function you can easily retrieve the current date stamp. Very useful for comparing it with data from a MySQL database.
Encode e-mail address
Code snippet posted on April 2nd, 2004 by Dennis PallettUse this handy function to encode e-mail addresses so it still looks good to humans, but can’t be read by (spam) bots.
Crop sentence
Code snippet posted on April 2nd, 2004 by Dennis PallettUse this handy function, written by David Speake, to crop a sentence to a certain length. This function makes sure the words don’t get broken up in the middle.