| 
 Posted by Jerry Stuckle on 06/18/08 11:56 
jackpod wrote: 
> Hi All, 
> I would appreciate help in developing a strategy for coding the 
> following requirements: 
>  
> 1) A user inputs his/her first and last name and selects which country 
> they are from from a drop-down list. 
> 2)This first name, last name and country name are written to a 
> database. 
> 3)The first name, last name and an image of the selected country's flag 
> are combined into one image of size x pixels wide by y pixels in 
> height. 
>  
> Your help in figuring out a strategy for requirement #3 above would be 
> much appreciated. 
>  
 
 
Get a graphical copy of the person's country flag and use the PHP image  
functions to superimpose their name on the graphic.  See 
 
http://www.php.net/manual/en/ref.image.php 
 
 
--  
================== 
Remove the "x" from my email address 
Jerry Stuckle 
JDS Computer Training Corp. 
jstucklex@attglobal.net 
==================
 
[Back to original message] 
 |