[PHP-WIN] "Search Engine friendly" URLs (/ instead of ? or &) not working in CGI mode

2001-09-12 Thread Jobarr
Hello, I am running windows 2000, apache 1.3.20, and php 4.0.6. I am trying to set it up so that I could access my webpage as http://www.site.com/script/1/2 as opposed to http://www.site.com/script.php?var1=1&var2=2. I am using a method similar to the one descriped here: http://www.evolt.org/artic

[PHP-WIN] Re: Problem with Sablotron extention for Windows

2001-09-12 Thread J Wynia
Here's a tutorial. http://shanx.com/php/xsl/getXsl.htm -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP-WIN] Re: problem!

2001-09-12 Thread Alain Samoun
If you need help, you better give us more info ;) Alain On Wed, Sep 12, 2001 at 10:51:53PM +0100, Jean Philippe Reis wrote: > So am I. > "Seberrios" <[EMAIL PROTECTED]> escreveu na mensagem > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > I'm getting an error mesaage trying to run PHP . > > > >

Re: [PHP-WIN] Closing Excel using DCOM and Release()

2001-09-12 Thread Alain Samoun
Here is the address for the excel class: http://phpclasses.upperdesign.com/browse.html?package=86 Look at the functions and example, you have several errors in your script: $workbook should use \\ or / as dir seperator. sheet1 is the default name, use something else for a new sheet. Also: Delete a

[PHP-WIN] Fast Template and PHP Varibles

2001-09-12 Thread Chris Burwell
Is anyone here familiar with the FastTemplate class for PHP? If so maybe you can help me. All i want to do is print a PHP varibles value out when my template is phrased. I will give you an example. When I make a form in the action="" part It usually reads action=\"$PHP_SELF\". Now that i have swit

[PHP-WIN] Re: problem!

2001-09-12 Thread Jean Philippe Reis
So am I. "Seberrios" <[EMAIL PROTECTED]> escreveu na mensagem [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I'm getting an error mesaage trying to run PHP . > > > > -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EM

php-windows Digest 12 Sep 2001 21:08:59 -0000 Issue 751

2001-09-12 Thread php-windows-digest-help
php-windows Digest 12 Sep 2001 21:08:59 - Issue 751 Topics (messages 9325 through 9333): is it bug ? 9325 by: sur-php 9327 by: Michel Laine Re: HELP! Image manipulate over the WEB 9326 by: Daniel Reichenbach Re: fopen using a share 9328 by: Michel Laine

[PHP-WIN] Where's my mcrypt function??

2001-09-12 Thread Chris Scott
I cannot find the php_mcrypt.dll function in the 4.0.6 build. It is not contained in any of the downloads. Is there any way to have its installed? Thanks, Chris Scott -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

[PHP-WIN] Expired PDFLib

2001-09-12 Thread J Wynia
I hadn't messed with PDFLib for a few months, but having run across the PC4P PHP class for building them, I decided to work with it some more. When I loaded up the examples, I got an "expired PDFLib" error message. So, I went to PDFLib.com like a good little developer to figure it out. They had a

RE: [PHP-WIN] Warning Undefined Variable on Win - PHP 4.0.6 via Apache

2001-09-12 Thread Martin Lindhe
> I keep getting a Undefined variable on unused form elements > after they have > been posted. > > For instance i have a form > > Form Element Chem_id ( drop down) > Form Element freetxt ( text box) > how do you access the variables? something like $Chem_id = $HTTP_POST_VARS["Chem_id"]; o

[PHP-WIN] Warning Undefined Variable on Win - PHP 4.0.6 via Apache

2001-09-12 Thread Wes
I keep getting a Undefined variable on unused form elements after they have been posted. For instance i have a form Form Element Chem_id ( drop down) Form Element freetxt ( text box) Query String A B C D to search for products via letter both the form post and the querystring go to the sam

[PHP-WIN] Re: fopen using a share

2001-09-12 Thread Christoph Steinmann
It works in 4.07 builds later than 2001-07-03. Before UNC paths have not been working on win32. Now UNC support seems to be ok. Christoph > I beleive that this functionality is yet to be implemented (in v 4.0.7?) > > I have seen some comments on this subject in this group a while ago. > I use

[PHP-WIN] Re: fopen using a share

2001-09-12 Thread Michel Laine
I beleive that this functionality is yet to be implemented (in v 4.0.7?) I have seen some comments on this subject in this group a while ago. I use 4.0.4pl1 and *do* know that it is *not* supported in this version. Hans Breitenfellner wrote: > is there a way to use fopen() on a share? > $fp =

[PHP-WIN] Re: is it bug ?

2001-09-12 Thread Michel Laine
You have a setting in PHP.ini that set valid digits to 14. You may want to change that setting? Not recommended, but fully possible. Sur-Php wrote: > Hello php-windows, > > for example.. > look at this simple script.. > > $old=10003.28; > $ne