![]() |
PHP: Tell A Friend Script (very basic)
This is a form which a user can fill in if they find your site interesting. (very basic)
Code:
<The Form>Code:
<PHP Script> |
thanks simple looks good feels good
|
usefull code, also can be modified abit to be changed to a contact form ;)
|
Hello.
Any how-to for dummies about how to use this code? It doesnt work for me, any help? Thanks! |
Quote:
Code:
<?php |
Textarea
Does anybody know how to implement in this form <textarea> ?
I want to use fallowing java-script code which automatically fills textarea with full page url nad I need for that a textarea with ID="message", but I am new in php :( <script type="text/javascript"> $(document).ready(function() { var message = 'I thought that you would find this information very useful: ' + document.URL; $('#message').text(message); }); </script> Thank you in advance! |
| All times are GMT +1. The time now is 08:21 PM. |
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.