Tagged Questions
4
votes
7answers
3k views
Interpreted vs. Compiled Languages for Web Sites (PHP, ASP, Perl, Python, etc.)
I build database-driven web sites. Previously I have used Perl or PHP with MySQL.
Now I am starting a big new project, and I want to do it in the way that will result in the most responsive possible ...
3
votes
3answers
133 views
Is interpreted language secured?
For example, I have a php script which contains the source code.
I uploaded it to my web server.
For some reason, some attacker could be able to download that file from my web server. They can be able ...
1
vote
3answers
308 views
Insert text into a textarea using javascript without javascript parsing the text
'<textarea name="textChange" class="signatureChangeText" cols="100" rows="4">'
+ SOME VARIABLE FULL OF TEXT
+ '</textarea>'
The preceding is just part of a simple string that I am using ...
0
votes
2answers
82 views
IIS doesn't interpret a php file
I have a IIS webserver (v 6.1) with a webpage which is accessable from other devices in the LAN. If I try to access a php-page via the IP address I can only download the file. IIS doesn't interpret ...