[PHP-WIN] XSLT encoding error

2002-03-08 Thread Mike Eynon
Howdy all. I am trying to use the new XSLT translation stuff in 4.1.1 with Win2k and IIS running ISAPI. When I try to run even the simplest example, I get the following error: > unknown encoding '' 62 < I have tried specifying the encoding in both the XML and XSL files,

[PHP-WIN] Re: EZ upgrade to php 4.1.1

2002-03-08 Thread Steve Yates
"Afan Pasalic" <[EMAIL PROTECTED]> wrote in message 014501c1c6e9$adcb3560$311f49d1@VAIO">news:014501c1c6e9$adcb3560$311f49d1@VAIO... We are trying to upgrade to PHP 4.1.1 but are encountering that some variables that are not set as global are giving us records, same for constants. Does anyone know

RE: [PHP-WIN] Need some help with Graphs

2002-03-08 Thread alain samoun
Have a look at this: http://phpbuilder.com/annotate/message.php3?id=1009351 A+ Alain -Original Message- From: Mihail Bota [mailto:[EMAIL PROTECTED]] Sent: Friday, March 08, 2002 3:22 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: RE: [PHP-WIN] Need some help with Graphs Alain,

RE: [PHP-WIN] Need some help with Graphs

2002-03-08 Thread Mihail Bota
Alain, I was impressed by JPGraph and I wanted to use it for my applications (statistics). JPGraph needs GD 2.0... this is the point where i am stuck... So, the oerror looks like this: Fatal error: imagecolorresolvealpha(): requires GD 2.0 or later in c:\inetpub\wwwroot\Graphs\jpgraph.php on lin

RE: [PHP-WIN] Need some help with Graphs

2002-03-08 Thread alain samoun
Mihail: The command line use is: (From the MSWindows, supposing that php.exe is in C:\php ) C:\php> php Yourscript.php You do not need any compilation, since the GD, ZLIB etc.. dlls have been compiled with your php version. Just make sure that the dlls you get are from the same source of your PHP

[PHP-WIN] Need some help with Graphs

2002-03-08 Thread Mihail Bota
Hello, I am trying to install, configure and compile all what is needed in order to be able to create graphs from database queries. I am not very good in C, therefore I am not sure what I am doing is right. I got all the gd, zlib libraries from the associated sites, I copied the dll's from the ph

php-windows Digest 8 Mar 2002 21:57:27 -0000 Issue 1036

2002-03-08 Thread php-windows-digest-help
php-windows Digest 8 Mar 2002 21:57:27 - Issue 1036 Topics (messages 12517 through 12540): R: [PHP-WIN] for loop... 12517 by: Darvin Andrioli no permissions for copy/move_uploaded_file - workaround? 12518 by: Fabby Re: What's this Error msg? 12519 by: Nicole Amasht

Re: [PHP-WIN] sessions Problem Followup concerning IE6

2002-03-08 Thread Mike Flynn
Sessions won't depend on the browser version. If you are using cookies for the sessions, it will just depend on whether their browser has cookies blocked or not. If you are not using cookies, and have the "transparent SID" option turned on in the PHP.INI file, then the ?SID=xxx will get appe

[PHP-WIN] EZ upgrade to php 4.1.1

2002-03-08 Thread Afan Pasalic
We are trying to upgrade to PHP 4.1.1 but are encountering that some variables that are not set as global are giving us records, same for constants. Does anyone know an easy way to solve this? we are running on a IIS box. Or does anyone know how to run 2 versions of PHP4 on the same server? nee

Re: [PHP-WIN] sendmail for windows

2002-03-08 Thread Nicole Amashta
Yeah, if you are using DHCP. Otherwise, you manually assign IPs to each computer on the network. "Ross Fleming" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > The 192.168.0.xxx range are used in Microsofts Internet Connection Sharing > I believe. The host PC

Re: [PHP-WIN] sendmail for windows

2002-03-08 Thread Scott St. John
You see 192.168.xxx.xxx as home networks and corporate networks, it is a Class C designed for that as it will NOT route on the Internet. As for the 0 you could have 192.168.0.1, but will not see 192.168.0.0 as 0 and 255 are your broadcast addresses. So in a home network BEHIND a firewall or I

RE: [PHP-WIN] sendmail for windows

2002-03-08 Thread Shrock, Court
There are 5 different address classes. You can determine which class any IP address is in by examining the first 4 bits of the IP address. Class A addresses begin with 0xxx, or 1 to 126 decimal. Class B addresses begin with 10xx, or 128 to 191 decimal. Class C addresses

Re: [PHP-WIN] sendmail for windows

2002-03-08 Thread DL Neil
LaserJetter, > Is 192.168.0.2 a valid IP address? I didn't know you could have a zero as > one of the elements. I'm not sure where this question came from, but ... Yes you can have a zero value in IP address octets. Obviously they all can't be zero. (I haven't researched it, but maybe the first

[PHP-WIN] sessions Problem Followup concerning IE6

2002-03-08 Thread Dale Heil
I am using IE6. I got someone with IE5.5 and my code works. So, I just went into IE6>Tools>Internet Options>Privacy>Web Sites>Edit and added my domain with Allow All and it works. I thought that php would still add the SID automatically even if a user had cookies blocked. Any explanations, w

[PHP-WIN] sessions

2002-03-08 Thread Dale Heil
Running winNT4.0sp6a, apache1.3.20, php4.1.1(as a module) I've been able to call a function from first .php page that sets a session variable (verified with an echo). I used$_SESSION['BreadCrumbCounter'] = 0; then from that page I call a second .php page via I also tried I

RE: [PHP-WIN] Unable to load dynamic library 'c:\php\extensions\php_gd.dll' - The specified procedure could not be found

2002-03-08 Thread alain samoun
One possibility is that the dll you are pointing at, has not been compiled with your current PHP version. A+ Alain -Original Message- From: Jefferrs [mailto:[EMAIL PROTECTED]] Sent: Friday, March 08, 2002 9:35 AM To: [EMAIL PROTECTED] Subject: [PHP-WIN] Unable to load dynamic library 'c:

[PHP-WIN] Re: Unable to load dynamic library 'c:\php\extensions\php_gd.dll' - The specified procedure could not be found

2002-03-08 Thread Nicole Amashta
I had similar issue with my php_mssql.dll. Problem turned out to be mismatching version. Make sure that dll is compatible with the version of PHP you are using. Maybe your problem is same as mine was. Hope that helps, Nicole www.aeontrek.com "Jefferrs" <[EMAIL PROTECTED]> wrote in message [EM

Re: [PHP-WIN] Unable to load dynamic library 'c:\php\extensions\php_gd.dll' -The specified procedure could not be found

2002-03-08 Thread Dan Zarrella
when i got that error i ussually copy and paasted the .dll file in lots of places, like c:\windows or c:\winnt and the windows\sytem dir. try that and rememebr to restart the server.-dan _ Send and receive Hotmail on your mobile de

[PHP-WIN] Unable to load dynamic library 'c:\php\extensions\php_gd.dll' - The specified procedure could not be found

2002-03-08 Thread Jefferrs
"Unable to load dynamic library 'c:\php\extensions\php_gd.dll' - The specified procedure could not be found" That's the error message I get when trying to enable the GD extension in PHP4.1.1 on the Xitami webserver. My extensions directory is specified as: extension_dir = c:\php\extensions\ an

Re: [PHP-WIN] sendmail for windows

2002-03-08 Thread Ross Fleming
The 192.168.0.xxx range are used in Microsofts Internet Connection Sharing I believe. The host PC (the one with the actual internet connection, modem whatever) is 192.168.0.1, the rest of the computers on the network are assigned up from one, so 192.168.0.2 will be the second pc attached to the n

[PHP-WIN] sessions

2002-03-08 Thread Dan Zarrella
Does anyone know anything about the differnce in session handling between linux and windows, i have an admin interface working fin with sessions in windows but it flops on linux, register_globals is on, yet there is somekind of problem with retriving session variables inside of functions. -dan

Re: [PHP-WIN] Re: Connect to MS SQL server on diff machine

2002-03-08 Thread Nicole Amashta
Update: Problem fixed. Solution: replaced the current php_mssql.dll with another one (different size and date), and it worked. Must have been an issue with the dll version not compatible with the version of php (4.0.6) that I was using. Thanks for the help people! Nicole www.aeontrek.com "Alwa

Re: [PHP-WIN] Re: Connect to MS SQL server on diff machine

2002-03-08 Thread Nicole Amashta
Yes. "Ray Hunter" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Have you uncomment the dll in the php.ini file? > > Thank you, > > Ray Hunter > Firmware Engineer > > ENTERASYS NETWORKS > > > -Original Message- > From: Nicole Amashta [mailto:[EMAIL PRO

Re: [PHP-WIN] Re: Connect to MS SQL server on diff machine

2002-03-08 Thread Nicole Amashta
No luck yet with this. I'm still having trouble getting PHP to see the php_mssql.dll. The extension path is set correctly. I even copy and pasted the path from the window bar - so no typo. The extension exists in this path. I added IUSER_ to the ntwlib.dll and to the php directory no luck ye

[PHP-WIN] Re: sending mail with mail()

2002-03-08 Thread LaserJetter
There is a class for connecting to a SMTP server directly at phpbuilder.com I think. This is really useful if you've got a fast internet connection i.e. the web server is hosted by someone. "Aris Basic" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi > Im

Re: [PHP-WIN] sendmail for windows

2002-03-08 Thread LaserJetter
Is 192.168.0.2 a valid IP address? I didn't know you could have a zero as one of the elements. "Dl Neil" <[EMAIL PROTECTED]> wrote in message 0ac801c1c118$1f9244e0$c200a8c0@jrbrown">news:0ac801c1c118$1f9244e0$c200a8c0@jrbrown... > Scott, > > > Come to think of it I have MS SMTP service from the

[PHP-WIN] error message

2002-03-08 Thread Dan Zarrella
check how php is installed and configured with your servers, sessiona dn persistant DB connections do not work correctly when php is used as a cgi excecutable(which may be the case under windows) and they do as an api-style module(most likely the case with apache/*nix). -dan __

[PHP-WIN] Re: for loop...

2002-03-08 Thread Nicole Amashta
for(...) { do { } while( ... ) } so that way, your code inside the inner loop will execute at least once everytime nicole amashta www.aeontrek.com "Sandeep Murphy" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > hi, > > may be this is a dumb q

[PHP-WIN] Re: What's this Error msg?

2002-03-08 Thread Nicole Amashta
Perhaps verify that the code you are running on windows is in fact compatible with windows. Some things that work on Linux just don't work on windows. That is, some functions don't work and/or can't be used on Linux. Just a suggestion, Nicole www.aeontrek.com "Martin Wright" <[EMAIL PROTECTED]>

[PHP-WIN] no permissions for copy/move_uploaded_file - workaround?

2002-03-08 Thread Fabby
hi all, my file uploads fail due to restrictions by the provider. my upload script is not allowed to execute the copy or move_uploaded_file functions. is there another solution for it? i found a suggestion which said i should use fopen() and so on ... but i don't know how to do that. thanks in a

[PHP-WIN] R: [PHP-WIN] for loop...

2002-03-08 Thread Darvin Andrioli
Hi Murphy this is a very dumb answer... you may test if Approve.length is equal to zero before the second loop, so you may change your code to for(int i = 0; i < View.length; i++) if(Approve.length==0) { do something } else { for(int l = 0; l mailto:[EM

php-windows Digest 8 Mar 2002 09:46:02 -0000 Issue 1035

2002-03-08 Thread php-windows-digest-help
php-windows Digest 8 Mar 2002 09:46:02 - Issue 1035 Topics (messages 12514 through 12516): What's this Error msg? 12514 by: Martin Wright Re: Connect to MS SQL server on diff machine 12515 by: David Redmond for loop... 12516 by: Sandeep Murphy Administrivia: To s

[PHP-WIN] for loop...

2002-03-08 Thread Sandeep Murphy
hi, may be this is a dumb question to ask but here goes anyway.. I have 2 for loops such as: for(int i = 0; i < View.length; i++) { for(int l = 0; l http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php