[PHP-WIN] PHP 4.1.2 problems

2002-03-19 Thread Steve
I just updated my php instalation to 4.1.2 (the one witht he forced redirect enabled). The problem i have is since i upgraded it on the weekendit will not include files using either include or require, it keeps telling me that it can;t open them and it shows for some strange unknown reason to

[PHP-WIN] PHP 4.1.2 problems solved

2002-03-21 Thread Steve
Thanx for the help Guys, things are working fine again finally :) -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] PHP ide

2002-03-21 Thread Steve
You might want to try PHP Edit Its a good development/editing environment offering highlighting, line numbers and so on :) Warren Vail wrote: > > I am limited to editing as well (no debug) and, after trying several tools, > have settled on ConTEXT (http://www.fixedsys.com/context), which provi

[PHP-WIN] Re: ODBC Connection Problems

2002-03-29 Thread Steve
I have experimented with ODBC connections and had success so my guess is you may need to check what permissions are on the said .mdb file. Robin Bolton wrote: > > I have an Access database which I made a DSN connection to. > > As long as the .mdb file is on the same machine as my Apache Server

[PHP-WIN] Re: Parse error when using Javascript & php?

2002-03-29 Thread Steve
Try reading your script backwardsits probably a very simple something you would not spend .02 secs on syntax error (had that exact scenario happen enough times) :) Todd Williamsen wrote: > > Parse error line 117... there is no line 117..hehe!! I am thinking that PHP > doesn't like IFrames,

Re: [PHP-WIN] Parse error when using Javascript & php?

2002-03-30 Thread Steve
Try making a seperate page to display inside the Iframe and put your News variable on that page.also make sure you are testing on either Netscape 6 or IE 4, 5, or 6 :) Todd Williamsen wrote: > > DOH!! Thanks ross > > Umm... Now I cannot get the value of $news to display in the IFRAME... I

[PHP-WIN] Re: PHP + IIS Problem

2002-04-14 Thread Steve
Dian add double quotes after print around the variable $a like so: Dian Nedeltchev wrote: > > Hello, > i have a problem with php and IIS. > I'm not sure where is the real problem, but when I want to pass a parameter > to web page > and after that print the value of this parameter , is not

[PHP-WIN] query string / variable problem

2002-05-14 Thread steve
($id_files) { I've had a similar problem with another script which opens a pop-up window to display a full size version of an image - javascript:photo_open('photo_display.php?photo=".trim($photos[$i])."', code in the new window fails to detect any value for the variabl

[PHP-WIN] php & events & DOM

2002-05-24 Thread steve
hi, i want an onlick event to call a php function. is this possible in the same way that javascript permits onlclick="someFuntion(arg)" ? how else can i call a php function which adds an item to array via a text link? also does php have variables corresponding to the document object model

[PHP-WIN] Windows and sockets and GTK oh my!

2002-08-19 Thread Steve
n this list has a PHP executable with sockets and GTK? And if not, would anyone be interested in building such a thing for me (possibly for money)? I've tried to build it on my own, but have met with nothing but fruseration :-) If anyone can help, please let me know -- thanks so much! :-)

Re: [PHP-WIN] Help, Parse error caused by quotes andapostrophes infunction, How do I fix this?

2002-09-10 Thread Steve
friendly about escaping things than ' is :-) ' is for litteral things and doesn't work very well with stuff inside it. Also be sure the problem isn't somewhere further up in your code, too. It's possible you left a dangler somewhere ;-) Steve > > > >

[PHP-WIN] Status of a stable ISAPI??

2001-09-07 Thread Steve
ems when we add virtual hosts to the server. I hope I didn't overstep the bounds by asking these questions. I am not skilled enough to aid the actual development of this product but I am a great proponent of PHP and wish to see it progress. Thanks for you reponses! Steve Hall Novell, Inc. --

[PHP-WIN] Re: Status of a stable ISAPI??

2001-09-10 Thread Steve
32. A plea also goes to those of us who can contribute in other ways, that we will systematically test, give productive feedback and champion the cause. Enough on my soapbox, Thanks again! Steve Hall Novell, Inc. "Steve" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECT

[PHP-WIN] Apache and PHP problem

2001-04-02 Thread Steve
page in my image viewer. I'm sure there is something obviose. Cheers for any help Steve -- 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 administrators, e-mail: [EMAIL PROTECTED]

[PHP-WIN] Re: Method get for Windows ME and PWS w/PHP-4.1.1

2002-02-27 Thread Steve Yates
obals" configuration directive must be turned on for the variable to auto-create. Otherwise use $_GET['blah'] or $HTTP_GET_VARS['blah']. http://www.php.net/manual/en/language.variables.external.php - Steve Yates - A fool and his money are soon elected. / Taglines by Tag

[PHP-WIN] Re: WinXP Error Passing Variables (and creating)

2002-02-27 Thread Steve Yates
, possibly overriding your POST variable's value, or creating a value for an internally created variable name. - Steve Yates - If only women came with pull-down menus and on-line help... / Taglines by Taglinator - www.srtware.com / -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: mail() and no internet connection

2002-03-06 Thread Steve Yates
n mail server? If so then you can set it to work that way. If you have PHP pointed to your ISP's mail server then it won't connect. If you need a mail server, Mercury is free and not too difficult to set up (www.pmail.com). - Steve Yates - After they make styrofoam, what do th

[PHP-WIN] Re: MySQL auto_increment ??

2002-03-06 Thread Steve Yates
this seems quite time consuming. You just have to be aware of locking other write requests so no two try to share a number. > Another thing: > If ID is INT(3), what will happen when I insert user no. 1000? Most databases I've seen make an autoincrement field a longint. - Steve Yate

[PHP-WIN] Release date of PHP 4.1.2 for windows?

2002-03-07 Thread Steve Griff
Just wonderin' I see the source code up there but no installer for windows. Can anyone give me a release date for the update? Thanxs Steve Griff

[PHP-WIN] GD 2.0 for windows?

2002-03-07 Thread Steve Griff
Hi there, I want to use some of the features that are available in version 2.0 of the GD graphics editing library. What is the best way of getting a .dll for php with these functions? A nice little FAQ about it + a link to the dll would be most appreciated. Thanxs Steve Griff

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

2002-03-08 Thread Steve Yates
r constants. Does anyone know an easy way to solve this? In PHP.INI: register_globals = On Perhaps not the most secure, but it's easy. :) - Steve Yates - Where there is a will, there is a won't. / Taglines by Taglinator - www.srtware.com / -- PHP Windows Mailing List (http://w

[PHP-WIN] testing for value in $HTTP_COOKIE_VARS

2002-04-03 Thread Steve Yates
testbed is PHP 4.1.2 on IIS 4.0 as a CGI app. PS--I'm posting this to the .windows group since the .version4 group doesn't allow posting?? Thanks, - Steve Yates - Why did Shakespeare use so many famous quotations in his work? / Taglines by Taglinator 2.5 - www.srtware.com /

[PHP-WIN] Re: testing for value in $HTTP_COOKIE_VARS

2002-04-03 Thread Steve Yates
"Steve Yates" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Is there a better way to test for a cookie's existence > besides in_array()? To perhaps clarify I should say "...test for a variable's existence.

[PHP-WIN] Re: testing for value in $HTTP_COOKIE_VARS

2002-04-03 Thread Steve Yates
OOKIE_VARS["foo"]) and ($HTTP_COOKIE_VARS["foo"] == 'value')) { } PHP short circuits the logic so method 2 doesn't throw the error on the value test. Or of course you can put the test for the value inside the if {}. Also for environment variables you can use ge

[PHP-WIN] Re: Cookies and IIS5

2002-04-08 Thread Steve Yates
you are not sending the cookie first (before any other output), or perhaps do not have two dots in the server name (".domain.com"). How about posting your cookie code? (recipie?) - Steve Yates - I hate people who make generalizations. / Taglines by Taglinator - www.srtware.com

[PHP-WIN] Re: Security Alert! PHP CGI cannot be accessed directly.

2002-04-16 Thread Steve Yates
ini. Read just a bit further. :) - Steve Yates - Love is grand. Divorce is around twenty grand. / Taglines by Taglinator - www.srtware.com / -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-WIN] Creating a "nice" link

2002-04-18 Thread Steve Bradwell
because you have to parse them all out of the cookie string. So unless there is a known issue with w2k i wouldn't rule out sessions, otherwise use cookies. hope this helps, Steve. -Original Message- From: R.S. Herhuth [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 18, 2002 9:00

[PHP-WIN] php SiteManager

2002-04-18 Thread Steve Bradwell
what really is SiteManger? Thanks alot Steve. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-WIN] Quoted Dynamic Strings are killing me (Second Attempt)

2002-04-22 Thread Steve Bradwell
RE last_name ='". $selectedLastname ."' AND first_name ='". $selectedFirstname ."' AND market ='".$selectedMarket."'"; and it worked fine, check to make sure there are values in your variables. -Steve -Original Message- From

RE: [PHP-WIN] PHP Command Line Syntax

2002-04-28 Thread Steve Cook
nt(argv)>1) {$servername=$argv[1]} ) -steve http://www.cheatcodes.com/ http://www.gear21.com > -Original Message- > From: Scott Dowd [mailto:[EMAIL PROTECTED]] > Sent: Sunday, April 28, 2002 5:32 AM > To: [EMAIL PROTECTED] > Subject: [PHP-WIN] PHP Command Line Syntax >

RE: [PHP-WIN] Re: Question installing and running php

2002-05-01 Thread Steve Bradwell
help then what do you have php running as, cgi or module? -Steve -Original Message- From: theN [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 01, 2002 8:09 AM To: [EMAIL PROTECTED] Subject: [PHP-WIN] Re: Question installing and running php [EMAIL PROTECTED] (James Ku-Ok Chung) wrote in

[PHP-WIN] Re: Cant get PHP to run on Win 98

2002-05-01 Thread Steve Yates
Or alternatively extract($HTTP_GET_VARS); // creates all GET vars, no others echo $C; - Steve Yates - Omit needless, redundant, unnecessary, repetitive words. / Taglines by Taglinator - www.srtware.com / -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http

RE: [PHP-WIN] Moving to non-Windows technology

2002-05-03 Thread Steve Bradwell
easier to use. All this aside, the greed for cash and power and the fact that their products are simply unreliable, instead of what is just "better", is what put me off of Microsoft. -Steve. -Original Message- From: Jerry [mailto:[EMAIL PROTECTED]] Sent: Friday, May 03, 2002

[PHP-WIN] Re: mail() doesn't work with $ variable

2002-05-05 Thread Steve Yates
, replace each of the four variables with a string literal and see what happens. - Steve Yates - Patience: A virtue that carries a lot of wait. / Taglines by Taglinator - www.srtware.com / -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: Why Global Variables turned off??

2002-05-05 Thread Steve Yates
You don't know. But specifically testing it by $_POST['authorized'] or extract($HTTP_POST_VARS) (and no other variable arrays) would ensure it arrived via a POST. - Steve Yates - Friends help you move. Real friends help you move bodies. / Taglines by Taglinator - www.srt

Re: [PHP-WIN] php won't "process" forms anymore

2002-05-05 Thread Steve Yates
"Toby z" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > the book > only talks bout writting a string to a file ... while > i have multiple stingz to b saved Use fwrite() twice. http://www.php.net/manual/en/function.fwri

Re: [PHP-WIN] register_globals and php 4.2

2002-05-09 Thread Steve Yates
" at > the beginning of your file. Repeat this same idea with your other variables Or to get them all at once use extract($HTTP_GET_VARS). - Steve Yates - I didn't fight my way to the top of the food chain to be a vegetarian. / Taglines by Taglinator - www.srtware.com /

[PHP-WIN] Re: flushing output to the browser whilst the script does somethinguseful

2002-05-09 Thread Steve Yates
() ? :) http://www.php.net/manual/en/function.flush.php - Steve Yates - I'm sorry, were the voices in my head bothering you? / Taglines by Taglinator - www.srtware.com / -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: $PHP_SELF generating an error

2002-05-19 Thread Steve Yates
"R.S. Herhuth" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Undefined variable PHP_SELF in... Do you have PHP 4.1.2? Try this syntax: echo $_SERVER["PHP_SELF"]; 4.1 no longer automatically creates variables by d

[PHP-WIN] Re: Needed: Several short, swift kicks.

2002-05-28 Thread Steve Yates
ail"). Do you know how to set up a web server? If so I suggest that trying to use PHP outside of the web environment first will be more confusing than helpful. However to get you started put this into a plain text file called "hello.php" and run "php hello.php"

[PHP-WIN] Re: Email Addresses (was: [PHP-WIN] Re: Needed: Several short, swift kicks.)

2002-05-29 Thread Steve Yates
or's e-mail software. > And from Steve's reply, do I correctly infer that my posts and his are > also going to a news server? Yes in fact that's how I'm posting. Via news.php.net. - Steve Yates - * <- Tribble & <- Tribble practicing Yog

[PHP-WIN] Re: mail() and user name

2002-05-29 Thread Steve Yates
;". The latter uses "\" to escape the internal quotes so they are interpreted literally. - Steve Yates - A single fact can spoil a good argument. / Taglines by Taglinator - www.srtware.com / -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: form Post action

2002-06-04 Thread Steve Yates
o page temporarily, or set a caching timeout for that page, or try holding down the shift key as you click the button to post to that page. - Steve Yates - MONEY IS THE ROOT OF ALL EVIL. Send me $20 for more info! / Taglines by Taglinator - www.srtware.com / -- PHP Windows Mailing List (http:/

[PHP-WIN] Re: notice:undefined variable

2002-06-04 Thread Steve Yates
ARS); to the beginning of the script. This will autocreate all posted vars just like if register_globals was on. - Steve Yates - I've been rich and I've been poor. Rich is better. / Taglines by Taglinator - www.srtware.com / -- PHP Windows Mailing List (http://www.php.net/) T

Re: [PHP-WIN] newbie problem with quotes

2002-06-05 Thread Steve Yates
or single quote the entire string and get rid of the slashes. Something like: echo 'href="javascript:window.open("addfossilpage.php?me=' . $folder_id . '","width=43 0","height=450" )">'; - Steve Yates - I drank WHAT!? - Socrates / Taglines by Taglinator - www.srtware.com / -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: notice:undefined variable

2002-06-05 Thread Steve Yates
have PHP on a Windows server I believe you can safely enable this option in php.ini. - Steve Yates - I don't work long hours. They are all 60 minutes, just like everyone else's. / Taglines by Taglinator - www.srtware.com / -- PHP Windows Mailing List (http://www.php.net/) T

[PHP-WIN] Re: Re: PHP 4.2.1 And WinXP

2002-06-10 Thread Steve Yates
of "old" code to get it to work while you fix all the individual references. - Steve Yates - Life's unfair...but the root password helps! / Taglines by Taglinator - www.srtware.com / -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: beginner question to variables

2002-06-10 Thread Steve Yates
As $totalqty since you created it. The arrays are only for post, get, environment, etc., variables that come from outside your script. - Steve Yates - A pessimist complains about the noise when opportunity knocks. / Taglines by Taglinator - www.srtware.com / -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: Somebody please help beginner with variable problem

2002-06-10 Thread Steve Yates
> > > I have set register_globals = On. Where is your php.ini file? Should be in your c:\windows folder. - Steve Yates - I used spot remover on my dog. Good thing his name is Rover. / Taglines by Taglinator - www.srtware.com / -- PHP Windows Mailing List (http://www.php

[PHP-WIN] Re: PHP 4.2.1. on PWS...

2002-06-13 Thread Steve Yates
cripts. > "Max Sullivan" <[EMAIL PROTECTED]> escribió en el mensaje > 004d01c20bf6$bf074420$1f281142@WILLY">news:004d01c20bf6$bf074420$1f281142@WILLY... > > You need to set cgi.force_redirect = 0 in your php.ini file. Is your PHP.INI file in your Windo

Re: [PHP-WIN] Installing PHP for Apache on Windows XP

2002-06-23 Thread Steve Parrish
or? It helps to share this info when seeking assistance. :) I'll guess that you need an updated php4apache2.dll. You can get a replacement php4apache2.dll here: <http://ftp.proventum.net/pub/php/win32/php4.2.x-apache2.zip> That worked for me. Thanks to Matt Parlane, who recentl

[PHP-WIN] Re: 404 error not being triggered for files with a php extension

2002-06-30 Thread Steve Yates
some head-beating and wall dents, I reported this several months back. See http://bugs.php.net/bug.php?id=14409. That also references an Apache issue number (mod_cgi/8683) in case you can add anything that might speed a solution. Seems like *something* should realize there's no file pre

[PHP-WIN] Re: errormessage: undefined variables - why define them?

2002-06-30 Thread Steve Yates
"Uwe Birkenhain" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > - is it now neccessary to define variables before I use them??? No, but realize 4.2 changed how variables are referenced. By default register_globals is set

[PHP-WIN] Re: Problems acessing post data

2002-06-30 Thread Steve Yates
als .INI file option is turned off. - Steve Yates - I'm pink...therefore, I'm SPAM. / Taglines by Taglinator - www.srtware.com / -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] Apache/PHP...

2002-07-09 Thread Steve Parrish
n32/> <http://ftp.proventum.net/pub/php/win32-snapshots/> for the latest Win32 PHP binaries. ...or get a quick fix here: <http://ftp.proventum.net/pub/php/win32/php4.2.x-apache2.zip> HIH, Steve Parrish -- <mailto:[EMAIL PROTECTED]> -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-WIN] PhpMyadmin?

2002-07-30 Thread Steve Bradwell
time you do somthing so your learning while you work. As far as getting help, let people know where your stuck, if your host has it installed or if you have to do it yourself etc. So ya go for it, its one of the easiest tools i've used. Steve. -Original Message- From: Viper1 [mai

RE: [PHP-WIN] InnoDb and php

2002-08-09 Thread Steve Bradwell
Yes it is. Once InnoDb tables have been setup, just fire the traditional Begin, rollback, commit statements to Mysql with mysql_query() or whatever. -Steve. -Original Message- From: Waldemar Brand Neto [mailto:[EMAIL PROTECTED]] Sent: Friday, August 09, 2002 12:55 PM To: [EMAIL

Re: [PHP-WIN] MORE ABOUT SOCKETS

2002-08-10 Thread Steve Parrish
I can't get php4apache2.dll (php4.2.2) to work with Apache 2.0.40. I get: "Cannot load C:/php/sapi/php4apache2.dll into server: The specified procedure could not be found." ...same goes for mod_perl. Is there some incompatibility I don't know about? Thanks, Steve Parris

[PHP-WIN] Newbie needs help.

2002-08-11 Thread Steve Jackson
for a couple of hours without any answer to these questions. I might be asking the wrong questions. I hope I am anyway! Thanks in advance. Steve. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-WIN] Newbie needs help.

2002-08-13 Thread Steve Jackson
t 2002 11:36 > To: Steve Jackson > Cc: Harrison Fisk; Zak Greant; David Axmark; Jeremy Cole; Olof Tjernren; > Jim Winstead; Bertrand Matthelié; Kaj Arnö; Rasmus > Subject: Re: [PHP-WIN] Newbie needs help. > > > Hallo Steve! > > As an addendum: a very easy way to install Apac

[PHP-WIN] Re: mail() on W2K Pro

2002-09-08 Thread Steve Yates
ersions of PHP) or your ISP's SMTP server. You have to set that setting in your PHP.INI file. - Steve Yates - For people who like peace and quiet: a phoneless cord. ~ Do you like my taglines? Add them to your messages and ~ laugh through hundreds more by downloading Taglinator ~ at www.

[PHP-WIN] Re: all variables unset on w2k pro.

2002-09-10 Thread Steve Yates
ract($HTTP_POST_VARS) at the top of your script to autocreate all the POSTed variables. See the information on changes between 4.1 and 4.2 on php.net for details. - Steve Yates - "Let's eat kosher tonight," said Tom judiciously. ~ Do you like my taglines? Add them to your messages

[PHP-WIN] Re: using apache on a network

2002-09-10 Thread Steve Yates
e my internetconnection it isn't used only the network I suspect you have Windows set to automatically dial out on that PC. In your Internet options, set your connection to Never Dial. - Steve Yates - When one is flying in tranquility, watch out for the mountains. ~ Do you like my tagli

[PHP-WIN] Re: "Headers already sent" error message

2002-09-10 Thread Steve Yates
our script starts. Even one blank line will be sent out, and therefore your headers would be coming too late. - Steve Yates - If you hold a hard drive to your ear, can you hear the C:? ~ Do you like my taglines? Add them to your messages and ~ laugh through hundreds more by downloadin

[PHP-WIN] Re: which smtp server can I install in windows used only myself?

2002-09-24 Thread Steve Yates
Mercury (www.pmail.com) can be set to only accept SMTP mail from a specific IP address. Set it for 127.0.0.1 and then send your mail to 'localhost'. - Steve Yates - He who laughs last probably made a backup. ~ Do you like my taglines? Add them to your messages and ~ lau

[PHP-WIN] apche loadmodule php help.

2002-10-02 Thread Steve Bradwell
2 arguments? Thanks alot, Steve. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Norton Anti Virus

2002-10-13 Thread Steve Staker
Hi, I am running 2.0.43 on WIndows 2000 Advanced Server. It is working fine, but since installing, Norton Antivirus Auto Protect will no longer start when rebooting, nor can I manually start it. Is this a known issue? Is there a fix? Thanks! Steve Staker -- PHP Windows Mailing List

Re: [PHP-WIN]

2002-10-28 Thread Steve Yates
"Jason Porembski" <[EMAIL PROTECTED]> wrote in message news:01c27d5c$0487d830$6401a8c0@;HOMEPC... > page refuses to use PHP and is in love with ASP. I need to run some PHP > code from within ASP. How can this be done? Have you tried using fopen()? - Steve Yates -

Re: [PHP-WIN] 404 documents

2002-11-03 Thread Steve Yates
>I there a way to have the .php page pickup the url that was typed in e.g. >usertype= www.mydomain.com/wRongurl $usertype = getenv('REQUEST_URI'); I believe this is one of those server-dependent environment variables, but it works with Apache. - Steve Yates - Who is General Fa

[PHP-WIN] Re: 2 Issues for Mail() in Win/PHP4-

2002-11-03 Thread Steve Yates
an older version of PHP, or has register_globals turned on. Use $variable = $_POST['variable']; // or echo $_POST['variable']; or, extract($_POST) or extract($HTTP_POST_VARS) to create all POSTed variables. - Steve Yates - Wicked witch parking only -- Violators will be t

[PHP-WIN] Re: Getting my IP adress (not 127.0.0.1)

2002-11-27 Thread Steve Yates
f it's Apache try... getenv('SERVER_ADDR'); or gethostbynamel(getenv('HTTP_HOST')); phpinfo() should tell you what environment variables are available for your server. - Steve Yates - I have nothing against MS-DOS, stone knives, or bearskins. ~ Taglines by Taglinator - www

[PHP-WIN] Can't get XML Parser Class to work

2001-05-15 Thread Steve Dowell
works fine. I am using PHP 4.05 on W2k Pro and IIS 5. Any suggestions would be greatly appreciated, Steve Dowell -- 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 administrato

Re: [PHP-WIN] Loading CURL

2001-05-18 Thread Steve Perrin'
Hi Todd, 1: In 4.05 SSLEAY.DLL and LELEAY.DLL have a dependency for another DLL titled MSVCR70.DLL which is a replacement for MSVCRT.DLL. It's not the curl module itself, rather these later versions of ssleay and leleay that are distributed with the binary. 2: So you have two choices, use the 4.

Re: [PHP-WIN] how to exucute PHP file automatically on Window NT4.0 scheduler

2001-05-19 Thread Steve Perrin'
Hi Lalit, You should have no problem in running your script. Just create a batch file, change drive then directory and add PHP YOURSCRIPT.PHP. eg: DOIT.BAT @ECHO OFF D: CD\PHP4 PHP YOURSCRIPT.PHP EXIT Then use the AT command to invoke the batch file at the times required. ""Lalit"" <[EMAIL P

Re: [PHP-WIN] PHP on win2000 : cgi error

2001-05-19 Thread Steve Perrin'
Hyoneg, You say you have extension_dir in PHP.INI set to c:/php, unless you have moved things (PHP subdirectories) it should read c:/php/extensions. ""Hyoneg Kim"" <[EMAIL PROTECTED]> wrote in message 9e6mtt$jk1$[EMAIL PROTECTED]">news:9e6mtt$jk1$[EMAIL PROTECTED]... > I have w2000 and install

[PHP-WIN] sybase_ct module

2001-05-21 Thread Steve Meyers
Has anybody successfully used the sybase_ct.dll? It is linking in fine, but I don't think it's finding the interfaces file. Thanks! Steve Meyers -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PRO

[PHP-WIN] Need Help

2001-05-24 Thread Steve Dowell
for any assistance, Steve Dowell -- 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 administrators, e-mail: [EMAIL PROTECTED]

[PHP-WIN] Need Help

2001-05-24 Thread Steve Dowell
for any help, Steve Dowell -- 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 administrators, e-mail: [EMAIL PROTECTED]

[PHP-WIN] crash on shutdown in php4ts.dll

2001-10-03 Thread Steve Yates
older. Any suggestions? Any corroboration? - Steve Yates - SRT Enterprises - If you shoot a mime, should you use a silencer? / Taglines by Taglinator - www.srtware.com / -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comman

Re: [PHP-WIN] Help with Php4.06 installation

2001-10-10 Thread Steve Yates
l it was something along these lines. MB> the path I try to access through Netscape MB> is: http://ppp/scripts/database/test.php Is "ppp" the name of your server? - Steve Yates - SRT Enterprises - Before you criticize someone, you should walk a mile in their shoes. That way

[PHP-WIN] Re: crash on shutdown in php4ts.dll

2001-10-10 Thread Steve Yates
"Steve Yates" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I have a problem that has been nagging me for a while. If I load > any php page from my machine, when I shut down Windows I get an error in > php4ts.dll. If I h

[PHP-WIN] Re: upload files problem

2001-10-10 Thread Steve Yates
sting service. They may need the true path, in other words should something come before "/img"? - Steve Yates - SRT Enterprises - -- All right! Five more points! / Taglines by Taglinator - www.srtware.com / -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe,

[PHP-WIN] CGI mode still requires php4isapi.dll?

2001-12-24 Thread Steve Yates
have encountered this problem for the last few versions of PHP, but just with installing 4.1 did I notice that I had php4isapi.dll in my PATH from previous versions, leading me to wonder if PHP was still somehow running in ISAPI mode. - Steve Yates - SRT Enterprises - Do files get embarrassed

Re: [PHP-WIN] CGI mode still requires php4isapi.dll?

2001-12-24 Thread Steve Yates
I thought I had changed back to CGI mode. Even more strange, when trying to debug the GPF-on-shutdown problem I had reinstalled PWS and am 99% sure I didn't configure PHP for ISAPI mode after. So it's pulling that from somewhere. - Steve Yates - SRT Enterprises - Meticulously hand-

Re: [PHP-WIN] File question...

2001-12-25 Thread Steve Yates
ser could interactively edit the text from another PHP page, retreiving, displaying, and replacing the text between the comments. - Steve Yates - SRT Enterprises - My hard disk is full! Maybe I'll try this message section thing. / Taglines by Taglinator - www.srtware.com / -- PHP W

Re: [PHP-WIN] CGI mode still requires php4isapi.dll?

2001-12-26 Thread Steve Yates
"Steve Yates" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Does PWS ignore the script map entries? I > did have it set up as ISAPI at one point but since that's still > pre-release I thought I had changed back

Re: [PHP-WIN] HTTP Referer

2001-12-28 Thread Steve Yates
aken, HTTP_REFERER is dependent on the web browser sending that info to the server. It may also be dependent on the server also (?), but if it's working for you then obviously your server supports it. - Steve Yates - SRT Enterprises - There are 3 kinds of people: those who can count

Re: [PHP-WIN] CGI mode still requires php4isapi.dll?

2002-01-01 Thread Steve Yates
"Steve Yates" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Suggestions, besides the obvious of > completely deleting and reinstalling PWS or Apache? To follow up with the group, I uninstalled PWS and installed Apache 1.3.22 a

[PHP-WIN] Re: Apache 1.3.22 and PHP 4.1.0

2002-01-02 Thread Steve Yates
t; not a path, took me a bit to figure that out). I did have PHP installed first, though I downloaded the Windows binaries in Zip format to get the other goodies. >I install Apache first, then PHP with the following error: >Cannot unload mod-php4.c: File is not in module list Is this when insta

[PHP-WIN] Re: PHP and IIS

2002-01-02 Thread Steve Yates
dvertising.com ; For Win32 only. sendmail_from = [EMAIL PROTECTED] - Steve Yates - SRT Enterprises - Meddle not in the affairs of dragons, for thou art crunchy, and good with ketchup. / Taglines by Taglinator - www.srtware.com / -- PHP Windows Mailing List (http://www.php.net/) To unsubscrib

[PHP-WIN] Re: Newbie Question: Using Cookies...

2002-01-03 Thread Steve Yates
gt; Set Test Cookie > > > Cookie has been set The last part is your domain name, so "0" is probably not matching your cookie to anything? Unless you're trying to make that the "secure" parameter, in which case you skipped one (and besides you can simply leave

[PHP-WIN] Re: $PHP_SELF

2002-01-04 Thread Steve Yates
have seen $PHP_SELF not work on PWS...is that what you have? You might try $PATH_INFO or $SCRIPT_URL. > $SCRIPT_NAME usually works for me on most servers. I think this returns the program or CGI name. At least is does on the versions of Apache that I've tried. - Steve Y

Re: [PHP-WIN] Windows NT SMTP Set Up Help Needed

2002-02-03 Thread Steve Yates
bug.php?id=5743 The symptom was that it would hang trying to connect. - Steve Yates - WWhhaatt ddooeess ""DDUUPPLLEEXX"" mmeeaann?? / Taglines by Taglinator - www.srtware.com / -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: Apache variables

2002-02-03 Thread Steve Yates
"B Thomas" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > echo $SCRIPT_NAME; > > Returns: nothing. What does phpinfo() show? There are some variables that are web-server dependent. - Steve Yates - Debrief: Wife liste

[PHP-WIN] pdf_open_memory_image not supported?

2002-12-17 Thread Steve Wallon
Looking all over web for resolution..can't find... getting "pdf_open_memory_image" not supported when I try to pass a GD image to PDF. PHP.net says available in 4.0 or better... I am trying to pass a barcode image created in GD to a PDF file, but need to create the barcodes dynamically for each l

[PHP-WIN] Re: Is ASP.NET faster than php?

2003-02-26 Thread Steve Yates
"Charles P. Killmer" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] >Does anyone have any thoughts about PHP vs ASP.NET? See http://www.php.net/manual/en/faq.languages.php , including the comments. - Steve Yates - When all else is lost, the future still rema

[PHP-WIN] Re: more on HTTP post variables

2003-06-12 Thread Steve Yates
[EMAIL PROTECTED] (Weifan Agusman) wrote in news:[EMAIL PROTECTED]: > I dont need to (and don't want to) put the 'school' field on the form. This is actually an HTML question. Use: - Steve Yates - * <- Tribble.! <- Tribble With A Mohawk.

[PHP-WIN] PHP not outputting HTML

2003-10-29 Thread Steve Sobol
y not being sent... Help... please :> -- JustThe.net Internet & New Media Services 22674 Motnocab Road * Apple Valley, CA 92307-1950 Steve Sobol, Proprietor 888.480.4NET (4638) * 248.724.4NET * [EMAIL PROTECTED] -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http:/

Re: [PHP-WIN] Re: PHP not outputting HTML

2003-10-30 Thread Steve Sobol
show the proper MIME type for the file, so I think the problem runs a little bit deeper than this... -- JustThe.net Internet & New Media Services 22674 Motnocab Road * Apple Valley, CA 92307-1950 Steve Sobol, Proprietor 888.480.4NET (4638) * 248.724.4NET * [EMAIL PROTECTED] -- PHP Windows Mai

Re: [PHP-WIN] Re: PHP not outputting HTML

2003-10-30 Thread Steve Sobol
e on your hard drive and you'll see it's the source code, not the output the script is supposed to display. -- JustThe.net Internet & New Media Services 22674 Motnocab Road * Apple Valley, CA 92307-1950 Steve Sobol, Proprietor 888.480.4NET (4638) * 248.724.4NET * [EMAIL PROTECTED] --

  1   2   >