Make the action of the form "poll.php" instead of $PHP_SELF. $PHP_SELF
is the parent document.
Matt
|-Original Message-
|From: m1nt ch3w [mailto:[EMAIL PROTECTED]
|Sent: Saturday, February 22, 2003 3:27 AM
|To: [EMAIL PROTECTED]
|Subject: [PHP-WIN] include, phpself and inline frames
|
|
array_unique()
|-Original Message-
|From: Per Christian [mailto:[EMAIL PROTECTED]
|Sent: Saturday, February 22, 2003 7:56 AM
|To: [EMAIL PROTECTED]
|Subject: [PHP-WIN] Duplicate entry removal
|
|
|Hi
|
|I'm building a PHP project for fun, and are going to get some
|dates from my database
Just forget it...
I figured it out myself
"Per Christian" <[EMAIL PROTECTED]> skrev i melding
news:[EMAIL PROTECTED]
> Hi
>
> I'm building a PHP project for fun, and are going to get some dates from
my
> database (mysql).
> The problem is that I only want the year, but the date is in the format
>
Hi
I'm building a PHP project for fun, and are going to get some dates from my
database (mysql).
The problem is that I only want the year, but the date is in the format
-MM-DD so I get the whole column and remove the -MM-DD part, but now I
have a lot of the same year
Is there a function or som
It does not look like you have set the SMTP-port in the code you use
below...
Try to set the port too and see if that helps
Best Regards,
Per Christian
"Cathy" <[EMAIL PROTECTED]> skrev i melding
news:[EMAIL PROTECTED]
> Hi,
> I'm getting rather desperate about this one.
>
> Code below is working
php-windows Digest 22 Feb 2003 10:37:18 - Issue 1600
Topics (messages 18658 through 18669):
index.php
18658 by: Bill Rafferty
18660 by: Matt Hillebrand
IIS and index.php issue
18659 by: Bill Rafferty
18661 by: Charles P. Killmer
18662 by: Matt Hillebr
Howdy all,
I am trying to get a poll to work on my site. I am using Inline frames to
display the content. The poll is outside of the iframe and is put in using
What I was aiming to do was, when you click "vote" to submit your vote, the
results would appear in the Iframe.
So in poll.php i hav