Gossamer Forum
Home : Products : DBMan SQL : Discussion :

Re: Unrecognized char ???

Quote Reply
Re: Unrecognized char ??? In reply to
Thanks Elliot.

i've solved my problem after searching the forum.this is my solution: i've added this code to my html.pl

if (!$menu) {
open (FILE, "/home/cgi-bin/test/menu.txt") or die "Can't open header file: $!";
$menu = join ("", <FILE> );
close FILE;
}


and add anywhere in my html print qq| $menu
it works fine.So i would be happy if i haven't another problem with price range mod. i will post it separately

Best Regards




Subject Author Views Date
Thread Unrecognized char ??? JohnCage 2093 Dec 10, 2000, 8:25 AM
Post Re: Unrecognized char ???
Stealth 1956 Dec 10, 2000, 10:18 AM
Post Re: Unrecognized char ???
JohnCage 1970 Dec 10, 2000, 10:34 AM