Flash components › Flash files › Utilities
XML + PHP Cool Animated Guestbook
|
Posted on 2009 Jun 25 |
- additional line: $Comments = ereg_replace("[^A-Za-z0-9 !:*"()@.-/']", "", $Comments);
- where to put the additional line :
after the line where this code appears: $Comments = $_POST["Comments"];
it should look like
.......
$Comments = $_POST["Comments"];
$Comments = ereg_replace("[^A-Za-z0-9 !:*"()@.-/']", "", $Comments);
......























!!!!!DOCUMENTATION - HELP FILE INCLUDED with images!!!!
Features:
- DRAG and DROP!!!
- stores data in xml
- insert data useing php
- nice effects
- detailed view at click
- visitor can post his link and visit links with auto appearing button(if link is given)
- at long comments tip appears and the user can scroll the text with mouse scroller
- warning messages if user enters wrong info to contact form
- at new post the new post appears immediately (no lag)
Documentation file includes help to add more items