Just recently I've upgraded on of my systems to Apache 2.0 / PHP 4.3.1
on Linux. All priors installs using Apache 1.3.x I've compiled mysql
manually and added support instead of using the default support. Trying
to add mysql support now (the same way: --with-mysql=../mysql-3.23.49)
PHP stops with a
php-windows Digest 11 Mar 2003 06:53:20 - Issue 1628
Topics (messages 18949 through 18961):
Re: e-shop problem
18949 by: Thomas Smart
Re: IE seems to be more stupid than I spected!
18950 by: H Marc Bower
18951 by: Rasmus Lerdorf
18952 by: Charles P. Killmer
how do u make it read a specific php.ini in the cgi version?
"Afonso Marques Dos Santos" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
Hi,
I would like to know whats best on a Windows2000/IIS system.
I've changed to ISAPI, buit now i can't make it ro read a specific php.ini,
loca
try r+ instead of r
and if your working with a windows server add b after the r+
"William Fisher" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
>
> The Question: It is my understanding that fopen() using the "r" option
will either open the indicated file for read only OR create o
look for GDlib tutorials
"Anthony Ritter" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> I'm looking for a php tutorial or script which can open and read an
existing
> .jpg or .png from another URL.
>
> Next, the script then modifies that image by - say - cropping off the
bottom
>
Hi,
I would like to know whats best on a Windows2000/IIS system.
I've changed to ISAPI, buit now i can't make it ro read a specific php.ini, located on
the site root.
Afonso Marques dos Santos
I receive this warning when I try to fopen using FTP:
warning: fopen(ftp://user:[EMAIL PROTECTED]/and/to/the/file.txt):
failed to create stream: FTP server reports 125 Data connection already
open; Transfer starting.
The code that it is refering to is:
$handle = fopen
("ftp://user:[EMAIL PROTECT
The Question: It is my understanding that fopen() using the "r" option will either
open the indicated file for read only OR create one if it doesn't exist. fopen() is
giving me this error when trying to create/open a file.
Warning: fopen(c:/program files/apache group/apache/htdocs/test.txt)
I'm looking for a php tutorial or script which can open and read an existing
.jpg or .png from another URL.
Next, the script then modifies that image by - say - cropping off the bottom
by 20px or resizing it by 50%.
Lastly, could this modified file then be renamed on ones server?
Many thanks,
To
Hi!
I'm not sure that there's a simple soulution, but here's my
problem. Please, if anyone can help me out with an idea, write here.
First, forgive my bad english, I'll try to do it as clearly as I can.
Basicly, the problem is that I want to create an animated GIF output,
where I put together an
I ran into problems with IIS, IE, pdfs, and Sessions. Try not using a session and see
if it works. If it does I think there are some functions to use before you send the
pdf. Session_write_close() I think.
Charles
-Original Message-
From: Rasmus Lerdorf [mailto:[EMAIL PROTECTED]
S
Are you sending a content-length header? Without that I have found that
IE gets confused.
-Rasmus
On Mon, 10 Mar 2003, [iso-8859-1] Leonardo Javier Belén wrote:
> HI all!
> I am facing a problem thanks to the so-called powerful IE on Windows. I'm trying
> to generate PDFs on the fly but IE
Does it work with Netscape? I find it odd that the browser would have
anything to do with this, really.
(V)
- Original Message -
From: "Leonardo Javier Belén" <[EMAIL PROTECTED]>
HI all!
I am facing a problem thanks to the so-called powerful IE on Windows.
I'm trying to generate PD
www.hotscripts.com has some good cart scripts, the best way to learn these
is to download and read the script thru :)
"Andrzej Wroblewski" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
>
>
>
>
>
>
>
>
> Hi
>
> I'm designing internet shop based on PHP and MySQL, but I don't know
> ho
php-windows Digest 10 Mar 2003 15:47:30 - Issue 1627
Topics (messages 18927 through 18948):
Passing value in URL to a form
18927 by: Stephen K Knight
Passing value in URL to form
18928 by: Stephen K Knight
18935 by: Bobo Wieland
18941 by: Thomas Smart
PHP ex
as of php 5 the register globals is not even going to be an option so get
used to using $_POST and $_GET !!
"Rich Gray" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> > Thanks, but I found out something really interesting! I was using
> > php-win32
> > version 4.3.0 and it would no
Hi to everybody,
I have a problem that i don't know whether it's normal or only happens in my
server.
I have a PC Box with W2k Server, Apache 1.3.27, Sql Server 2000 and PHP4.3.1
The PHP is configured as a CGI of Apache and it has actived the options of
mssql and persistents connections. The nu
HI all!
I am facing a problem thanks to the so-called powerful IE on Windows. I'm trying
to generate PDFs on the fly but IE refuses to open the file. Not mention that I cannot
ask for implace activation. I tried all the stuff around but I get always the same
thing. "The file is not longer a
Hi
I'm designing internet shop based on PHP and MySQL, but I don't know
how to solve the following problem: when the customer want to buy some
article he/she click check button and the article is in her/his bag. So the
problem is I'm not familiar with this technology. Could anyone expl
> Thanks, but I found out something really interesting! I was using
> php-win32
> version 4.3.0 and it would not process the variables. I took the
> same script
> and ran it a buddies server with version 4.0.6 and it ran fine. I unloaded
> 4.3.0 and loaded 4.0.6 on my server and the scripts ran fin
Your buddy probably has register globals switched on.
George
> -Original Message-
> From: Reggie P [mailto:[EMAIL PROTECTED]
> Sent: 10 March 2003 12:40 pm
> To: [EMAIL PROTECTED]
> Subject: [PHP-WIN] Re: Variable problems
>
>
> Thanks, but I found out something really interesting! I was
Thanks, but I found out something really interesting! I was using php-win32
version 4.3.0 and it would not process the variables. I took the same script
and ran it a buddies server with version 4.0.6 and it ran fine. I unloaded
4.3.0 and loaded 4.0.6 on my server and the scripts ran fine! Make sens
or you could set your php to parse .html files, then you can do it with php
$_GET['varname']
"Bobo Wieland" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> You can do it with javascript...
>
>
>
> but t
Thanks for your help!
Yes - it looks like you have to restart te machine every time you add
modules (but only on IIS). Even Java/PDF modules are working now (but only
as ISAPI).
Needs to be solved the problem the script works only every third time it is
called. Another difference between Apache an
no, u just need to get the variable $test from the post befor you can call
it,
if you call $test without letting php know that $test is the same as the
POST test it doesnt know what you are talking about.
so in page 1 you have a form with textfields etc. the method is post
in page 2 you get the t
Well I could, but then I get a problem at the next stage.
To summarise, there are three stages:
- entry form
- confirmation - display details and say 'is this okay?'
- write to database
If you enter O'Brien in the form, it's shown as O\'Brien on the
confirmation. If I leave it that way, when it r
Further to my post about problems with single quotes in a login sequence...
I also have a form in which I enter the text of articles. These naturally
contain quotes of both types, ampersands and all that good stuff. So, I read
the text in from a database and I've tried applying htmlentities() to t
Can't you just use Where the name should
be visible, and never really modify the variable, just the output...?
. bobo .
"rotsky" <[EMAIL PROTECTED]> skrev i meddelandet
news:[EMAIL PROTECTED]
> I have a user registration form. If someone enters a name like O'Brien,
then
> it turns up on the nex
You can do it with javascript...
but this question would be better suited somewhere else than @ PHP-WIN,
don't you think? =)
. bobo .
- Original Message -
From: "Stephen K Knight" <[EMAIL PROTECTED]>
To: <[E
Yes, it does work very nicely.
Check this tutorial for installing SSL support:
http://www.serverwatch.com/tutorials/article.php/1437211
HTH
Ignatius
- Original Message -
From: "John M." <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, March 08, 2003 11:26 PM
Subject: [PHP-WIN]
I have a user registration form. If someone enters a name like O'Brien, then
it turns up on the next page (having been POSTed) as O'\Brien. So I use
stripslashes() to remove the slash and it displays fine. So far so good.
Then I POST the details again to the next page which writes the details to
t
31 matches
Mail list logo