elias wrote:
> 
> You can use the same code as you typed but use double-quotes instead of
> single-quotes:
> $fp=fopen("echo $agentcode' .'CyberTrac.ctr", "w");
> 
> -elias
> http://www.kameelah.org/eassoft

Why the H*ll would you wanna use echo there?!?!?!
Just fopen($agentcode."CyberTrac.ctr", "w"); works (like someone
already mentioned before), so why would you use some _UGLY_
construction with echo???

-- 

* R&zE:

***************************
**  Renze Munnik
**
**  E: [EMAIL PROTECTED]
**  M: +31 6 218 111 43
***************************

-- 
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]

Reply via email to