On Thu, Oct 6, 2011 at 7:28 PM, Jason Pruim wrote:
> Have a question about this block of code
I'm not seeing anything immediately standing out as a problem.
> Sometimes... It is dropping the last $mailmessage line... The payment method
> in the actual email it sends...
Can you see if the l
On Thu, Oct 6, 2011 at 7:29 PM, Jason Pruim wrote:
>
> Jason Pruim
> li...@pruimphotography.com
>
>
>
> On Oct 6, 2011, at 9:04 PM, George Langley wrote:
>
> > On 2011-10-06, at 6:28 PM, Jason Pruim wrote:
> >>
> >> >>
> >> //SETUP VARIABLES
> >>
> >> $mailTo = "li...@pruimphotography.com";
> >>
Jason Pruim
li...@pruimphotography.com
On Oct 6, 2011, at 9:04 PM, George Langley wrote:
> On 2011-10-06, at 6:28 PM, Jason Pruim wrote:
>>
>> >
>> //SETUP VARIABLES
>>
>> $mailTo = "li...@pruimphotography.com";
>> $mailFrom = "li...@pruimphotography.com";
>> //These 2 can be changed IF you
On 2011-10-06, at 6:28 PM, Jason Pruim wrote:
>
>
> //SETUP VARIABLES
>
> $mailTo = "li...@pruimphotography.com";
> $mailFrom = "li...@pruimphotography.com";
> //These 2 can be changed IF you know what you are doing and why!
> $returnPath = $mailFrom;
> $replyTo = $mailFrom;
> $mailSubject = "N
On Thu, Feb 09, 2006 at 04:04:49PM -0500, Brent wrote:
> Hello,
> About 2 years ago i setup Apache/1.3.28 (Unix) PHP/4.3.4RC1
> mod_ssl/2.8.15 OpenSSL/0.9.7c and mysql on BSD Unix and did up some
> simple php enabled web pages to add / remove /edit / search entries to
> a 1 table mysql database
On Dec 5, 2004, at 9:05 PM, Richard Kurth wrote:
I am having a problem with the code below it provides the first page
with out any problem but when I select the next page it shows all the
results from the first page and the results from the second page. It
does the same thing on the third page also
On Sun, 5 Dec 2004 21:05:12 -0800, Richard Kurth <[EMAIL PROTECTED]> wrote:
> I am having a problem with the code below it provides the first page
> with out any problem but when I select the next page it shows all the
> results from the first page and the results from the second page. It
> does th
You'd write something like:
$_REQUEST['pac_hot'][0], $_REQUEST['pac_hot'][1] and so on.
Noor
> -Original Message-
> From: Yan Grossman [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, November 19, 2002 12:07 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP] problem with code (almost fixed)
>
>
>
> Hi,
>
> I have a couple of questions before I get to my problem.
>
>1. Is there any documentation that explains the differences between
> the versions of PHP?
sure. have a look at the changelog
http://www.php.net/ChangeLog-4.php
>
> 2. Does it matter when writing php code that you
1. http://www.php.net/ChangeLog-4.php
2. and yes, you have to specify the exact filename...your issue is that
include_once is not a function in php3, if that code is infact from a php3
file...
"Phillip B. Bruce" wrote:
> Hi,
>
> I have a couple of questions before I get to my problem.
>
>
10 matches
Mail list logo