[PHP-WIN] Using VS.NET for PHP Projects - Revisit

2003-01-06 Thread Sean Malloy
Hi. I kind of got PHP syntax highlighting working within Visual Studio.NET I've created a page, which mentions the steps you need to take to get it working, as well as a screen shot. Everyone loves screen shots. http://www.quake-au.net/php/php_and_vsdotnet.htm Hope someone finds it useful apart

Re: [PHP-WIN] Fwd: Re: Subject: GD, UNICODE & RTL

2003-01-06 Thread Mottaghi
Hi all and thanks, my problem: I want to create my bitmaps with GD functions, I call GD functions (like imagettftext()) and send them any RTL sentence, but it write and crate it LTR!!! thanks a lot :) - Original Message - From: "Neil Smith" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sen

RE: [PHP-WIN] php.ini cached?

2003-01-06 Thread Miha Nedok
Relocate your php.ini to C:\WIN_NT\SYSTEM32 and restart IIS with net stop w3svc and net start w3svc. -Mike On Mon, 6 Jan 2003, Rad Craig wrote: > Date: Mon, 6 Jan 2003 15:57:15 -0600 > From: Rad Craig <[EMAIL PROTECTED]> > To: Miha Nedok <[EMAIL PROTECTED]> > Cc: PHP Windows <[EMAIL PROTECTED]

[PHP-WIN] Re: Problem with 'include' function in PHP 4.3

2003-01-06 Thread Christoph Grottolo
Mehran Ziadloo wrote: > It's about 'include' function, I can't include a php file using an > absolute address. For example, all my pages are in > "D:\Inetpub\wwwroot". And when I want to include a page with the > address: > > "D:\Inetpub\wwwroot\includes\a.php" > > with the command: > > "include '/

[PHP-WIN] Problem with 'include' function in PHP 4.3

2003-01-06 Thread Mehran Ziadloo
Hi I don't know if it's a bug or what? But I've reached a problem using PHP 4.3 which I downloaded it yesterday. It's about 'include' function, I can't include a php file using an absolute address. For example, all my pages are in "D:\Inetpub\wwwroot". And when I want to include a page with the a

RE: [PHP-WIN] newbie ...instal question.

2003-01-06 Thread Dash McElroy
Did you copy the php4ts.dll file to c:\winnt\system32 (or windows or whatever your w2k dir is)? If that doesn't do the trick, you may have to do an 'AddModule mod_php4' in the Apache config. I had to do this on a Win98 machine yesterday, but have so far not had to load that line on any Win2k machi

Re: [PHP-WIN] php.ini cached?

2003-01-06 Thread Christoph Grottolo
Rad Craig wrote: > PHP: 4.3.0 > > I click Stop, then Click Start. > > php.ini is in the C:\WINNT directory (C:\WIN_NT actually since this > is where my windows runs from). If you use the ISAPI version of PHP (not php.exe) start a dos shell type 'net stop iisadmin' and then 'Y' type 'net start w

RE: [PHP-WIN] php.ini cached?

2003-01-06 Thread Rad Craig
PHP: 4.3.0 I click Stop, then Click Start. php.ini is in the C:\WINNT directory (C:\WIN_NT actually since this is where my windows runs from). > -Original Message- > From: Miha Nedok [mailto:[EMAIL PROTECTED]] > Sent: Monday, January 06, 2003 3:35 PM > To: Rad Craig > Cc: PHP Windows >

[PHP-WIN] newbie ...instal question.

2003-01-06 Thread paradiddles
I just installed php 4.3.0-win32, mysql-3.23.54-win and apache_1.3.27 on Win2000 in hopes of getting my feat wet. Well, I've yet to get past the phpinfo.php (test) page w/out getting the "file not found" error. After following the instructions from php.net, I thought that I was on target. The

Re: [PHP-WIN] php.ini cached?

2003-01-06 Thread Miha Nedok
How do you restart it ? Just click on stop/start or you actually click restart server ? And which version of PHP are you using and tell the location of your php.ini . -Mike On Mon, 6 Jan 2003, Rad Craig wrote: > Date: Mon, 6 Jan 2003 15:31:43 -0600 > From: Rad Craig <[EMAIL PROTECTED]> > To:

[PHP-WIN] php.ini cached?

2003-01-06 Thread Rad Craig
Does php.ini get cached by Win2k or IIS 5? I make changes to it, restart IIS, run phpinfo() and none of the stuff I changed is different. Rad Craig -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-WIN] New to PHP

2003-01-06 Thread Asendorf, John
Your register_globals is probably turned off, and since you probably don't have the ability to alter the ini file, try putting this at the top of your code: $Action = $_REQUEST['Action']; - John Asendorf - [EMAIL PROTECTED] Web Applications Developer http://www.lcounty.co

RE: [PHP-WIN] New to PHP

2003-01-06 Thread Mikey
Have you set register_globals=On in your php.ini file? This is disabled by default as it poses a security risk... in your case it would be better to access your variable as $_GET['Action'] HTH, Mikey > -Original Message- > From: Palli [mailto:[EMAIL PROTECTED]] > Sent: 06 January 2003 2

[PHP-WIN] New to PHP

2003-01-06 Thread Palli
Hello Im new to PHP and I have a little problem. It seems that I always get a blank value from a query string. This is my code BLA    and this is login.php but the $Action is always empty. ps. I´ve tried to change the variable

php-windows Digest 6 Jan 2003 19:32:25 -0000 Issue 1522

2003-01-06 Thread php-windows-digest-help
php-windows Digest 6 Jan 2003 19:32:25 - Issue 1522 Topics (messages 17665 through 17679): Re: MYSQL & PHP + GRAPH 17665 by: toby z Re: Subject: GD, UNICODE & RTL 17666 by: Neil Smith 17667 by: Neil Smith PHP Editors 17668 by: Nilza Lafayette 17670 b

[PHP-WIN] Have problem - can it be solved with php?

2003-01-06 Thread Marlene Burckhalter
Help please. Can this be done in PHP??? : (MySQL 3.22.51-nt and PHP 4.2.1) I have two tables from which I am SELECTing fields from. Both tables have an identical field by which I am INNER JOINing the tables. My problem is this: Some of the fields repeat themselves. Yes, I used the word DI

RE: [PHP-WIN] mail() function not working

2003-01-06 Thread Rad Craig
I have relaying turned on, also SMTP Authentication. When I'm testing I turn the Authentication off. I have no way in the ArgoSoft mail server of specifying accepted ip's for relaying. Email still does not work. I have tried what you said about the logging. I can comment out the error_log=sysl

Re: [PHP-WIN] mail() function not working

2003-01-06 Thread Stephen Edmonds
To fix your mail server: You need to enable mail relaying on your mail server. HOWEVER, it is VERY VERY important that ONLY the IP address of 127.0.0.1 is allowed to relay mail. If any IP can use the mail relay service, then anyone can use your mail server to send out spam annomously. Once that is

[PHP-WIN] mail() function not working

2003-01-06 Thread Rad Craig
I have a new PHP install on Win2k. Everything has worked except the mail() function. Nothing shows up in my event log. I have a mail server installed on the same machine. I have the SMTP=localhost set in my php.ini file. The mail server works fine, has been for many months. I have logging tur

[PHP-WIN] Re: PHP Editors

2003-01-06 Thread Christoph Grottolo
Nilza Lafayette wrote: > I'm running Apache 2.0 as a service and PHP (like a > module) onto a Windows Advanced Server. I´m looking > for a good and free Editor to use with PHP (something > like Visual Interdev in Windows...). Can anyone guide > me? > To say something new: It's still on the way bu

Re: [PHP-WIN] PHP Editors

2003-01-06 Thread Stephen Edmonds
You can find a large list of many of the PHP editors at http://phpeditors.dancinghippo.com/ My personal favourite is Magnum Studio Light, its free and quite feature packed... but then again everyone likes their own brand. See http://www.maguma.com/products/studio/studio_overview.php for more detai

Re: [PHP-WIN] Extract Path from URL

2003-01-06 Thread Ignatius Reilly
Don't use a regex: Try: $input = "http://www.test.com/path1/thisdoc.html"; ; // find last occurence of "/" $pos = strrpos( $input, "/" ) ; // extract until this position $output = substr( $input, 0, $pos - strlen( $input ) + 1 ) ; echo $output ; HTH Ignatius __

Re: [PHP-WIN] Extract Path from URL

2003-01-06 Thread Luis Moreira
Since you cannot predict the length of the string, the way I usually solve this kind o f thing is by reading the damn thing BACKWARDS. As soon as I get a slash, voilá ... - Original Message - From: "Herhuth, Ron" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, January 06, 2003

[PHP-WIN] Extract Path from URL

2003-01-06 Thread Herhuth, Ron
I'm having a tough time getting my head around regular expressions. Could somebody show me how to extract the path (minus the file name) from this URL: http://www.test.com/path1/thisdoc.html I would like to extract this: http://www.test.com/path1/ Thanks in advance, Ron -- PHP Windows Ma

Re: [PHP-WIN] PHP Editors

2003-01-06 Thread Luis Moreira
Nina Hi, for one, use PHPEdit Try http://ozu.arecom-sa.com/~marms/phpedit.net/ Luis - Original Message - From: "Nilza Lafayette" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, January 06, 2003 11:49 AM Subject: [PHP-WIN] PHP Editors > I'm running Apache 2.0 as a

RE: [PHP-WIN] Capturing Events

2003-01-06 Thread Warren Vail
What you say is true but the key to your statement is "primarily". It is possible to start a php application, for example, on a windows box with a command like; c:>/apache/php/php.exe /batch/somescript.php and the command will run outside a web server (Equivalent available for unix, even as a "&

[PHP-WIN] PHP Editors

2003-01-06 Thread Nilza Lafayette
I'm running Apache 2.0 as a service and PHP (like a module) onto a Windows Advanced Server. I´m looking for a good and free Editor to use with PHP (something like Visual Interdev in Windows...). Can anyone guide me? > Thanks. > Janine. __ Do you Ya

[PHP-WIN] Fwd: Re: Subject: GD, UNICODE & RTL

2003-01-06 Thread Neil Smith
Oops - missed a bit : Look here for mozilla information and examples on bi directional text: http://www.langbox.com/bidimozilla/ Also check "text-kashida-space" and "writing-mode " here : http://www.georgehernandez.com/xWebs/CSS/CSSAttributes.htm regards, Neil. Date: Mon, 06 Jan 2003 10:42:0

[PHP-WIN] Re: Subject: GD, UNICODE & RTL

2003-01-06 Thread Neil Smith
Mottaghi - you might be better advised to investigate CSS for this on the browser : http://msdn.microsoft.com/library/default.asp?url=/workshop/author/css/reference/attributes.asp Check the following sub-sections : Text direction "direction " You can specify a class for right to left ("bidi ==