[PHP] Weird Problem

2003-07-02 Thread The Head Sage
Hey, I've got a script which disables a banner image when it's time is up, the script also sends an e-mail to both me and the banners owner when the time is up I've got a problem which is really weird.. Everything else works, but when the query is sent to the MySQL database, nothing happens...

Re: [PHP] who is on the page?

2003-03-23 Thread The Head Sage
What you might want to try is to set a cookie when the user first enters the page, but set it's length to 5 minutes. Then everytime the cookie is resent to the page you count it as a user. But if they leave, then the cookie destroy's itself. You can have the cookie reset it's self, or set to when e

Re: [PHP] Mailing List Digest

2003-03-18 Thread The Head Sage
All the digest contains is all the normal e-mails all thrown into 1 huge e-mail. You would recieve about 2 digests per day, instead of 100+ single e-mails. Although i prefer the single e-mail system... - Original Message - From: "Tom Sommer" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sen

Re: [PHP] Do query strings get spidered by Google?

2003-03-15 Thread The Head Sage
Last time i checked, Google does infact query strings. As some of my searches have lead to forums where the url is www.someurl.com/viewtopic.php?f=3&t=345 ect. I also belive there is a tutorial somewhere on the internet which converts the variables into folders, so it looks like the article is in s

Re: [PHP] SMTP Authenticate

2003-03-15 Thread The Head Sage
If the SMTP server is running on your machine, or you have access to it's configuration. Create an e-mail address specificaly for PHP to mail from, as i had trouble authenticating. But if i created the mailer address as a local user on my SMTP server, it'd be allowed through. I believe it's a metho

[PHP] A few questions...

2003-03-01 Thread The Head Sage
Hello all, I've got several questions and i'm hoping i can find answers or links to places which contain the answers. 1. How can i set a script to run at a certain time? For example, say i want to send a mass e-mail at 5:00pm every night which contains the latest updates to the website. I know

Re: [PHP] Suggestions on FAQ application?

2003-01-11 Thread The Head Sage
I don't believe a FAQ application actualy has been written yet... I haven't seen one on Hotscript.com or PHP Resources. But if you have found one, please let me know as i'm interested in one as well. - Daniel "TheHeadSage" Spain Founder of Voidsoft. On 10 Jan 2003 at 21:51, Jeff Lewis wrote: