|
index.php is a specific page. It'll validate everything before that though, and for things such as wikipedia which uses .../wiki/word it'll allow that. It prevents people from putting /img.img and /vir.exe links. My full name is 18 characters long, and I know of an Elizabeth Rebecca Osterhaur so what do you do with her name? Your code also allows names that don't begin with a capital letter through. Good idea to add the international letters though.
__________________
PHP Code:
<?php echo "Hello World"; ?>
HTML Code:
<html><head><title>Hello World</title></head><body><p>Hello World</p></body></html>
|