Hi Kevin,
Kevin Murphy schrieb am 06.09.2006 00:27:
>
> $_SERVER['PHP_AUTH_PW']
>
this is needed if you run HTTP-Authentication for e.g. .htaccess/.htpasswd
i think you will find a string like
Header("WWW-Authenticate: Basic
in your scripts also.
I think the passwords are stored in MD5
--
John Nichel schrieb am 31.08.2006 23:12:
> Jay Blanchard wrote:
>> Can we do anything else for you today?
>>
>
> I'm a php programmer and I have a valve knocking in the engine of my
> car. Can you fix it?
>
lol
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://
Hi Bigmark,
Bigmark schrieb am 25.08.2006 11:39:
> Can anyone tell me if it is relatively an easy process for an experienced
> coder (not me) to convert a php script to mainly functions/classes.
> I have my own script that i would like to make more streamlined as it is
> becoming very difficult to
Hi alex
Alex Turner schrieb am 25.08.2006 11:19:
> You're right, but I am impatient ;-) :-)
i am too. but it can't be helped. we have to wait *gg*
>
> Best wishes - AJ
regards
Mourad
--
>
> Mourad Boulahboub wrote:
>> Hi alex,
>>
>> Alex
it for an answer.
greets
Mourad
--
>
> Mourad Boulahboub wrote:
>> Hi Alex,
>>
>> Alex Turner schrieb am 25.08.2006 09:55:
>>> Mourad,
>>>
>>> I think that you might have misread the original post. The snag appears
>>> not to be the lea
Hi Alex,
Alex Turner schrieb am 25.08.2006 09:55:
> Mourad,
>
> I think that you might have misread the original post. The snag appears
> not to be the leaving of a secure site. The snag is that root document
> is secure but some of the embedded urls (images, frames, iframes etc)
> are unsec
sorry for that :(
Mourad Boulahboub schrieb am 24.08.2006 17:12:
> news.gmane.org
>
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi João,
this is the standard alert message from internet explorer. Because you
go from https to http it get show up. This is no bug in your script or
either in the certificate. Try it by surfing to a secure website (not
yours) with https and then leave it by typining a non secured website
into th
news.gmane.org
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi Sonja,
Sonja schrieb am 24.08.2006 12:36:
> Hi,
> It looks like:
>
> $result= move_uploaded_file($image['tmp_name'], $uploadDir .
> $imagePath);
is $uploadDir writeable to the webserver!? check this first.
if it is
>
> if ($result) {
>
Hi Merlin,
try with sessions. in this case you don't have to append something to
the URL as parameters
Merlin schrieb am 24.08.2006 11:40:
> Hi there,
>
> I do have a form where there is also a field with max 2000 characters
> the user can put in.
>
> Now before processing the data with php, I
Hi sonja,
Sonja schrieb am 24.08.2006 09:38:
> Hi,
>
> I have problems with uploading image, here is the code
>
> if(isset($_POST['txtTitle']))
> {
> $albumId = $_POST['cboAlbum'];
> $imgTitle = $_POST['txtTitle'];
> $imgDesc = $_POST['mtxDesc'];
>
> $images=
12 matches
Mail list logo