![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.php archiveRe: Appending an integer to a string
From: Malcolm Dew-Jones <yf110@vtn1.victoria.tc.ca>
Date: Fri Oct 07 2005 - 21:30:37 CEST
Robizzle (Rob.Meyer1@gmail.com) wrote:
: so I have:
: $filename = 'test.file.";
Mismatched quotes. It works for me when I use the correct quotes.
$ php
<?php
$filename = 'test.file.'; # note quote
test.file.0
-- This programmer available for rent.Received on Tue Oct 18 02:39:03 2005 |