[PHP-WIN] testing needed

2002-08-03 Thread Jeremy Wilson
If any of you have time to test out a new software application I will be making available, you can download the demo version at the below URL. For those of you who try it and give me feedback, I might give you a copy of it for free. I am thinking of charging $39.95 for it. You can download it

RE: [PHP-WIN] pass var from JS to php

2002-08-03 Thread Mikey
Errr... print.php?page=memberid=? echo $LINKID; ? -Original Message- From: Kit Kerbel [mailto:[EMAIL PROTECTED]] Sent: 03 August 2002 04:40 To: [EMAIL PROTECTED] Subject: [PHP-WIN] pass var from JS to php With this statement: a href=#

[PHP-WIN] Problems with Caching

2002-08-03 Thread Kit Kerbel
I have session caching set to private. However, when I log back in to my site, it wants to show the cached page, even if i've made changes to my account, or whatever. Another example: I log in as Kit, do some things in the site, logoff, then log in as Erica. The site wants to show me as

php-windows Digest 3 Aug 2002 17:19:41 -0000 Issue 1272

2002-08-03 Thread php-windows-digest-help
php-windows Digest 3 Aug 2002 17:19:41 - Issue 1272 Topics (messages 15102 through 15105): testing needed 15102 by: Jeremy Wilson 15103 by: Demi Vitalis Re: pass var from JS to php 15104 by: Mikey Problems with Caching 15105 by: Kit Kerbel Administrivia:

[PHP-WIN] PHP on IIS CGI timeout problems

2002-08-03 Thread Daniel Massón
Hi there !! ... im Daniel im new in the list !! Hi there !!! Im Daniel ... im new in the list !! Im working with php on IIS 4 .. its an ftp client but im having problems when the file size is too large ... i already increased the CGI timeout on the server and it worked !! ... but im

[PHP-WIN] Include problems

2002-08-03 Thread Scott
I have PHP4 on both a windows IIS server and a windows apache server. The include function only works in the same directory of the file I wish to access. ex. www.include.com/default.php all files in same directory (i guess the root)? ?php include 'test.inc' ? everything works fine. Here's

[PHP-WIN] Re: PHP on IIS CGI timeout problems

2002-08-03 Thread Peter
Isn't there a setting in php.ini which restricts the maximum file size that can be uploaded? Does your program work for small files? Daniel MassóN [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Hi there !! ... im Daniel im new in the list !! Hi there !!!

[PHP-WIN] Undefined Constant error Anybody Help?

2002-08-03 Thread Sean M. Mayhew
Can anyone tell me why the following php code produces the errors below $products = array(array(Code = TIR, Description = Tires, price = 100), array (Code = OIL, Description = Oil, price = 10), array (Code = SPK, Description = Spark Plugs, price = 4) ); for ($row = 0; $row 3; $row++) {

[PHP-WIN] Full path of selected file on client machine

2002-08-03 Thread Daniel Massón
Hi there !! id like to know if theres a way to know the full path of a selected file on the client machine through and input tag of type file, ive noticed that the enviroment variable $_FILES['file']['name'] only gets the name of the file but not the full path ... i need some help on this ...