php-windows Digest 21 May 2002 06:55:17 -0000 Issue 1154

2002-05-20 Thread php-windows-digest-help
php-windows Digest 21 May 2002 06:55:17 - Issue 1154 Topics (messages 13870 through 13879): Re: Extra space added on import 13870 by: Nicole Amashta xml doccument validation ? 13871 by: toby z 13873 by: Manuel Lemos 13874 by: toby z 13875 by: Man

[PHP-WIN] Re: Apache 2.0.35 & IIS 5.1 > PHP 4.20 (Module Problems.)

2002-05-20 Thread Karin van den Berg
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] says... > Okey... > Apache Installed, PHP 4.20 unzipped. > > "c:\program files\other applications\internet\apache group\apache\" > "c:\program files\other applications\internet\php\" > I had a problem with getting apache to load the sapi dll too

[PHP-WIN] Re: Installing PHP 4.2.1

2002-05-20 Thread Johan Ekström
This is what you must do. Copy Part ^^ copy php4ts.dll to c:\winnt\system32\ copy php4sapi.dll to c:\winnt\system32\ if you want any extensions, copy them to to c:\winnt\system32\ configuration part ^^^ in php.ini ¨ edit doc_root like : c:/Inetpub/wwwroot ed

[PHP-WIN] Re: Installing PHP 4.2.1

2002-05-20 Thread Johan Ekström
This is what you must do. Copy Part ^^ copy php4ts.dll to c:\winnt\system32\ copy php4sapi.dll to c:\winnt\system32\ if you want any extensions, copy them to to c:\winnt\system32\ configuration part ^^^ in php.ini ¨ edit doc_root like : c:/Inetpub/wwwroot ed

[PHP-WIN] Installing PHP 4.2.1

2002-05-20 Thread Conover, Ryan
I am having trouble installing PHP 4.2.1 on Win2K/IIS5 as an ISAPI Module. I copied php.ini file with my config to the winnnt folder, and set the the app mappings and Isapi filters to C:\PHP\SAPI\php4isapi.dll, but the module does not read any of the changes in the php.ini file. How can I get php

Re: [PHP-WIN] Re: xml doccument validation ?????

2002-05-20 Thread Manuel Lemos
Hello, On 05/20/2002 04:57 PM, Toby z wrote: > thnx manuel ... > that cud b it > but plz do tell me something . > i have a few elements in the scheema that are repeated > . > > secondly > i made a single scheema . and i included all the > elements in it . > user-info, c

Re: [PHP-WIN] Re: xml doccument validation ?????

2002-05-20 Thread toby z
thnx manuel ... that cud b it but plz do tell me something . i have a few elements in the scheema that are repeated . secondly i made a single scheema . and i included all the elements in it . user-info, content-info, categry,.. with all their subelements . i thi

[PHP-WIN] Re: xml doccument validation ?????

2002-05-20 Thread Manuel Lemos
Hello, On 05/20/2002 04:05 PM, Toby z wrote: > guyz > its terrable > i have a well formed xml doccument > but i cant get it validated ... > i keep getting this error > "this file is not valid. all fields referred to from > the key identity constraint 'user_info_memb_id' > must exi

[PHP-WIN] php+oracle

2002-05-20 Thread Mauricio
Hi for all. I have php+apache+win2000+client oracle in my machine. I configured my php.ini with: extension_dir and uncomment extensions in php_oci8.dll But, when I restart my apache, I receive the following error: Unable to load dynamic library "c:\php\extensions/php_oci8.dll". It was not possibl

[PHP-WIN] xml doccument validation ?????

2002-05-20 Thread toby z
guyz its terrable i have a well formed xml doccument but i cant get it validated ... i keep getting this error "this file is not valid. all fields referred to from the key identity constraint 'user_info_memb_id' must exist" now i had made 6 tables in access but i made a

[PHP-WIN] Re: Extra space added on import

2002-05-20 Thread Nicole Amashta
Perhaps try a trim() of the values before inserting into the table. Nicole www.aeontrek.com Jerry wrote: > Hello, > > When I import a comma delimited text file into a table using > MySQL Front, a space is added to one of the fields which is a > varchar field. How can I keep this from happening

php-windows Digest 20 May 2002 15:54:25 -0000 Issue 1153

2002-05-20 Thread php-windows-digest-help
php-windows Digest 20 May 2002 15:54:25 - Issue 1153 Topics (messages 13866 through 13869): PHP Sessions 13866 by: Ben 13867 by: Matt Parlane 13868 by: Aziz Durmaz Re: Need help with frames 13869 by: Benjamin Walling Administrivia: To subscribe to the dige

[PHP-WIN] Re: Need help with frames

2002-05-20 Thread Benjamin Walling
Maybe I read it wrong, but you named your frame 'middlepanel', not 'middle'. You need to set that as your target. Are the users changing this stuff from a form? If so, it's your form tag that needs the target="middelpanel". "Bob Sears" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">new

RE: [PHP-WIN] PHP Sessions

2002-05-20 Thread Aziz Durmaz
Find your php.ini file and change this line session.save_path = c:\winnt\temp or session.save_path = c:\windows\temp if you use W2k give all permission the temp dir for everyone... -Original Message- From: Ben [mailto:[EMAIL PROTECTED]] Sent: Monday, May 20, 2002 6:40 AM To: [EMAIL PR