Posted by Geoff Berrow on 01/21/07 09:41
Message-ID: <IECsh.21731$yC5.916@newssvr27.news.prodigy.net> from Kirk_
contained the following:
>I have a website with some code that works fine, but on another website it
>doesn't work.
>
>I don't understand, it is really simple code.
> $id = "".$con."".$ext."";
Try replacing this line with
$id = $_GET['con'].$ext;
--
Geoff Berrow 0110001001101100010000000110
001101101011011001000110111101100111001011
100110001101101111001011100111010101101011
[Back to original message]
|