TeamPhotoshop
Reviews, updates and in depth guides to your favourite mobile games - AppGamer.com
Forum Home Latest Posts Search Help Subscribe

email script

Page: 1 Reply
Aug 21st 2003#118606 Report
Member since: Jun 20th 2003
Posts: 1203
where can i get a free email script? where users can specify the type of services in check boxes and enter fields and have it emailed to me?

or if someone wants to make one for me ;) :p my AIM is "Telemakhos7" ICQ "206535730"
Reply with Quote Reply
Aug 21st 2003#118608 Report
Member since: Nov 26th 2001
Posts: 2586
Depends on what server side language you are looking for, but there are tons out there. Check www.hotscripts.com for one.
Reply with Quote Reply
Aug 22nd 2003#118612 Report
Member since: Jun 20th 2003
Posts: 1203
already checked there. the only ones that i found are not able to be dl'ed b/c of broken links.
Reply with Quote Reply
Aug 22nd 2003#118619 Report
Member since: Mar 24th 2002
Posts: 3114
I made one very basic email script for my site, although it has no checkboxes or such, but maybe you can hack your way through. :p

Here's the code:

[PHP]
if(!$message){
echo "

Contact astudios.

Write whatever's on your mind.

Request something, tell me this site sucks ass, praise it, or just tell me
to go to hell.




Name:



Email:



Subject:



Message:





";
}
else{
mail("*****@**********.com","Webcontact:".$subject,$name." skrev:\n\n\n".$message."\n\n\n\nEmail: ".$email);
echo "Thank you!


I'll read it when I check my mail....which is often. ;P

";
}
[/PHP]
Reply with Quote Reply
Aug 22nd 2003#118627 Report
Member since: Mar 18th 2001
Posts: 6632
Reply with Quote Reply
Aug 22nd 2003#118628 Report
Member since: Jul 25th 2003
Posts: 489
If you are talking about form e-mail which I use it a lot go to
http://www.scriptarchive.com/download.cgi?s=formmail&c=zip

It's a perl/cgi scripts that's most popular and easy to use, hope this is what you mean...
Reply with Quote Reply
Aug 22nd 2003#118637 Report
Member since: Jun 20th 2003
Posts: 1203
I really dont know any php. Could someone fill out the above php for this form? GRRRRRRRRRRRRR I cant just put the code up for some reason. Well can someone format www.swankstudios.com/emailform.php to the form on www.swankstudios.com/request.html and have the php page redirect to the home page. [CODE]































n a m e |
e m a i l |
c o m p a n y |
b u d g e t |
s e r v i c e s | Custom Designed Layout

Pre-Designed Layout (
specify)

Basic Coding (HTML, CSS)

Advanced Coding (PHP, JS)

Hosting

Identity Development

Graphic Design (
specify type)

Print Design (
specify type)

Script Purchase (
specify script)

d e t a i l s |

[/CODE]
Reply with Quote Reply
Page: 1 Back to top
Please login or register above to post in this forum