RE: [PHP-WIN] is ZendStudio IDE necessary????

2009-07-05 Thread Walter Torres
7;t share the same snippets and template files. Walter -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] is ZendStudio IDE necessary????

2009-07-05 Thread Walter Torres
and WinSCP to put it on my server, automatically every evening. (api.bluewatermvc.org is my working files) But that's just me. Walter -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] Can i run php script using command prompt in any location by typing scriptname.php

2009-07-04 Thread Walter Torres
Walter. You CAN just double click a PHP script and have it run. Just like you can double click a BAT and have it run. Welp! I'm Wrong again! Walter -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] Can i run php script using command prompt in any location by typing scriptname.php

2009-07-04 Thread Walter Torres
then you can type... > php scriptname.php Walter-- ...that's the thing about people who think they hate computers. What they really hate is lousy programmers. - Larry Niven and Jerry Pournelle in "Oath of Fealty" -- PHP Windows Mailing List (http://www.php.net/)

Re: [PHP-WIN] MySQL Configuration on Windows Box with Apache and PHP

2009-06-17 Thread Walter Torres
: * Apache * PHP * mySQL * and a whole bunch of other linux type tools Works everytime, or I fix it for you! ;) Walter -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] How to access MySQL through PHP in windows 2K.

2009-04-29 Thread Walter Torres
m the ground up. A great pilot knows his airplane, knows how and *why* it works the way it does. A great developer should know how and why Apache & PHP & mySQL work together and and to correct issues as they arise. It's more than just installing an "app". Good luc

[PHP-WIN] PHP & IIS - defining a path

2008-03-28 Thread Walter Torres
can anyone explain to me why this... // PHP_SELF = \walter\test.php // __FILE__ = \\NAWINFS03\home\web\rh.itdoes\walter\test.php // $_path = \\NAWINFS03\home\web\rh.itdoes $_path = substr( __FILE__, 0, 0-strlen($_SERVER['PHP_SELF']) ); require_o

[PHP-WIN] New installation of PHP 5.0.4 on Windows 2003 server

2005-07-28 Thread Harris, Walter
have missed in installing PHP on the windows 2003 server? Need to be able to use the LDAP calls. Thanks for your assistance. Walter Harris NC School of the Arts Office Phone 336 770-1454 Cell Phone 336 462-6668 -Original Message- From: Taksam [mailto:[EMAIL PROTECTED] Sent: Wednesday,

[PHP-WIN] Re: WinXP PHP Install Problem

2004-08-01 Thread \[php\]Walter
http://web.torres.ws/dev/php check this out, see if the instructions there help you at all. Walter "Bruce Guthrie" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi, > > I've just installed PHP 4.3.8 on my WinXP, Apache 2.0.50, MySQL 4.0.20d > s

[PHP-WIN] PHP to mySQL connect...

2004-07-23 Thread \[php\]Walter
s is in the HOSTS file on both machines. This worked before. I had to reinstall the database and now it doesn't work. Anyone have any ideas? Thanks Walter -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] virus and auto-reponders!

2004-07-12 Thread \[php\]Walter
ght anyone on a development list would be smart enough to have current anti-virus software running 24/7 and fully up-to-date files. I guess not. Anyway, just a note to inform you that someone here is infected. And that 8 people have auto-responders running. Walter (ready to delete the next flood of cr

[PHP-WIN] Re: PDF Library/Extention

2004-07-12 Thread \[php\]Walter
[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Exactly what extension's do I use to generate PDF documents in PHP 4.2.3? I use this library... http://www.fpdf.org/ works great! Walter -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe,

[PHP-WIN] Re: php_gettext and php_iconv extensions

2004-07-12 Thread \[php\]Walter
this is of any interest, for more info... http://web.torres.ws/dev/php This also make back ups and restores a breeze. I back up my G volume, simply burn to CD. Then, when I need to restore the system, I just drag the contents of the CD to the new G, insert a few env vars and everything works! Jus

[PHP-WIN] Re: Feature request for PHP on windows

2004-06-06 Thread \[php\]Walter
h the path to your PHP install and PHP will look there for the INI. But again, this only works for a single PHP install. Walter -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: Why doesn't php have a 'date' variable type?

2004-05-20 Thread \[php\]Walter
PEAR:Date Walter "Ross Honniball" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I accidently sent this to php-db mailing list earlier today. Apologies to > people who get it twice. > > Why doesn't php offer a standard class or variable type to h

[PHP-WIN] Re: Q on fopen (URL )

2004-05-13 Thread \[php\]Walter
http://www.php.net/manual/en/wrappers.php Thanks. Got the new DLL, replaced the old one, modified my ini. Now I get this... Warning: fopen(): HTTP request failed! HTTP/1.1 500 Internal Server Error in test_2.php on line 29 this is line 29... $dh = fopen("$url",'r'

Re: [PHP-WIN] Re: Q on fopen (URL )

2004-05-13 Thread \[php\]Walter
ink openssl when > compiling on windows. there's a link on the streams documentation page > to a patch that does this. oh, my brain is leaking out my ear! I read these pages 4 times. I'm still no closer to this than I was when I started. Sorry, can someone translate this into

[PHP-WIN] Q on fopen (URL )

2004-05-13 Thread \[php\]Walter
t;,'r'); $result = fread($dh,8192); return $result; } ?> What I get back is this... Unable to find wrapper "https" - did you forget to enable it when you configured PHP? I can't find any (real) reference to this anywher

[PHP-WIN] BLOB, LONVARCHAR FROM DB2

2003-11-05 Thread Walter Gyr
Hi I cannot select or update blob or longvarchar columns on a ibm db2 DB. I use odbc on php 4.3.0 and win2000. By a select the data are not complete (only first bytes) Has anybody a solution for this problem ? walter -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http

[PHP-WIN] problems on image support function (gd2.dll)

2003-06-19 Thread Walter Ben
My phpinfo? page shows gd (extension gd2.dll) has been eabled, but I still cannot see any images? any simple way to test gd function really installed and work/or not? I am using: Win-xp+Apache2+php4.3.2 Thank you for reply in advance. Walter - Do

Re: [PHP-WIN] Pls help- can't load GD2 extension php_gd2.dll in PHP

2003-06-14 Thread Walter Ben
l is in c:\server\PHP\extensions\php_gd2.dll) ; Directory in which the loadable extensions (modules) reside. extension_dir = c:\server\PHP\extensions - Original Message - From: "Walter Ben" To: Sent: Saturday, June 14, 2003 2:16 PM Subject: [PHP-WIN] Pls help- can't load G

[PHP-WIN] Pls help- can't load GD2 extension php_gd2.dll in PHP

2003-06-14 Thread Walter Ben
Server : Apache 2PHP 4.3.2 OS : Win XP Pro i can't load GD2 extension php_gd2.dll in PHP , when i start Apache , it always alert "Can't load dynamic library php_gd2.dll" . I'm sure that no problems in my config . When i use other dll file such as php_java.dll, it has no errors and work

[PHP-WIN] fopen permission denied

2003-04-03 Thread Walter Gyr
Hi All I have update to PHP 4.3.1 W2000, apache 2.0.14 MYSQL 4.0.12 . In a php script $fp = fopen("i:\\data\\import.txt", "r"); " Cannot open permission denied." i: is mapped network drive When i call the script from command line it works. Can anybody help

[PHP-WIN] XSLTransformation via Sablotron

2002-04-01 Thread Jan Walter
ell-formed (invalid token)". I would appreciate any hint. Thanx alot. -- ===== [NAME] jan walter [ALIAS] john [COMPANY] lerach s.r.o. [GSM] (+420)(777)31 99 31 [SMS] john.sms(at)mujoskar.cz [EMAIL] john(at)lerach.cz [ICQ] 28353428 =

[PHP-WIN] HELP: IE is opening the files php not runing them

2002-03-24 Thread walter
Hi IE and netscape are opening the files not executing them, what do I do wrong. walter -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] include_path Help!!!!

2002-03-17 Thread walter
Hi Hw do I configure the php ini so that users can exec scripts from sub dirs in there sites. say my webserver stores the sites in a folder named www. what do I configure the include_path to include_path ="D:\www" does not seem to work to well walter -- PHP Windows Mailing

[PHP-WIN] Use sockets under windows

2001-11-17 Thread Walter Gyr
$buf = trim ($buf); if ($buf == 'quit') { close ($msgsock); break 2; } $talkback = "PHP: You said '$buf'.\n"; socket_write ($msgsock, $talkback, strlen ($talkback)); echo "$buf\n"; } while (true)

[PHP-WIN] PHP & MSSQL server communication

2001-08-24 Thread Jan Walter
hint!!! -- __ == Jan Walter, called John LERACH, s.r.o. phone nr. work: +420-2-78 22 619, home: +420-2-35 35 27 61 on emergency call cell phone: +420-602-385 760 work e-mail mailto:[EMAIL PROTECTED] private e-mail mailto:[EMAIL PROTECTED] ICQ#: 283

Re: [PHP-WIN] Need some HELP Please !

2001-05-10 Thread Walter Schruefer
EMAIL PROTECTED]> wrote in message > 9derdj$e07$[EMAIL PROTECTED]">news:9derdj$e07$[EMAIL PROTECTED]... > > I just finished installing PHP on a Win98 PC with Microsoft Personal Web > > Server. > > > > I'd downloaded the Windows PHP setup here: http://ph

[PHP-WIN] NT local server does not see php

2001-05-10 Thread Walter
Just installed php on Windows NT it doesn't seem to reconize the php script when I ftp it to our web server it works fine. Thanks -- 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

[PHP-WIN] Need some HELP Please !

2001-05-10 Thread Walter Schruefer
Hi everybody ! We are trying to install PHP 4.0.5 and Xitami 2.5 on a win98 and we don“t get PHP to work. Is anybody available to give us some ideas where to look first? Any help would be kindly appreciated. Regards Walter -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe

Re: [PHP-WIN] MS SQL 2000

2001-04-22 Thread Jan Walter
php4win works fine!!! -- __ == Jan Walter, called John LERACH, s.r.o. phone nr. work: +420-2-78 22 619, home: +420-2-35 35 27 61 on emergency call cell phone: +420-602-385 760 work e

[PHP-WIN] MS SQL 2000

2001-04-21 Thread Jan Walter
ssql.php on line 6 Thank you for any hint -- __ ====== Jan Walter, called John LERACH, s.r.o. phone nr. work

[PHP-WIN] Building JavaScript source via PHP

2001-01-31 Thread Jan Walter
pache+php send some weird characters at the beginning of the page Netscape does not recognize? Thanx for any hint -- __ ======

Re: [PHP-WIN] Less Than x but greater than y

2001-01-25 Thread Jan Walter
ators reference in the manual. Bye -- __ ====== Jan Walter, called John LERACH, s.r.o. phone nr. work: +420-2-78 22 619, home: +420-2-35 35 27 61 on emergency call

Re: [PHP-WIN] Passing values

2001-01-17 Thread Jan Walter
p://banana.ecn.cz/phpinfo.php. -- __ ====== Jan Walter, called John LERACH, s.r.o. phone nr. work: +420-2-78 22 619, home: +420-2-35 35 27 61 on emergency call cell

[PHP-WIN] Passing values

2001-01-17 Thread Jan Walter
Thank you -- __ == Jan Walter, called John LERACH, s.r.o. phone nr. work: +420-2-78 22 619, home: +420-2-35 35 27 61 on emergency call cell phone: +420-602-385 760 work e-mail mailto:[EMAIL PROTECTED] private e-m

Re: [PHP-WIN] Sessions/security

2001-01-17 Thread Jan Walter
;close"); ...sounds good, thakx a lot. -- __ ====== Jan Walter, called John LERACH, s.r.o. phone nr. work: +420-2-782 28 02, home: +420-2-35 35 27 61 on emergency call: +420-602-385 760 wor

Re: [PHP-WIN] Sessions/security

2001-01-17 Thread Jan Walter
ok. -- __ == Jan Walter, called John LERACH, s.r.o. phone nr. work: +420-2-782 28 02, home: +420-2-35 35 27 61 on emergency call: +420-602-385 760 work e-mail mailto:[EMAIL PROTECTED] private e-mail mailto:[EMAIL PROTECTED] ICQ#: 28353

[PHP-WIN] Sessions/security

2001-01-16 Thread Jan Walter
tions. -- __ == Jan Walter, called John LERACH, s.r.o. phone nr. work: +420-2-78 22 619, home: +420-2-35 35 27 61 on emergency call cell phone: +420-602-385 760 work e

Re: [PHP-WIN] Simple question that I can't find the answer to

2001-01-13 Thread Jan Walter
; -- __ == Jan Walter, called John LERACH, s.r.o. phone nr. work: +420-2-78 22 619, home: +420-2-35 35 27 61 on emergency call cell phone: +420-602-385 760 work e-mail mailto:[EMAIL PROTECTED] private e-mail mailto:[EMAIL PROTECTED] ICQ#: 28353428

Re: [PHP-WIN] Probably there is better solution

2001-01-11 Thread Jan Walter
ries: $Checker\n"; Hi Afan, try query SELECT COUNT(*) FROM table_name. -- __ == Jan Walter, called John LERACH, s.r.o.