[PHP-WIN] include, phpself and inline frames

2003-02-22 Thread m1nt ch3w
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 ? include(poll.php); ? What I was aiming to do was, when you click vote to submit your vote, the results would appear in the Iframe.

php-windows Digest 22 Feb 2003 10:37:18 -0000 Issue 1600

2003-02-22 Thread php-windows-digest-help
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

[PHP-WIN] Re: why is this mail code not working on a windows server?

2003-02-22 Thread Per Christian
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 fine

[PHP-WIN] Duplicate entry removal

2003-02-22 Thread Per Christian
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

[PHP-WIN] Forget it...

2003-02-22 Thread Per Christian
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

RE: [PHP-WIN] Duplicate entry removal

2003-02-22 Thread Matt Hillebrand
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

RE: [PHP-WIN] include, phpself and inline frames

2003-02-22 Thread Matt Hillebrand
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 | |