PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Moderator: General Moderators
Alexia
Forum Newbie
Posts: 18 Joined: Fri Dec 05, 2003 6:25 pm
Post
by Alexia » Fri Jan 16, 2004 9:04 pm
Can you get .html files scanned by PHP by using a .httaccess file ?
Gen-ik
DevNet Resident
Posts: 1059 Joined: Mon Aug 12, 2002 7:08 pm
Location: London. UK.
Post
by Gen-ik » Fri Jan 16, 2004 9:19 pm
It depends what you mean really. Do you want to use PHP to look through an HTML file ?
Alexia
Forum Newbie
Posts: 18 Joined: Fri Dec 05, 2003 6:25 pm
Post
by Alexia » Fri Jan 16, 2004 9:23 pm
I want the PHP interpreter to scan .html files like it scans .php files for php code.
Gen-ik
DevNet Resident
Posts: 1059 Joined: Mon Aug 12, 2002 7:08 pm
Location: London. UK.
Post
by Gen-ik » Fri Jan 16, 2004 9:27 pm
What's the PHP Interpreter?
Alexia
Forum Newbie
Posts: 18 Joined: Fri Dec 05, 2003 6:25 pm
Post
by Alexia » Fri Jan 16, 2004 9:34 pm
huh, what do you mean? lol
Gen-ik
DevNet Resident
Posts: 1059 Joined: Mon Aug 12, 2002 7:08 pm
Location: London. UK.
Post
by Gen-ik » Fri Jan 16, 2004 9:40 pm
DOH! I see what you mean now.... you want .html files to act in the same way as PHP files do... basically PHP files but with a .html extension.
Is that correct?
DuFF
Forum Contributor
Posts: 495 Joined: Tue Jun 24, 2003 7:49 pm
Location: USA
Post
by DuFF » Fri Jan 16, 2004 10:00 pm
Alexia
Forum Newbie
Posts: 18 Joined: Fri Dec 05, 2003 6:25 pm
Post
by Alexia » Fri Jan 16, 2004 10:07 pm
Thanks that did the trick.