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: "
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
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
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
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
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
"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/
>
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
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
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
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
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 .
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
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
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:
Is there a way to make an array from a post form, like this?
Siggy
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: [
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
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
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
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
/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
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:
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
24 matches
Mail list logo