> I need to name a file like this
> $fp=fopen('echo $agentcode' .'CyberTrac.ctr', "w");
>
> the file gets named echo $agentcodeCyberTrac.ctr, now I want
> a real value in $agentcode, there is a value in there so it
> must be my syntax, anyone help?
$fp=fopen($agentcode.'CyberTrac.ctr', "w");
Jason
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]