[PHP-WIN] Re: [PHP-DEV] PHP 4.1.2 for windows

2002-03-10 Thread Shane Caraveo
I have my own compile available at www.caraveo.com/fastcgi/php.zip No, it's not anything to do with fastcgi, I just threw it there as it was a handy location. It's not realy tested out, other than patches for security fixes are included. It doesn't include any additional modules, though the 4.1.1

php-windows Digest 11 Mar 2002 07:05:10 -0000 Issue 1040

2002-03-10 Thread php-windows-digest-help
php-windows Digest 11 Mar 2002 07:05:10 - Issue 1040 Topics (messages 12559 through 12569): new window with set size via php ? 12559 by: Wolfgang Schneider 12561 by: Mike Flynn 12563 by: alain 12568 by: Mike Flynn 12569 by: Wolfgang Schneider Re: str

Re: [PHP-WIN] new window with set size via php ?

2002-03-10 Thread Wolfgang Schneider
On Sun, 10 Mar 2002 17:27:15 -0500, Mike Flynn wrote: Hi Mike and Alain >Good point. I assumed that Wolfgang meant for normal client-side pages. Actually, I was thinking of some "normal server side pages" ... :-) I've seen things people did with asp pages where I thought they sized pop windo

Re: [PHP-WIN] new window with set size via php ?

2002-03-10 Thread Mike Flynn
Good point. I assumed that Wolfgang meant for normal client-side pages. -Mike At 10:33 AM 3/10/02 -0800, alain wrote: >Mike: >You are right and you are wrong ;) It depends on the way that you are using >php, if it's on a web site you are right, but you can also use php as a >standalone applicat

[PHP-WIN] Problem : how to tell PHP which MySQL build to point to ???

2002-03-10 Thread Andrea Di Salvo
Hello, Windows XP Pro, Apache 2.0.32, PHP latest build and MySQL latest build here. The problem is simple, I don't know how simple the solution is Ok, here it goes : in latest build of PHP MySQL is already included but it's build 3.something ... since I have downloaded latest b

[PHP-WIN] Re: PHP4_Win98se_Apache. text in window instead of html response?

2002-03-10 Thread J Wynia
The most common cause of PHP scripts being displayed on PHPTriad installations is not routing requests through the web server, ie. opening the files through the browser's File -> open menu rather than through a URL like http://localhost/script.php. "Bob Parks" <[EMAIL PROTECTED]> wrote in message

[PHP-WIN] PHP FastCGI update

2002-03-10 Thread Shane Caraveo
I've just uploaded a new build of the ISAPI/NSAPI FastCGI modules, fixing a bug on error output and a problem in the readme.txt file that prevented proper configuration. Further details can be found in the php-windows mail list archive at http://aspn.activestate.com/ASPN/Mail/Message/1006937 Dow

[PHP-WIN] Re: Can anyone translate this script to php?

2002-03-10 Thread Ceyhun Güler
Someone helped me in php.general! thanks! "Ceyhun GüLer" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I have a small picture and when I click on this image > image opens resimgoster.asp with "resimgoster.asp?res=main tumbled images > picture.jpg" > and this a

Re: [PHP-WIN] new window with set size via php ?

2002-03-10 Thread alain
Mike: You are right and you are wrong ;) It depends on the way that you are using php, if it's on a web site you are right, but you can also use php as a standalone application, that way you can use it, as you would use - God forbides - VB. And with the PHP COM connection, you can probably find an

[PHP-WIN] Can anyone translate this script to php?

2002-03-10 Thread Ceyhun Güler
I have a small picture and when I click on this image image opens resimgoster.asp with "resimgoster.asp?res=main tumbled images picture.jpg" and this asp code includes <%@language="vbscript"%> <%location=request.querystring("res") location=replace(location, " ", "/") %> this code gets "res"

Re: [PHP-WIN] new window with set size via php ?

2002-03-10 Thread Mike Flynn
Argh, how many times must it be reiterated that PHP is a *SERVER SIDE PROGRAMMING LANGUAGE*. What this means is that by itself it cannot do ANYTHING on the client's side ONCE THE PAGE HAS LOADED. You can have PHP generate some JavaScript and dHTML to do such things, but PHP by itself only ex

Re: [PHP-WIN] Re: strings with $ sign

2002-03-10 Thread Mike Flynn
$result_html = ' ... html code<-- " FOOTER CENTER $LOGOIMAGE footer.jpg " !--> ... more html code'; Use SINGLE quotes to enclose DOUBLE quotes or $ dollar signs. -Mike At 11:51 AM 3/10/02 +0100, you wrote: >The thing is that the result html code is to be parsed by HTMLDOC (pdf >generator)

[PHP-WIN] new window with set size via php ?

2002-03-10 Thread Wolfgang Schneider
Hi everyone, does anyone know if one can open a browser window with a specific size from within a php script ? I mean achieve something like what javascript can do via including the following onclick="window.open('testpage.html','test','width=480,height=400');" in an http://classes.bibelcente

php-windows Digest 10 Mar 2002 14:18:07 -0000 Issue 1039

2002-03-10 Thread php-windows-digest-help
php-windows Digest 10 Mar 2002 14:18:07 - Issue 1039 Topics (messages 12555 through 12558): Re: MySQL auto_increment ?? 12555 by: Jakob Kruse Re: GD 2.0 for windows? 12556 by: Jakob Kruse Re: strings with $ sign 12557 by: Sviss Cobazor PHP4_Win98se_Apache. text in

[PHP-WIN] PHP4_Win98se_Apache. text in window instead of html response?

2002-03-10 Thread Bob Parks
Refresh my memory. Just reformatted my c:\ and rebuilding from scratch. In my IE6 browser window I'm getting php text instead of html "order results" page after submitting a form. See below. ** I need the proper install instructions for PHP4 with Apache server on Win98. It worked before for

[PHP-WIN] Re: strings with $ sign

2002-03-10 Thread Sviss Cobazor
The thing is that the result html code is to be parsed by HTMLDOC (pdf generator) to create pdf from the webpage. By inserting <-- "some string" !--> into the html, HTMLDOC can catch these strings and act from them. example: $result_html = " ... html code<-- " FOOTER CENTER $LOGOIMAGE footer