| 
	
 | 
 Posted by Mark Parnell on 09/16/05 03:08 
In our last episode, Shabam <chalupa@yomama-nospam.com> pronounced to 
alt.html: 
 
> I have a form page that accepts a text field variable.  The problem is, I 
> need to concatenate this text field variable with some other string.  How 
> can I get this done? 
 
It is trivial to do, but the exact details depend on what language your 
form handler is written in. For example, in PHP: 
 
$newString = $_POST['fieldname'].'.example.com'; 
 
--  
Mark Parnell 
http://clarkecomputers.com.au 
alt.html FAQ :: http://html-faq.com/
 
  
Navigation:
[Reply to this message] 
 |