Help with a variable! Can't figure it out!
Posted: Fri Mar 06, 2009 4:48 pm
Ok so I need a name of a file to be called like this (SMITH-FR3242SDSMI.html)
SMITH stands for the first name - $Lname
FR3242SDSMI for the Transaction ID - $Tid
How can I define this variable? Because it won't work with the "-" which unifies the two. Can somebody help?
Thanks! 
SMITH stands for the first name - $Lname
FR3242SDSMI for the Transaction ID - $Tid
How can I define this variable? Because it won't work with the "-" which unifies the two. Can somebody help?
Code: Select all
$file_name=$_POST["Lname-Tid"];