php-windows Digest 28 Jun 2002 04:12:06 -0000 Issue 1214

2002-06-27 Thread php-windows-digest-help
php-windows Digest 28 Jun 2002 04:12:06 - Issue 1214 Topics (messages 14440 through 14451): Anyone who failed inst PHP on Apache2 on Win read this !! 14440 by: Marcin Królikowski Upper 14441 by: Saci 14442 by: Jesper Brunholm 14449 by: Saci Re: cookies in w

[PHP-WIN] php templates ??????

2002-06-27 Thread toby z
hi guyz i just read something about templates & im trying to make this example in professional php programming (wrox) but i keep getting these errors: Warning: Failed opening 'class.FastTemplate.php' for inclusion (include_path='C:\WINDOWS\system32\inetsrv\php\pear') in e:\final project\zroot

[PHP-WIN] Re: More sites

2002-06-27 Thread Peter
It depends. If you have a domain linked to your IP address then you're only going to be able to see what's at that IP. If you use some kind of domain forwarding (i.e frames, meta refresh tag or PHP header(Location: xxx)) then you could have each domain linking to a redirection page, and each redir

[PHP-WIN] Re: Upper

2002-06-27 Thread Saci
Thank you is the rigth one. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] More sites

2002-06-27 Thread Jan - CWIZO
Hi I have apache installeted on my computer. And I am using the www.dns2go.com software, so I have a domain (www.cwizo.d2g.com) Is there any wey that I woudl have 2 difrent domains pointing to my adress, so one would display one page, and the other domain woudl display the other page. IS

[PHP-WIN] File upload

2002-06-27 Thread Daniel Berwig
I'm trying to make an upload trough a html form to a php script, but if the file is bigger than 1024k, when I submit the form, the borwser simply goes instantly to a page like: res://C:\WINNT\System32\shdoclc.dll/dnserror.htm#http://192.168.0.15/test.ph p I've found out that the problem is not w

RE: [PHP-WIN] Urgent!!!!

2002-06-27 Thread Asendorf, John
Can you give us "line 2" My guess is that you either have a bad DSN or a bad line in the connect string. - John Asendorf - [EMAIL PROTECTED] Web Applications Developer http://www.lcounty.com - NEW FEATURES ADDED DAILY! Licking County, Ohio, USA 740-349-3631 Nullum magnum inge

[PHP-WIN] Urgent!!!!

2002-06-27 Thread milton
I use : Server:window 2000 server IIS 5.0 PHP version :php-4.2.1-Win32 set DSN in Data Source(ODBC).User DSN =test and point to Microsoft Access (*.mdb) when i use this code $con=odbc_connect("ingles","","",SQL_CUR_USE_ODBC); It has error : Warning: SQL error: [Microsoft][Administrador de

Re: [PHP-WIN] cookies in windows

2002-06-27 Thread michael
> Wich of the serers is using which configuration for session.save_path? > I your local sever is using session.save_path - /tmp, then try using an > absolute path, like "C:\Temp", but make sure the directory exists. Localhost has c:\winnt\temp and that folder is set for everyone to do everything T

Re: [PHP-WIN] cookies in windows

2002-06-27 Thread Daniel Berwig
Wich of the serers is using which configuration for session.save_path? I your local sever is using session.save_path - /tmp, then try using an absolute path, like "C:\Temp", but make sure the directory exists. And I know it may sound a little obvious, but take a look at your php.ini file and make

[PHP-WIN] Re: Upper

2002-06-27 Thread Jesper Brunholm
Saci wrote: > I have one variable with "Abcdef" > > And i need a function to convert all characteres to uppercase try looking at strtoupper() in the manual regards Jesper Brunholm -- Phønix - Danish folk music from young musicians - http://www.phonixfolk.dk -- PHP Windows Mailing List (

[PHP-WIN] Upper

2002-06-27 Thread Saci
I have one variable with "Abcdef" And i need a function to convert all characteres to uppercase For exemple $myvar = ""Abcdef"; $myuppedvar = upper($myvar); echo "$myuppedvar" // must show ABCDEF The function upper does not exist in PHP ( This is a Delphi one) . I would like to know what is

[PHP-WIN] Anyone who failed inst PHP on Apache2 on Win read this !!

2002-06-27 Thread Marcin Królikowski
It helped !!! "Steve Parrish" <[EMAIL PROTECTED]> napisa³ w wiadomo¶ci news:... > > Are you running Apache 2.0.39? What is the error? It helps to share > this info when seeking assistance. :) > > I'll guess that you need an updated php4apache2.dll. > >

php-windows Digest 27 Jun 2002 10:31:03 -0000 Issue 1213

2002-06-27 Thread php-windows-digest-help
php-windows Digest 27 Jun 2002 10:31:03 - Issue 1213 Topics (messages 14430 through 14439): cookies in windows 14430 by: michael 14431 by: Stuart Dallas 14433 by: michael Re: cookies in windows - get url.exe [1/1] 14432 by: Alex Elderson 14434 by: mi

Re: [PHP-WIN] cookies in windows - get url.exe [1/1]

2002-06-27 Thread michael
Great util! I get Set-Cookie: some cookie when I use the URL where it works, but not on localhost. strange... -- . : . : . : . : . : . : . : . : . : . : . : . : . : . michael ericsson [EMAIL PROTECTED] "Alex Elderson" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTE

Re: [PHP-WIN] cookies in windows - get url.exe [1/1]

2002-06-27 Thread michael
done. Is it .NET Framework you're refering to? -- . : . : . : . : . : . : . : . : . : . : . : . : . : . michael ericsson [EMAIL PROTECTED] "Alex Elderson" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Sorry, outlook don't want to send the file. > > download

Re: [PHP-WIN] cookies in windows - get url.exe [1/1]

2002-06-27 Thread Alex Elderson
Sorry, outlook don't want to send the file. download it from http://debug.hardinxveld.netflex.nl/get_url.exe you must also install the VB runtime library!! let me know if you downloaded the file then i will remove the file [EMAIL PROTECTED] "Michael" <[EMAIL PROTECTED]> schreef in bericht [EM

[PHP-WIN] Re: PHP Newbie: Needs help with dbase extensions

2002-06-27 Thread Alex Elderson
If you want to include a library on linux you must recompile php. On windows you have only to uncommented the "extension-php_dbase.dll" line If you get a error on API numbers then you have a wrong version of dbase (or php). "Tony Tzankoff" <[EMAIL PROTECTED]> schreef in bericht news:[EMAIL P

[PHP-WIN] Re: php error logging

2002-06-27 Thread Alex Elderson
Let your webserver log for you. if u run apache with VH do: > ErrorLog c:/web/logs/webserver.hardinxveld.netflex.nl-error_log CustomLog c:/web/logs/webserver.hardinxveld.netflex.nl-access_log common in your php.ini: ;error_log - Original Message - From: "Joris Pinnoo"

Re: [PHP-WIN] cookies in windows - get url.exe [1/1]

2002-06-27 Thread michael
what util? url.exe? where can I find it? -- . : . : . : . : . : . : . : . : . : . : . : . : . : . michael ericsson [EMAIL PROTECTED] "Alex Elderson" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Use this (small) util to view your headers > > look for > > Se

Re: [PHP-WIN] cookies in windows

2002-06-27 Thread michael
> My guess is that it's register_globals related. > Your code is not the only variable when moving from server to server. Check the > PHP version on the other server and also compare your register_globals setting > to theirs. They're all the same. Both are version 4.2.1 and register_blobals is se

Re: [PHP-WIN] cookies in windows - get url.exe [1/1]

2002-06-27 Thread Alex Elderson
Use this (small) util to view your headers look for Set-Cookie: In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] says... > >On Thursday, June 27, 2002, 9:55:00 AM, "michael" wrote: > >> I've installed php v4.2.1 on my IIS (Win2000). The IIS works fine with php >> but I can't set a cookie.

Re: [PHP-WIN] cookies in windows

2002-06-27 Thread Stuart Dallas
On Thursday, June 27, 2002, 9:55:00 AM, "michael" wrote: > I've installed php v4.2.1 on my IIS (Win2000). The IIS works fine with php > but I can't set a cookie. There is no error message or anything, only no > cookie. Does anyone have an idea what might be wrong? My guess is that it's register_

[PHP-WIN] cookies in windows

2002-06-27 Thread michael
I've installed php v4.2.1 on my IIS (Win2000). The IIS works fine with php but I can't set a cookie. There is no error message or anything, only no cookie. Does anyone have an idea what might be wrong? There's nothing wrong in my code cause it works fine on another server, just not on localhost.