Re: [PHP-WIN] Netscape and $PHP_SELF?

2001-05-08 Thread phobo
I've experienced this - i think its a 'feature' of Netscape 4.7x which doesn't seem to exist with Netscape 6 or IE4+. Ensure that you are using globals. I think its because IE inserts a 'current path/file' into URLS if only "?asdadsa" exists as an URL. Siggy - Original Message - From: "

Re: [PHP-WIN] PHP Editor

2001-04-11 Thread phobo
use Textpad (.com) or PHPEd (soysal.com) siggy - Original Message - From: "Mad Nas" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, April 11, 2001 5:22 PM Subject: [PHP-WIN] PHP Editor > Hi All, > I Search for a >1 ) Freeware >2 ) Powerful >3 ) Highlight Syntax

[PHP-WIN] Cookies over different paths ...

2001-03-13 Thread phobo
If I set a cookie in www.domain.com/login/authenticate.php , how do i access it in www.domain.com/program/functions.php for example?? it doesn't seem to be set in HTTP_POST_VARS when different folders are used. I tried specifying the path/domain parameters in setcookie() ... in vain. I dont wa

[PHP-WIN] crash cause ... ?

2001-02-19 Thread phobo
Hi, I have test environment with PHP 403sp1 (CGI) running on Apache 1.3.14 on a low end (133mhz, 32mb RAM) Pentium with Windows 98. For some reason the whole set up seems very unstable, and PHP causes general protection faults consistantly with my scripts which work well on a Windows 2000 machine

Re: [PHP-WIN] directory listing and how to determine file size

2001-02-19 Thread phobo
You should wander though php.net for 5 mins, then you wouldnt have to wait for our replies... > 1. how to determine file size _before_ file uploading or on loading > time and how to avoid error message if file size will be too large. read http://www.php.net/manual/en/features.file-upload.php

Re: [PHP-WIN] good site for techies - hytes.com

2001-02-16 Thread phobo
hehe just don't accidently go to hyte.com :) I love that java popup mouseover stuff ;) Siggy - Original Message - From: "Vasudeva Varma" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, February 16, 2001 9:21 PM Subject: [PHP-WIN] good site for techies - hytes.com > good site

Re: [PHP-WIN] PHP is not stable under Windows platform...

2001-02-10 Thread phobo
"reliably crashing"? heheh Siggy > I found the ISAPI plugin to be reliably crashing on Win/NT4 and W2K > platforms altogether. Simple advice - don't use ISAPI on a Windows platform > (sad, but true). > > > ...ebird > >>O Ernest E. Vogelsinger >(\)http://www.1-at-web.at/ >

Re: [PHP-WIN] php_imap4r2.dll not loaded ?!?! (win2k)

2001-02-04 Thread phobo
Surely all you need to do is find the php_imap4r2.dll ? its probably in the large windows (~3mb) download ? Otherwise, just search for it on the net... Siggy - Original Message - From: "Eelco de Vries" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, February 04, 2001 10:39 PM S

Re: [PHP-WIN] RE: [PHP] Re: [PHP-WIN] For My Information

2001-02-02 Thread phobo
Lets just say I'm glad you posted that on a Windows list :P I personally find Apache more stable, less mem hogging, and as its what is used on linux machines, I know that my PHP code CAN work on any platform ;) And ... yuo say 'best that money can buy' ... I hope you know the price of Apache? www

Re: [PHP-WIN] PHP and mail server

2001-02-02 Thread phobo
Probably not the best idea sending this to the php windows list - but i'm sure you can do something with php.ini ... [mail function] sendmail_path = ;for unix only, may supply arguments as well (default is 'sendmail -t -i') Siggy - Original Message - From: "Francois Allard" <[EMAI

Re: [PHP-WIN] Reading CSV data into a database

2001-02-02 Thread phobo
use the mysql functions. - see www.php.net/mysql. if you're on windows (i assume, since you're on this list), mysql functions are built in. in a nut shell : > $row = 1; > $fp = fopen ("test.txt","r"); $con = mysql_connect(-mysql_server_ip-, -username-, -password-); $con = mysql_select_db (-da

Re: [PHP-WIN] Setting up a text file database

2001-02-02 Thread phobo
Don't support SQL databases? What *do* they support? >I just want to collect data and use >the submitted data to determine the content of the next form If thats all you want to do; you don't even need a database or a text file at all, eg: --Page1.php--- Name [ ] Email [ ] etc .

Re: [PHP-WIN] FORMATTING HTML IN AND OUT OF MYSQL

2001-02-01 Thread phobo
see http://www.php.net/manual/en/function.nl2br.php siggy - Original Message - From: "Bikes" <[EMAIL PROTECTED]> To: "'Robert Trembath '" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, February 02, 2001 7:38 PM Subject: [PHP-WIN] FORMATTING HTML IN AND OUT OF MYSQL > I have a

[PHP-WIN] General Protection Faults

2001-01-30 Thread phobo
It appears to me that PHP.EXE keeps General Protection Faulting rather than reporting the error message to me. Things such as doing str_repeat("blah", -123) do GPF occasionally, rather than report a txt msg. Do other people have this problem ? It happens only when I'm working on a rather large pr

Re: [PHP-WIN] Possible to make an array from a post form?

2001-01-23 Thread phobo
Don't worry, I thought I had tried this, but had made a mistake, and have this working :) Yay :) Is there anything I shuold know about uising arrays in HTTP_POST_VARS? Siggy - Original Message - From: "phobo" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent:

[PHP-WIN] Possible to make an array from a post form?

2001-01-23 Thread phobo
Is there a way to make an array from a post form, like this? Siggy

Re: [PHP-WIN] Random Code

2001-01-23 Thread phobo
Nah the values are being stored in a transaction log type thing ... Siggy - Original Message - From: "Asendorf, John" <[EMAIL PROTECTED]> To: "phobo" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, January 24, 2001 10:00 AM Subject: RE: [

Re: [PHP-WIN] Random Code

2001-01-23 Thread phobo
Oops, 36^8 :) This value would only have to generated perhaps a few times an hour, but should't take more than a second to compute. These values ARE being stored in a database; however, once this database gets to a million or so rows, it would take a very long time to check it doesn't overlap, wo

Re: [PHP-WIN] createing a php script with reloadable modules.

2001-01-23 Thread phobo
uot;kill-9" <[EMAIL PROTECTED]> To: "phobo" <[EMAIL PROTECTED]>; "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> Sent: Tuesday, January 23, 2001 8:11 PM Subject: Re: [PHP-WIN] createing a php script with reloadable modules. > Ok feelings are also welcome :) &g

Re: [PHP-WIN] [PHP-Win2000 IIS5] File Uploading

2001-01-22 Thread phobo
Please be more specific as to the reason why you cannot copy/move the file. Is it because you don't know the functions to do so, is it because you have access/permission violations? do you have a syntax error? is it a windows specific problem ? or what? Include your code and we can be of more ass

Re: [PHP-WIN] createing a php script with reloadable modules.

2001-01-22 Thread phobo
My feeling ... Your script wont be running for 24hours, so you can just edit the PHP file directly, can't you? Make a copy of your main PHP file, make the changes you need, and copy/overwrite the existing one. I assume the PHP engine doesn't read the file a line at a time but instead caches the w

Re: [PHP-WIN] PHP Editor

2001-01-16 Thread phobo
/me has used TextPad, its only problem is that it locks the files it opens and some other programs can't even see the files (like i have to close the program to be able to LeapFTP them). Siggy - Original Message - From: "Michael Norum" <[EMAIL PROTECTED]> To: "Kayhan Yüksel" <[EMAIL PROT

Re: [PHP-WIN] mail() - Failed to connect

2001-01-11 Thread phobo
What mail settings do you have in the php.ini ? ensure the win32 only ones are correctly specified (i assume you are win32 on this list!) SMTP = your.smtp.server sendmail_from = [EMAIL PROTECTED] siggy - Original Message - From: "Vlad" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent:

[PHP-WIN] directory/file comparing

2001-01-10 Thread phobo
Has anyone out there written, or know of sorce for a directory comparing algorythm? I want it to compare two folders (and their subfolders) on: - different filesize - different time/date modifed - files which are not found in the other folder When it outputs the data I want it to show two col