[PHP-WIN] where is php-cgi.exe?

2010-07-22 Thread Steve Richter
I want to run php on windows7 within IIS. This MSFT document http://learn.iis.net/page.aspx/246/using-fastcgi-to-host-php-applications-on-iis-7/ has a step for adding module mapping to IIS for PHP. It says the executable should be "php-cgi.exe". I downloaded and installed the php windows binary (

Re: [PHP-WIN] PHP info can't find MySql with IIS web server

2009-11-22 Thread Steve Ricketts
ler from php.iis.net. Both me and Pierre are saying the same thing. If you are using Web platform Installer, you are all done. Thanks, Don. -Original Message- From: Steve Ricketts [mailto:veloce...@hotmail.com] Sent: Sunday, November 22, 2009 11:05 AM To: php-windows@lists.php.net Subjec

Re: [PHP-WIN] PHP info can't find MySql with IIS web server

2009-11-22 Thread Steve Ricketts
e" but then the last sentence was "Please install PHP from http://php.iis.net";... With Platform installer installing PHP, why would I need to install again from php.iis.net? Steve "Venkat Raman Don" wrote in message news:3fa2ad39e9964240b4e6dd4ae62e031b15129...@tk5ex14mb

Re: [PHP-WIN] PHP info can't find MySql with IIS web server

2009-11-22 Thread Steve Ricketts
;-) sr "Sascha Meyer" wrote in message news:4b097be8.5020...@gmx.de... Hi Steve, Steve Ricketts schrieb: I'm trying to install the latest version of PHP on a 2003 server running IIS. PHP runs fine but when I run phpinfo(), it doesn't find MySql. Please check if libmysql

[PHP-WIN] PHP info can't find MySql with IIS web server

2009-11-22 Thread Steve Ricketts
variable I have: c:\progra~1\PHP;c:\progra~1\PHP\ext;c:\progra~1\MYSQLS~1.1\bin; Can anyone tell me what else I need to do to get PHP to recognize MySql? Many thanks, Steve -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Problem upgrading from 4.4.x to 5.2.5

2008-01-24 Thread Steve Grosz
Currently I'm using php4 on a Win2003 server running IIS6. It has been working fine, but I wanted to upgrade. Currently for the website in question I have the extension mapped as C:\PHP\sapi\php4isapi.dll, with a php.ini in my Windows folder, and my web service extension set up as C:\PHP\sapi\

Re: [PHP-WIN] How to set GET and POST variables through CLI?

2007-08-24 Thread Steve Francisco
and found a solution. I wrote a little php file to convert argv contents into a $_GET array, put it in my auto_prepend_file setting in php.ini, and now I just had to convert the html request into arguments to php.exe. It works wonderfully. -- Steve -- PHP Windows Mailing List (http

Re: [PHP-WIN] How to set GET and POST variables through CLI?

2007-08-23 Thread Steve Francisco
a simple call to the .exe and pass appropriate arguments to set up the $_GET array, but I'll take what I can get. Is there a better forum for asking about server integration? -- Steve John Mertic wrote: Any parameters passed from the command line go to the $argv array, but you cannot specify

[PHP-WIN] How to set GET and POST variables through CLI?

2007-08-22 Thread Steve Francisco
1=Hello parm2=Goodbye Thanks for any help. -- Steve -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] PHP5, IIS6, and Windows2003 Web Edition

2005-01-05 Thread Steve Larabee
nyone help? This is becoming very aggrivating. Everything appears to be set right, but it doesn't work. I even enabled Anonymous browsing using the Local Administrator account just to make sure there wasn't a security issue. Thanks, Steve -- PHP Windows Mailing List (http://www.php.

[PHP-WIN] Re: Re:[PHP-WIN] Strange 'if' test bug?

2004-08-31 Thread Steve McGill
nux systems. Thanks for your patience, and your answer. Best wishes, Steve "Nadim Attari" <[EMAIL PROTECTED]> schreef in bericht news:[EMAIL PROTECTED] > http://www.blueshoes.org/en/developer/php_cheat_sheet/ > -- > > "[EMAIL PROTECTED]" &l

[PHP-WIN] Re: Re:[PHP-WIN] Strange 'if' test bug?

2004-08-31 Thread Steve McGill
Yes, I forgot to mention this: if $key=0, then $key == 'muppet'equates to TRUE if $key="0", then $key == 'muppet' equates to FALSE Bit crazy...? Steve "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> schreef in bericht news:[EMAIL PROTECTED] Accordi

[PHP-WIN] Strange 'if' test bug?

2004-08-31 Thread Steve McGill
on Apache 1.3.31. Many thanks in advance for any help, Steve -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-WIN] Re: PHP 5.0.0 Released!

2004-07-14 Thread Steve Browne
Ahh ok, nice to know. Hah, I feel stupid now. -Original Message- From: Frank M. Kromann [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 14, 2004 9:53 AM To: Steve Browne Cc: [EMAIL PROTECTED] Subject: RE: [PHP-WIN] Re: PHP 5.0.0 Released! php.exe is the CLI (Command Line Interface

RE: [PHP-WIN] Re: PHP 5.0.0 Released!

2004-07-14 Thread Steve Browne
You should be using php-cgi.exe. You could also follow the directions on how to run it as an ISAPI module. The same thing happens on my computer running Windows XP and trying to use php.exe. I'm not even sure this is an error though. The documentation hasn't really been updated for PHP5 as far as

[PHP-WIN] setup of MSSQL with PHP

2004-07-03 Thread Steve Howie
"CGI server time out" I have verified the names and passwords; they should be correct, although I assume that an error would be generated if it was as simple as that... I have windows server 2003 with IIS 6 and PHP 4. PHP does run other pages just fine. Any suggestions? Thanks in advan

Re: [PHP-WIN] More Code

2004-06-11 Thread Steve Douville
copy and pasted that into a script and it didn't give me any parsing problems at all hmmm - Original Message - From: "Jonathan Gravois" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, June 11, 2004 11:21 PM Subject: [PHP-WIN] More Code > $ConfirmMessage = "";

Re: [PHP-WIN] PHP code breaks

2004-06-11 Thread Steve Douville
Give us a few lines above that, please? It could be something missing from the preceeding lines. - Original Message - From: "Jonathan Gravois" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, June 11, 2004 11:06 PM Subject: [PHP-WIN] PHP code breaks >I get this error: Pa

Re: [PHP-WIN] Opening Search results in a New Window

2004-06-10 Thread Steve Douville
Have the form button call a javascript function that opens the new window and sends the form data to that window to be queried. Then when data is returned from the search, it will appear in the new window. - Original Message - From: "Raj Gopal" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>

Re: [PHP-WIN] I've found the cause of the error but I cant fix it.

2004-05-13 Thread Steve Douville
What versions of PHP are/were you running? The newest versions install with globals not automatically being registered by default as opposed to the older versions that by default registered globals. Perhaps that is the problem, that you have an older version on 98 where globals are automatically re

Re: [PHP-WIN] Problems Configuring and I do all the manual says...HELP!

2004-05-13 Thread Steve Douville
Are you sure that MySQL is running? Are you able to connect to it with an MySQL client? Are you running it as a service or standalone? steve - Original Message - From: "Luis Moreira" <[EMAIL PROTECTED]> To: "Alejandro César Garrammone" <[EMAIL PROTECTED]&

[PHP-WIN] $_ENV displaying admin password

2004-05-13 Thread Steve Douville
Values for $AS_ADMIN_PASSWORD which is stored in $_ENV is displayed from phpinfo(). What is this a password to and can I turn it off? TIA, Steve

[PHP-WIN] Re: Working with Base64 data

2004-02-18 Thread Steve Goodman
Thanks a bunch! That's what the image should be. I'm running 4.3.2. I'll see about an upgrade. steve "Dvdmandt" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Did you try with PHP 4.3.4 (I think some earlier version was buggy)? It > worke

[PHP-WIN] Working with Base64 data

2004-02-18 Thread Steve Goodman
lem like this before? Thanks! Steve -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

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

2003-10-30 Thread Steve Sobol
set up the application mapping but forgot to set up the ISAPI filter. Everything's working now. Sorry about that, and thanks to everyone who replied. -- JustThe.net Internet & New Media Services 22674 Motnocab Road * Apple Valley, CA 92307-1950 Steve Sobol, Proprietor 888.480.4

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] --

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

[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:/

[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] 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] 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: 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] 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

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

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 -

[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

[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] 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] 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: 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: 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

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] 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] 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] 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] 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] 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

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] 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] 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

[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

[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: 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

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: 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

[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: 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: 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: 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

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-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

[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: 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: 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: 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] 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] 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

Re: [PHP-WIN] ASP and PHP

2002-05-17 Thread Steve Magruder, D2 Director
win/iis 5.0 for both) has been > that ASP is faster. Of course, ASP is fast in IIS. Everyone knows why. Apache + PHP simply can't be beat by any other web server/scripting language combo in Windows. Steve (www.stevemagruder.com) -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[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] 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

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 /

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

[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

[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

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: 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] 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

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] 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

[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] 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] 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

[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] 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: 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: 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] 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] I am trying to get off of this list

2002-04-02 Thread Steve at Puddletown
How can I get off of this list...I have requested many times and no worky... [EMAIL PROTECTED] -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] RE: [PHP-INST] XSLTransformation via Sablotron

2002-04-01 Thread Steve at Puddletown
-Original Message- From: Jan Walter [mailto:[EMAIL PROTECTED]] Sent: Monday, April 01, 2002 9:20 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: [PHP-INST] XSLTransformation via Sablotron Hello, I've used this sample code as well as the installation described at http://shanx.com/

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: 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,

[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

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] 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

[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] 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] 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] 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] 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] 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

  1   2   >