justuptime.com - monitor your servers & websites

any webmaster know how to do this??

You are viewing this site as a guest. Join our community to get your questions answered and share knowledge. Active members may advertise and ask for a website critique.

They have: 34 posts

Joined: Mar 2004

Busy's picture
Modrater

He has: 6,157 posts

Joined: May 2001

Are you after a 'send this to a friend' script ?

It's server side, either PHP, ASP or similar, in PHP it just uses the basic mail() function with a loop.
hotscripts.com and other script sites have heaps of these free so no need to reinvent the wheel (unless your learning PHP etc then is good practice)

<?bhb if(broken){ echo("It wasn't me Smiling "); } ?>
Learn HTML the ez way - EzHTML.net

Some people are like slinkies, they dont really serve any purpose but they still bring a smile to your face when you push them down the stairs ...

timjpriebe's picture
DeveloperModeratorSponsor

He has: 2,666 posts

Joined: Dec 2004

Funny you said no need to reinvent the wheel, Busy. For simple mailing forms, I almost always code them from scratch, so I don't end up with cluttered code. Probably just compensating for my tendency to write cluttered code, though. Smiling

They have: 34 posts

Joined: Mar 2004

thanks for the reply guys, I am looking for something like this http://www.ebaumsworld.com/2006/03/cellphonegun.html

Roo's picture
Developer

She has: 836 posts

Joined: Apr 1999

I've found some terrifc php driven forms. I've used the tell a friend and the mailform on a site recently and I have to say I really like these scripts. Easy to modify and customize:

Check out GentleSource

They have: 34 posts

Joined: Mar 2004

Roo wrote: I've found some terrifc php driven forms. I've used the tell a friend and the mailform on a site recently and I have to say I really like these scripts. Easy to modify and customize:

Check out GentleSource

pretty cool Smiling, I wonder is there away to edit it and send multi. e-mail instead of 1.
http://www.stadtaus.com/docu/tell_a_friend_script/tell_a_friend_script_english.html

someone told me they might have it at http://www.w3.org, I don't know how to search on that site

Roo's picture
Developer

She has: 836 posts

Joined: Apr 1999

I think that somewhere in the documentation it tells you how to add to it to add more address feilds.