|
Creating image from text in PHP
|
Sometimes it is required to display email addresses as images to safegaurd against spammers and to protect emails being captured by screen scraping. So the code below is a function that receives text to be displayed on the image. The size of image, fonts and colors can be customized. The text is centered horizontally and vertically in the image. A font file should be placed in the path specified i...
|
|
Submitted on: 01-Nov-09 |
By: Andrew R |
Comments(2) |
|
Votes:2
Downloads:6483
|
|
|
Generate Rank Graphic/Image From PHP
|
The sample code is a php script that receives a number between 0 & 10 and generates a graphic that shows the rank. Using a single line of code you can include graphic ranks in your web sites.
To view online Demo Click Here
|
|
Submitted on: 16-May-08 |
By: Colin Smith |
Comments(2) |
|
Votes:2
Downloads:3042
|
|
|
How to create and save an image from the specified url
|
The code below creates and saves an image from the url specified. URL must return an image and should not be an html page. The __FILE__ is a PHP constant and returns the absoulte path of current file
|
|
Submitted on: 01-Nov-09 |
By: Andrew R |
Comments(1) |
|
Votes:2
Downloads:5369
|
|
|
Image Verification/Authentication in PHP
|
A very simple way of doing image verification(Avoiding automated registerations)
in PHP. There is a single php which can be included in every script that needs
image verification
Click Here to view online demo
|
|
Submitted on: 25-Mar-08 |
By: Andrew R |
Comments(6) |
|
Votes:11
Downloads:9401
|
|
|
PHP Graph [ Vertical Bar Pair ]
|
The code can be used to produce graph-pairs to reflect page hits redirecting to two possible locations
(ie: webpage & tee-time) for each external site. This code is modified from the original code found at <a href="http://www.qualitycodes.com/tutorial.php?articleid=20">http://www.qualitycodes.com/tutorial.php?articleid=20</a>
|
|
Submitted on: 13-Jul-09 |
By: Andrew R |
Comments(5) |
|
Votes:6
Downloads:7162
|
|
|