Go Back   Novahq.net Forum > Computers > Web design and Programming
FAQ Community Calendar Today's Posts Search

Web design and Programming Discuss website creation and other programming topics.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 10-07-2002, 03:55 PM
XenoMorpH is offline XenoMorpH
Registered User

Join Date: Jul 2002
Posts: 194

php

Hey all,
I've a bit of a problem. I have a lycos acount with php enabled. I need the php for sending onlin mail directly from my page. It is possible to do so. But the problem is when I send the mail as a test to my own hotmail acount, I get my own servers' email adres instead of my own filled out email in the email sender. It seems that lycos puts automaticly my servers' email adres into the email.

So my question is: does any1 know another free php-server, where I can use this email sender without replacing the orriginal email adres?
__________________
XëñøMørÞH
«ALIEN SOLDIER OF DELTAFORCE»

[AMD Phenom 9850][2Gig 1066MHz DDR2 @1100MHz][ATI Radeon 4870X2][19" IIYAMA Prolite E480S Flatpanel]
Reply With Quote
  #2  
Old 10-07-2002, 03:56 PM
Scott is offline Scott
Scott's Avatar
AKA. Panther

Join Date: Sep 2001
Location: Minneapolis, MN
Posts: 10,927

It's most likely your script. I can make you one, what fields do you want? Name, email and message?
__________________

04' Dodge SRT-4, Mopar Stage 3, 406whp/436wtq
Reply With Quote
  #3  
Old 10-07-2002, 04:00 PM
XenoMorpH is offline XenoMorpH
Registered User

Join Date: Jul 2002
Posts: 194

It's a flash email sender, with a completed php file inbedded, but it is editable tho.
I used it onto another server and it lets me send it with my email acount and not the servers' email.
__________________
XëñøMørÞH
«ALIEN SOLDIER OF DELTAFORCE»

[AMD Phenom 9850][2Gig 1066MHz DDR2 @1100MHz][ATI Radeon 4870X2][19" IIYAMA Prolite E480S Flatpanel]
Reply With Quote
  #4  
Old 10-07-2002, 04:02 PM
XenoMorpH is offline XenoMorpH
Registered User

Join Date: Jul 2002
Posts: 194

the php code used:

<?
if ($send=='yes') {
$from = escapeshellcmd($from);
$to = escapeshellcmd($to);
$subject = escapeshellcmd($subject);
$body = escapeshellcmd($body);

$tfrom = "From: <$from>";

$body .= "\n\n\n\nSWiSH Email Sending example. For more information visit\nhttp://www.swish-db.com/";

mail($to,$subject,$body,$tfrom);
}
?>
__________________
XëñøMørÞH
«ALIEN SOLDIER OF DELTAFORCE»

[AMD Phenom 9850][2Gig 1066MHz DDR2 @1100MHz][ATI Radeon 4870X2][19" IIYAMA Prolite E480S Flatpanel]
Reply With Quote
  #5  
Old 10-15-2002, 10:03 AM
SilentTrigger is offline SilentTrigger
-1PARA-

Join Date: Sep 2002
Location: Sweden
Posts: 3,972

Did u check the php bible fore it? www.php.net i think theres a way to go around that problem besides having another host
__________________
-1PARA-AlexKall

My photography website



Reply With Quote
  #6  
Old 10-15-2002, 05:23 PM
XenoMorpH is offline XenoMorpH
Registered User

Join Date: Jul 2002
Posts: 194

If I ever knew something about PHP, I would have, LOL, but I am a noob at PHP
__________________
XëñøMørÞH
«ALIEN SOLDIER OF DELTAFORCE»

[AMD Phenom 9850][2Gig 1066MHz DDR2 @1100MHz][ATI Radeon 4870X2][19" IIYAMA Prolite E480S Flatpanel]
Reply With Quote
  #7  
Old 10-15-2002, 05:42 PM
SilentTrigger is offline SilentTrigger
-1PARA-

Join Date: Sep 2002
Location: Sweden
Posts: 3,972

Quote:
Originally posted by XenoMorpH
If I ever knew something about PHP, I would have, LOL, but I am a noob at PHP
oh that would be true but u made a script didnt u?
__________________
-1PARA-AlexKall

My photography website



Reply With Quote
  #8  
Old 10-16-2002, 06:56 AM
XenoMorpH is offline XenoMorpH
Registered User

Join Date: Jul 2002
Posts: 194

Ehm, it came with a download flashfile, but the php script is editable tho. I can do HTML, and flash, but not php Can any1 help me out?
__________________
XëñøMørÞH
«ALIEN SOLDIER OF DELTAFORCE»

[AMD Phenom 9850][2Gig 1066MHz DDR2 @1100MHz][ATI Radeon 4870X2][19" IIYAMA Prolite E480S Flatpanel]
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Well it's PHP but....What do u think MadMan TCO Web design and Programming 18 03-09-2005 08:25 PM
Php Help!! navysea| Web design and Programming 3 03-04-2005 06:27 PM
PHP-NUKE and PHP ~BLÃÐE~ phphq.Net Forums 9 01-19-2005 06:49 AM
PHP atholon Web design and Programming 16 07-21-2004 09:17 AM
php anyone? Surge Web design and Programming 7 07-26-2003 11:04 AM


All times are GMT -5. The time now is 04:34 AM.




Powered by vBulletin®