[PHP-WIN] Configuration Trouble

2002-10-19 Thread Max Graham
I took a look at Apache, IIS, PWS, etc., and figured they were more than what I needed; I only want a platform to test pages on before sending them to my website's server. So I went with AnalogX's SimpleServer. I know it has CGI capability, and specifically PHP capability; it has a companion uti

[PHP-WIN] text file parsing

2002-10-25 Thread Max Graham
There are a couple of ways to do this, depending on what you're looking to accomplish. One involves treating the contents of the text file as literal text, not as HTML. This comes directly from the manual, under the get_html_translation_table() function. Here's a quick copy & paste: $trans = get_h

[PHP-WIN] fopen, fputs, fwrite, fclose, fdammit

2002-10-31 Thread Max Graham
I'm trying to put a comment page on my weblog. I have the link displayed in the format of date first, then a link to bookmark the entry, and then a link to post a comment. I want to write the comments to a text file. My comment page accepts a default value of "target", which is set to the date to b

Re: [PHP-WIN] Redirect browser to another URL?

2002-11-27 Thread Max Graham
You know, this is exactly what happened to me. I was trying to design a comments page for a weblog to open in a popup. The page had a submission form that would submit back to itself. 'course, I was banging my head on the wall trying to come up with a way to get the page to detect whether it had re

Re: [PHP-WIN] Redirect browser to another URL?

2002-11-28 Thread Max Graham
I'm currently working on. I've only started playing with file functions, to say nothing of databases. ... - Original Message - From: "Ignatius Reilly" <[EMAIL PROTECTED]> To: "Stephen Edmonds" <[EMAIL PROTECTED]>; "PHP Helplist Windows" &l

Re: [PHP-WIN] Redirect browser to another URL?

2002-11-28 Thread Max Graham
OTECTED]> To: "PHP Helplist Windows" <[EMAIL PROTECTED]> Cc: "Max Graham" <[EMAIL PROTECTED]> Sent: Thursday, November 28, 2002 6:21 AM Subject: Re: [PHP-WIN] Redirect browser to another URL? > if ( $FormIsSent == "My-String ) { > process form > head

Re: [PHP-WIN] Redirect browser to another URL?

2002-11-28 Thread Max Graham
triggering the booby traps ... - Original Message - From: "Rich Gray" <[EMAIL PROTECTED]> To: "Max Graham" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, November 28, 2002 3:05 AM Subject: RE: [PHP-WIN] Redirect browser to another URL? >

Re: [PHP-WIN] Redirect browser to another URL?

2002-11-29 Thread Max Graham
Ahhh ... I see your point I could also do that by making a link refresh, or the meta refresh tag ... that one I have - Original Message - From: "Rich Gray" <[EMAIL PROTECTED]> To: "Max Graham" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday,

RE: [PHP-WIN] help:How can I upload the whole directory to the web

2001-05-06 Thread Max Graham
> Subject: [PHP-WIN] help:How can I upload the whole directory to the web Internet Neighborhood, it treats folders on a remote FTP server like folders on your computer. Very slick ... try it ... http://in.deerfield.com/

[PHP-WIN] PHP Hosting

2001-07-05 Thread Max Graham
Not quite free, but damn close ... anyone heard anything about this hosting service? http://www.ucvhost.com/index.htm

[PHP-WIN] Re: Send mail

2003-03-02 Thread Max Graham
Orlando: I used this in a script, I set up a message body like this mail($mrecipient, $subject, $messagebody, $headers); You may need to set the $headers variable ... or you can use this script that allows you to send a multipart MIME email http://www.hotscripts.com/Detailed/18698.html "Orl

[PHP-WIN] Subject: + character in a command line argument

2003-04-01 Thread Max Graham
Have you tried replacing the + with %2B? Having never tried this before myself, this is sort of a shot in the dark ... but I figured it might give you an idea as to where to go from > Message-ID: <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > From: "mmy" <[EMAIL PROTECTED]> > Date: Sun, 30 Mar 20

[PHP-WIN] PHP and beers...

2003-04-05 Thread Max Graham
Try finding an empty beer bottle, and blowing across the top of it While this may not have any effect on your CD, it has been known to have a profound effect on beer openers. It's sort of like their mating call :P > Message-ID: > <[EMAIL PROTECTED]> > From: "Asendorf, John" <[EMAIL PROTECTED]> >

[PHP-WIN] Re: Deleting users from htpasswd

2003-06-06 Thread Max Graham
If you want a script that's premade that'll do it for you, I suggest PHPAccess ... http://www.krizleebear.de/phpaccess/dynamisch/ If nothing else, it'll give you some code to look at to see how it's done in case you don't want to use this and would rather customize your own Message-ID: <[EMAIL P

[PHP-WIN] Re: Mail sent an hour before I send it

2003-06-18 Thread Max Graham
What timezone is the server in relative to you? Perhaps it's just the mail form itself that misinterprets the time ... I encountered a similar issue when my host outsourced the hosting from his own server in the same timezone I'm in to a server 2 hours ahead of here ... I had to change the scripts

[PHP-WIN] Re: Parse error what's this, what to do?

2003-06-20 Thread Max Graham
ldiko Nyari" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: "Max Graham" <[EMAIL PROTECTED]> Sent: Friday, June 20, 2003 8:12 AM Subject: Re: Parse error what's this, what to do? > Hello, Thank you > line129: class="SELECTSize"> >