[PHP-WIN] Re: Global & POST & uploading files

2003-03-25 Thread chris
On Tue, 25 Mar 2003 13:13:05 -0500, Afan Pasalic <[EMAIL PROTECTED]> wrote: While was working on staging server (Global On) everythign was working ok: Product name: Product Ser.#: Upload 1st image: Upload 2nd image: Upload 3rd image: But, pushing to other server (Global Off) - can't rea

[PHP-WIN] Re: GD in PHP 4.3.0

2003-03-25 Thread Christoph Grottolo
[EMAIL PROTECTED] (Afan Pasalic) wrote: >GD is now a part of PHP 4.3.0. But, do I have to make some changes in >php.ini (set it up) before I start using it or it's already set up to use? >I'm still getting error message: uncomment ;extension=php_gd2.dll in your php.ini file (remove the semicolo

[PHP-WIN] GD in PHP 4.3.0

2003-03-25 Thread Afan Pasalic
GD is now a part of PHP 4.3.0. But, do I have to make some changes in php.ini (set it up) before I start using it or it's already set up to use? I'm still getting error message: Fatal error: Call to undefined function: imagecreate() in /home/admin/resize_image.php on line 12 Afan

RE: [PHP-WIN] Read COM1

2003-03-25 Thread Gene Dymarskiy
try this http://www.trios.org/php/serialport/ -Original Message- From: Waldemar Brand Neto [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 25, 2003 12:47 PM To: [EMAIL PROTECTED] Subject: [PHP-WIN] Read COM1 Hy guys I need to read the COM1 port from de server. Can I do this with PHP.

Re: [PHP-WIN] Read COM1

2003-03-25 Thread skate
i can't see it's physically possible... php really doesn't have the functionality to interact with devices like this, well, not without specific extensions, and i don't know about these... you'd need some kinda intermediate program that'd talk to your phone central, and then give back the results

[PHP-WIN] Global & POST & uploading files

2003-03-25 Thread Afan Pasalic
While was working on staging server (Global On) everythign was working ok: Product name: Product Ser.#: Upload 1st image: Upload 2nd image: Upload 3rd image: But, pushing to other server (Global Off) - can't read variables $var1, $var2, $var3, actually $POST[var1], $POST[var3], $POST[va

Re: [PHP-WIN] Syntax Error on Win2000-Apache

2003-03-25 Thread Arijit Chaudhuri
Absolutely - the "display_errors = On" was missing in php.ini. Thanks everyone! Arijit "Paolo Bonavoglia" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > At 22:47 25/03/2003 25/03/2003, you wrote: > >My Win2000-Apache-PHP-MySQL setup works fine. I shifted to Apache from IIS > >due t

Re: [PHP-WIN] Read COM1

2003-03-25 Thread Waldemar Brand Neto
Actually is my boss he want´s some data from the Phone Central. - Original Message - From: "skate" <[EMAIL PROTECTED]> To: "Waldemar Brand Neto" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, March 25, 2003 3:54 PM Subject: Re: [PHP-WIN] Read COM1 > maybe it's just me, but that

Re: [PHP-WIN] Read COM1

2003-03-25 Thread skate
maybe it's just me, but that doesn't really make any sense... what are you trying to read from COM1 on the server? - Original Message - From: "Waldemar Brand Neto" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, March 25, 2003 6:47 PM Subject: [PHP-WIN] Read COM1 Hy guys I n

[PHP-WIN] Read COM1

2003-03-25 Thread Waldemar Brand Neto
Hy guys I need to read the COM1 port from de server. Can I do this with PHP. Thank´s, Waldemar

Re: [PHP-WIN] Syntax Error on Win2000-Apache

2003-03-25 Thread Paolo Bonavoglia
At 22:47 25/03/2003 25/03/2003, you wrote: My Win2000-Apache-PHP-MySQL setup works fine. I shifted to Apache from IIS due to the cookie-redirection problem of IIS. The only problem with my setup is - when there is a syntax error in php code, it does not show any error messages - just a clean bla

[PHP-WIN] Syntax Error on Win2000-Apache

2003-03-25 Thread Arijit Chaudhuri
Hi all, My Win2000-Apache-PHP-MySQL setup works fine. I shifted to Apache from IIS due to the cookie-redirection problem of IIS. The only problem with my setup is - when there is a syntax error in php code, it does not show any error messages - just a clean blank screen on the browser! What needs

Re: [PHP-WIN] vb translations

2003-03-25 Thread skate
hehe!!! tell me about it!!! i've actually created an interface between php and vb just so i can still do some of the cool stuff i'm used to in PHP. but i'm still wondering if there's any easy way of getting a VB equivelant of a PHP function? my big thing, is there any way to do reg-exp's in VB??

Re: [PHP-WIN] vb translations

2003-03-25 Thread Luis Ferro
I'm a vb programmer that loved to learn php and now i'm working on a vb project... and guess what... i'm hating every minute... LF -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

AW: [PHP-WIN] Simple Addition issue

2003-03-25 Thread Sven Schnitzke
It looks like the comma (',') is in this case interpreted as the decimal separator, not (as you apparently suppose) the grouping separator. >> You have a difference in the "locale" between your SQL Server and PHP. You might want to try getting e.g. 14.133,00 (to the cent) or tell PHP to use

[PHP-WIN] vb translations

2003-03-25 Thread skate
i know this is a fairly random question, and maybe not the best place for it... but i'm a php programmer having to do some VB stuff (horrible) and i'm wondering if there is anywhere that lists the equivelant PHP functions into what they would be in VB?

RE: [PHP-WIN] Simple Addition issue

2003-03-25 Thread Rich Gray
> When I check the value of $total_state_income it equals 24 not > the expected 24,689. > > The datatype of the values returned from SQL Server are Varchar > so I tried typecasting the values to integers before adding them > to the running total. > > What am I doing wrong?? > > Thanks in adv

[PHP-WIN] Simple Addition issue

2003-03-25 Thread Herhuth, Ron
I have a very dumb question that I'm puzzled with. I am creating a script that is returning tow values from a DB...The values will either be a number or the word resident so i'm checking for that first...if they are indeed numbers they need to be added together storing the sum in a variable wh

Re: [PHP-WIN] installing Curl

2003-03-25 Thread Luis Ferro
From what i recall, the libeay dlls are shipped with one name and curl is "expecting" the dlls to be named another... renaming the dll could solve install problems (which end up with a non-descript error). Luis Ferro TelaDigital.net (at least that was the correction needed on our install under w

RE: [PHP-WIN] Re: php as exe in windows

2003-03-25 Thread Svensson, B.A.T. (HKG)
Hi skate, thanks for you informative answer. You asked for other solutions. Well one is already suggested, and that is to use the scheduler. It might also be possible to use at.exe, also (but this requires some programming knowledge) is to write once own service in C/C++, this is fairly straight

Re: [PHP-WIN] Re: php as exe in windows

2003-03-25 Thread skate
php is a command line program, so yes, it has to be run in a command line window, or through some kinda service (webserver). using VB you can hide the command window, but that's not always an option, and with automated tasks you can minimize it... but the command window is still there... the progr

[PHP-WIN] Re: configuration error... where??

2003-03-25 Thread Vladimir Galkov
well ... problem wasn't in php. it was in NT filesystem owner. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-WIN] Re: php as exe in windows

2003-03-25 Thread Svensson, B.A.T. (HKG)
What about the added requirement: "I want to do this in php."? And I don't as obviously as you see the need this to run inside a window? Is this a kind of restriction on php, or? //Anders - very ignorant about php > -Original Message- > From: Mike Brum [mailto:[EMAIL PROTECTED] >

RE: [PHP-WIN] Re: php as exe in windows

2003-03-25 Thread Mike Brum
There's a few problems with that - Let's say someone closes the window it's running in - then it's gone. Or let's say there's an error and it haults or Windows just messes up (Windows - mess up? - never!). With the Scheduled Task option, you can add limits on how long it's going to run and other o

RE: [PHP-WIN] can't get SQL result ...

2003-03-25 Thread Svensson, B.A.T. (HKG)
> I can't access my data after a working query : > $byter=" > select SUM(bytesrecvd) > from WebProxyLog > where DestHost = \"" . $name . "\""; > SELECT SUM(bytesrecvd) AS SOME_NAME (Aggregates drops the column name...) -- PHP Windows Mailing List (http://ww

[PHP-WIN] can't get SQL result ...

2003-03-25 Thread Thomas debost
I can't access my data after a working query : $byter=" select SUM(bytesrecvd) from WebProxyLog where DestHost = \"" . $name . "\""; $recv= mssql_query($byter, $linkid); When i try to print $recv, it prints ressource ID #.. how can i print the result of the s

RE: [PHP-WIN] Re: php as exe in windows

2003-03-25 Thread Svensson, B.A.T. (HKG)
> > I want to create an application that I can run on my web-server every five > > minutes. The application should look in my ftp-catalogue and move incomming > > files to other directories. I want to do this in php. Is it possible - and > > in that case - how? Why not simply loop forever and exec

RE: [PHP-WIN] installing Curl

2003-03-25 Thread Svensson, B.A.T. (HKG)
Read for instance: http://www2.psy.uq.edu.au/~ftp/Crypto/ http://www.zip.com.au/~roca/LIBEAY.TXT > -Original Message- > From: Diana Castillo [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 25, 2003 9:57 AM > To: [EMAIL PROTECTED] > Subject: [PHP-WIN] installing Curl > > > The documen

php-windows Digest 25 Mar 2003 12:37:42 -0000 Issue 1652

2003-03-25 Thread php-windows-digest-help
php-windows Digest 25 Mar 2003 12:37:42 - Issue 1652 Topics (messages 19112 through 19118): Re: Error, does anyone see anything wrong? 19112 by: Flint Doungchak 19114 by: Sven Schnitzke Re: php as exe in windows 19113 by: Henrik Bjernersjø installing Curl 19

[PHP-WIN] curl

2003-03-25 Thread Diana Castillo
How can I tell if I have successfully installed curl on my windows XP machine? What is the syntax for sending a test curl command? I tried this and got a syntax error: curl http://www.netscape.com/; -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsu

[PHP-WIN] Re: Subject: Error, does anyone see anything wrong?

2003-03-25 Thread Neil Smith
The problem is on a line before line 17. Probably a missing semicolon. Pls send lines 1-18 inclusive. PS this is not a group to troubleshoot basic PHP syntax errors. Thankyou. Neil Smith. At 00:17 25/03/2003 +, you wrote: Message-ID: <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] From: "P.Bijl" <[E

[PHP-WIN] installing Curl

2003-03-25 Thread Diana Castillo
The documentation for Curl says the following: Note to Win32 Users: In order to enable this module on a Windows environment, you must copy libeay32.dll and ssleay32.dll from the DLL folder of the PHP/Win32 binary package to the SYSTEM32 folder of your windows machine. (Ex: C:\WINNT\SYSTEM32 or

[PHP-WIN] installing Curl

2003-03-25 Thread Diana Castillo
Hi, I am running windows XP and I am looking for a way to install Curl, cant seem to find a version that I can easily install just by clicking on Setup.exe , does anyone know how to install it on XP? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/u

AW: [PHP-WIN] Error, does anyone see anything wrong?

2003-03-25 Thread Sven Schnitzke
Take a look at line 17; most likely there is a ';' missing to indicate the end of the previous statement. -- Sven > -Ursprüngliche Nachricht- > Von: P.Bijl [SMTP:[EMAIL PROTECTED] > Gesendet am: Dienstag, 25. März 2003 01:20 > An: [EMAIL PROTECTED] > Betreff: [PHP-WIN] Error,

[PHP-WIN] Re: php as exe in windows

2003-03-25 Thread Henrik Bjernersjø
Thankz! "Henrik Bjernersjø" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi > > I want to create an application that I can run on my web-server every five > minutes. The application should look in my ftp-catalogue and move incomming > files to other directories. I want to do this