PHP->Images/Graphics
 
  5 result(s) found, page 1 of 1
Pages: 1 
Text Article 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)
Rank: 11110
Votes:2
Downloads:1714

Text Article 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(0)
Rank: 00000
Votes:0
Downloads:1260

Text Article 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(0)
Rank: 00000
Votes:0
Downloads:1196

Zip code download 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(4)
Rank: 11100
Votes:5
Downloads:4511

Text Article 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(3)
Rank: 11110
Votes:4
Downloads:1938
New Members
 
Syntax/Code Highlighting in Standard Colors