|
Posted by Tom on 12/20/07 18:20
On Thu, 20 Dec 2007 08:02:31 +0000, David Quinton wrote...
>
>On 19 Dec 2007 11:22:10 -0800, Tom <tom@to.com> wrote:
>
>>On Wed, 19 Dec 2007 04:29:18 +0100, Majki Majk wrote...
>>>
>>>Hi! I'm not managing to start this script. It's my first php script i'm
>>>implementing. I'm not an php scripter, i am an html/css amater working on
>>>society association.
>>>
>>>I have apache server on my computer. I have inserted this php script into
>>>my website folder which is emailform.php and the contact form part into
>>>html/css document. But when trying to send e-mail on my computer to test the
>>>script then a box for 'saving file' jumps out into the screen, so,....here
>>>is the emailform.php script text. I think it's a bit long, but am not
>>>competant to confirm that.
>
>>
>>I wasn't seeing any <form> tags in your code, that would define the action and
>>method. If you don't have that, then I don't think you would have any "$_POST"
>>variables to work with.
>
>I think it's more likely (seeing that he's getting "saving file" box)
>that his Apache isn't processing the PHP?
Good point. If the page doesn't even load to provide a form to sent the
information, then it's probably an Apache configuration problem. If he needs to
test that he create a simple test file names "test.php" and use
<?php
phpinfo();
?>
If the prints out his PHP config, then that should be fine.
Tom
--
Newsguy.com
Unlimited Downloads
Supporting up to 32 connections
http://newsguy.com/overview.htm
Navigation:
[Reply to this message]
|