[PHP] Re [PHP] Secure File Upload

2002-06-05 Thread Stephen Phillips
Hi, Not sure if this would work in limiting the file size of an upload or not, but I noticed a line in my php.ini file which seems to limit the size of any data sent by a POST, of course this would be a serverwide setting I guess.   the line is; post_max_size = 8M;   I'm assuming this would b

Re: [PHP] help please - strange session behaviour on IIS with php4.1.2

2002-04-02 Thread Stephen Phillips
Hi, It sounds like you are experiencing a similar problem to one I had. It seems there are some problems with setting cookies when using IIS, and as I understand it one of the ways that sessions work is by storing the data in a cookie on the clients machine. On the page at www.php.net it

[PHP] Problems reading a URL

2002-04-01 Thread Stephen Phillips
Thanks everyone, Snoopy looks just like what I need to use, if only I'd known about this sooner, I could have saved myself alot of time :) Steve.

[PHP] Problems reading a URL

2002-04-01 Thread Stephen Phillips
Hi, I'm working on a script to read in the results from a search engine and find out a website's position in the results. I've run into some problems trying to read the results in from google, it seems no matter how I try to open the page in php it still won't read the results. I've tried

[PHP] Retrieving email headers in php

2001-12-13 Thread Stephen Phillips
Hi, I'm working on a little script for autoresponding to email messages, and was wondering if anyone knew of an example of retrieving email headers or any documentation on this sort of thing php. Any help would be appreciated, Steve.

[PHP] Yet Another Mysql Problem

2001-11-22 Thread Stephen Phillips
lol, ok (sorry I've been staring at a text file looking for bugs for 3 hours) this is the type of error msg phpmyadmin is giving me; Warning: Only 0 bytes were written, expected to write 32516 in - on line 82 sometimes it says line 74, or 130 as well I was kinda hoping someone might know of so

[PHP] Yet Another Mysql Problem

2001-11-22 Thread Stephen Phillips
Hi again, I've run into a nice bug using phpmyadmin to import data into a mysql database, and was hoping someone had some experience with doing this. I was wondering if there is any common errors which could be occurring due to characters with in the data? I'm fairly certain that this is the