[EMAIL PROTECTED] wrote:
I dont understand what you are doing with the md5, and
i assume YOU will know which file is the latest version.
this is what i have to try and find out to prevent that.
How could i check for date modified on an uploaded file ?
Not possible. Uploaded files have modific
Hi
Am Mi, 2004-02-18 um 20.37 schrieb Rostislav Kerey:
> Hi all,
> How I can to draw ellipse with Ming functions?
> I have found how to draw circle but not ellipse :(
> Help me please!!!
Not tested and just pseudo-code (from a mathematical view):
for ($degree = 0; $degree <= 360; $degree++) {
On Thu, 19 Feb 2004, Juan Torres wrote:
> ¡Hola!
>
> Excuse me, but my english is bad :(.
>
> My problem is: When I'm writting text in a PDF document, I want to know the
> current position, or next position of next text to insert.
>
> I want to know when I'm near the finish page.
¡Hola!
Ther
Hi List,
Is there a way to easily install Php with ALL additional modules / options
available on FreeBSD 4.7 (not using ports) ?
The mods I can think of at the moment are
GD2+
ImageMagick
MySql
Zlib
XSLT
And any other ones that will make life easier
I ask as I have searched and search but ther
Thanks very much!
You are very nice.
If you want to practise your spanish, you can write me when you want.
Muchos saludos desde España.
Hasta pronto.
Juan Torres.
"Jyry Kuukkanen" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> On Thu, 19 Feb 2004, Juan Torres wrote:
>
> > ¡Hola!
>
Hi List!
Is it possible to Handle logins via NTLM with PHP?
I can't find anything about this at google :(
Greetings, Chris
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
[EMAIL PROTECTED] wrote:
Is it possible to Handle logins via NTLM with PHP?
Yes, but it would be quite involved and not really worth doing.
I can't find anything about this at google :(
Are you using Apache? If yes, a good starting point would be...
http://twiki.org/cgi-bin/view/Codev.WindowsInst
On 18 February 2004 22:13, Alex Hogan wrote:
> Sorry...,
>
>
>
> Line 17 is: print " href=\"$id\">$row2[$rtxt]";
I haven't a clue what this is relating to (bit *too* much snippage there!), but I
think that statement is going to need some curly braces to have a chance of working as
intended:
> [EMAIL PROTECTED] wrote:
> > Is it possible to Handle logins via NTLM with PHP?
>
> Yes, but it would be quite involved and not really worth doing.
>
> > I can't find anything about this at google :(
>
> Are you using Apache? If yes, a good starting point would be...
>
> http://twiki.org/cgi-b
I was considering my only last options is diff and filesize, but then i was
thinking say the latest file is a size of 1mb, the copy of the users machine
is 2mb but is still not in sync with the latest copy then . sorry to trouble
you about this, i would have intergrated php with cvs viewer, but thi
[EMAIL PROTECTED] wrote:
Mhm. Thanks i think i'll try this.
But I doubt only this is enought for me.
Is there a way of running a script after trying this login procedure?
mod_ntlm will handle all the authentication for you transparently. By
the time Apache gets to executing your script you are
Hi everyone,
I have this situation:
I use some regular expressions to rewrite the URL of a web site,
in particular:
http://www.mysite.com/lingua-ita/colore-rosso/pagina.html
that becames
http://www.mysite.com/pagina.php?lingua=ita&colore=rosso.
Is all ok until I use some session variables.
It hap
how to generate a image link with php ?
i use this but it returns errors :
print("");
print("img src="image.jpg");
print("");
Thanks
Dominique ANOKRE wrote:
how to generate a image link with php ?
i use this but it returns errors :
print("");
print("img src="image.jpg");
print("");
Try...
print('');
print('');
print('');
And I'd suggest getting a beginners book from the selection here:
http://php.net/books
--
Stuart
--
PHP
I think it should the following:
print "Create image link\n";
print("");
print("");
print("");
Nguyen,
-Original Message-
From: Dominique ANOKRE [mailto:[EMAIL PROTECTED]
Sent: Thursday, February 19, 2004 6:21 PM
To: Php List
Subject: [PHP] generate a image
ok
good now - solved !!
thansk you
- Original Message -
From: "Seba" <[EMAIL PROTECTED]>
To: "Dominique ANOKRE" <[EMAIL PROTECTED]>
Sent: Thursday, February 19, 2004 11:23 AM
Subject: Re: [PHP] generate a image link with php
> It is better:
>
> print("");
> print("");
> print("");
>
>
Hi everyone,
I have this situation:
I use some regular expressions to rewrite the URL of a web site,
in particular:
http://www.mysite.com/lingua-ita/colore-rosso/pagina.html
that becames
http://www.mysite.com/pagina.php?lingua=ita&colore=rosso.
Is all ok until I use some session variables.
It hap
php-general Digest 19 Feb 2004 12:16:25 - Issue 2599
Topics (messages 178194 through 178236):
Re: checking users have the latest version of a file
178194 by: Chris W. Parker
178196 by: daniel.electroteque.org
178197 by: daniel.electroteque.org
178198 by: danie
Hi,
how can I use 'header_list()' function. My manual says: "Might be only in
CVS".
What is CVS? How do I install CVS?
Thanks
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi all,
I solved this today. It seems odd.
If you define an action it DOES NOT work, but if you skip that entirely the
POST variables are sent!
so
works
doesn't work.
Why would this be?
thanks
Jules
- Original Message -
From: "julian haffegee" <[EMAIL PROTECTED]>
To: <[EMAIL PR
Hello Juan,
Thursday, February 19, 2004, 1:13:56 PM, you wrote:
JT> how can I use 'header_list()' function. My manual says: "Might be only in
JT> CVS".
JT> What is CVS? How do I install CVS?
In a nutshell, if it's in CVS and you need it for a live site - ignore
it. CVS is the repository where al
On Thursday 19 February 2004 13:32, julian haffegee wrote:
> Hi all,
>
>
> I solved this today. It seems odd.
>
> If you define an action it DOES NOT work, but if you skip that entirely the
> POST variables are sent!
>
> so
> works
> doesn't work.
I have -never- seen that behaviour. In fact, I
Hello:
Session is not working in PHP script file when executed through the browser
IE 5.0 on Windows 2000 platform. In IE latest versions the script is
working fine. Does anybody have any solution or report related to this. PHP
version on the server is 4.3.
Sheni R Meledath
[EMAIL PROTECTED]
Hello Juan,
On 18 Feb 2004 at 13:51, Juan Torres wrote:
> Does PHP allow parser a XML with a XSL-FO and create a PDF?
Your English is kind of difficult to understand, but I guess you want to know if you
can
perform XSL-FO transformations with PHP. If this is your question, the answer is 'no':
Hello Seba,
Check your php.ini file: you'll probably find that "session.use_trans_sid" is set to
1,
which is actually a security hazard. If you set "session.use_trans_sid" to 0, session
IDs
will no longer be automatically sent as GET variables.
Cheers,
Erik
On 19 Feb 2004 at 13:15, Seba wr
On 19 Feb 2004 at 15:53, [EMAIL PROTECTED] wrote:
> I just discovered something totally bizarre with file uploads and mime
> types, if i have the document open i am trying to upload say a word file
> application/octet-stream and if i close the document application/msword ,
> why is this ?
My gues
I still get this message with the class HTTP_Request (Pear).
--snip--
Warning: fsockopen() [function.fsockopen]: php_hostconnect: connect failed
in /home/website/emarket/www/zz_test_dir/Net/Socket.php on line 108
Warning: fsockopen() [function.fsockopen]: unable to connect to
216.109.118.68:80 in
Yes, the script on the box can run and hit google. I did with telent and it
connected successfully and type a make-up word 'get' follow by the enter key
and got a response below...
--snip--
400 Bad Request