| | |||||
| ||||||||
| CODE This forum is for posting code snippets and example scripts that aren't quite tutorials, but could be useful for others. You may post code snippets and/or completed scripts that you've written and want to share here. |
![]() |
| | LinkBack | Thread Tools |
| | #26 (permalink) |
| NamePros Member Join Date: Aug 2006
Posts: 121
![]() | let me know when its up and running, the little kiddies love this script
__________________ :$: Million Dollar Blog WIth PRoxies :yell: |
| |
| | THREAD STARTER #28 (permalink) |
| is on hiatus Join Date: May 2006
Posts: 2,449
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | Actually, I am thinking of putting a link for people to click to read their message OR creating on the fly image so that the message is embed as an image and no headers are sent.
__________________ Currently on hiatus. Back whenever. |
| |
| | #29 (permalink) |
| NamePros Member Join Date: Aug 2006
Posts: 121
![]() | I would go with the image, clicking a link is no fun!
__________________ :$: Million Dollar Blog WIth PRoxies :yell: |
| |
| | #30 (permalink) |
| NamePros Member Join Date: Oct 2006
Posts: 167
![]() | You should allways do basic checks when accepting data via a form, even if not entering that data into a database. Code: $toemail = $_POST['toemail']; $subject = $_POST['subject']; $message = $_POST['message']; -//--------------------------//- $toemail = strip_tags($_POST['toemail']); $subject = strip_tags($_POST['subject']); $message = strip_tags($_POST['message']); |
| |
| | #31 (permalink) | ||||
| Buy my domains. Join Date: Feb 2006
Posts: 2,792
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
| ||||
| |