Re: embedded php
- From: "steve" <a@xxxxxx>
- Date: Tue, 27 Sep 2005 17:48:20 -0500
that depends on how your web server is set up. i make a habit of naming all
files that have php code in them to end in .php so that i can better manage
them. however, we have several pages on our corporate server that end in
..cfg, .htm, .css, etc. that have php tags/code in them that is processed
just fine. as a matter of practice though, it is always a good idea to be
explicit where possible and where it is pragmatic...as with everything in
life. ;^)
"Kilo Bravo" <kbrown1@xxxxxxxxxxx> wrote in message
news:3hj_e.27380$UI.6684@xxxxxxxxxxxxx
| Does php allow for php tags to be embedded in html files or does any file
| that use php have to end in .php?
|
|
.
Relevant Pages
- Re: @(#)Mordred Labs advisory - Integer overflow in PHP str_repeat() function
... > The implementation of this function suffers from a simple integer overflow ... > worst case to gain control over the web server. ... 99% of PHP installations run the PHP code with ... If an attacker has the opportunity to execude PHP code of his choice on a ... (Bugtraq) - [Full-disclosure] PHP "multipart/form-data" denial of service
... PHP version 5.3.1 was just released. ... the temporary files will be deleted. ... When you send these requests to the web server, ... In a few seconds, the web server is not responding anymore, 65535 ... (Full-Disclosure) - PHP "multipart/form-data" denial of service
... PHP version 5.3.1 was just released. ... the temporary files will be deleted. ... When you send these requests to the web server, ... In a few seconds, the web server is not responding anymore, 65535 ... (Bugtraq) - Re: Ruby performance woes
... Now here's my take on all this: PHP and JSP and what I inquired ... S-expressions used as a directly alternate expression of SGML or XML. ... By the way, I've never had access to a Web server that can run ASP, ... (comp.lang.lisp) - Re: Security Question HELP
... PHP code at tops of pages to access a MySQL database? ... The best way to protect login and passwords for databases are to place those in it's own include file, closer to the root of the file system than what the web server can access. ... (alt.php) |
|