Got it at Last Thank you
--
Alex Francis
Cameron Design
35, Drumillan Hill
Greenock PA16 0XD
Tel 01475 798106
[EMAIL PROTECTED]
http://www.camerondesign.co.uk
This message is sent in confidence for the addressee only. It may contain
legally privileged information.
Unauthorised recipients are re
You can also add the following line to your code:
$header = "From: Your Name <[EMAIL PROTECTED]>\n";
and write your mail statement like this:
mail($email, $title, $comments, $header);
You can just stick the variable $emailaddress into whichever variable is
relevant - what was that for if not t
In article <[EMAIL PROTECTED]>,
[EMAIL PROTECTED] says...
> Problem is!!! PHP.INI is at my ISP. Is there a way to make it think it
> has been changed.
>
> --
> Alex Francis
> Cameron Design
> 35, Drumillan Hill
> Greenock PA16 0XD
>
> Tel 01475 798106
> [EMAIL PROTECTED]
> http://www.camero
Problem is!!! PHP.INI is at my ISP. Is there a way to make it think it
has been changed.
--
Alex Francis
Cameron Design
35, Drumillan Hill
Greenock PA16 0XD
Tel 01475 798106
[EMAIL PROTECTED]
http://www.camerondesign.co.uk
This message is sent in confidence for the addressee only. It may co
In article <[EMAIL PROTECTED]>,
[EMAIL PROTECTED] says...
> Got almost everything to work. Thank you all for your input. Code as
> follows:
>
>
>
> // setup SQL statement to retrieve link
>
> $SQL = " SELECT * FROM $tablename1 ";
> $SQL = $SQL . " WHERE id = $id ";
>
> // execute SQL statem