[PHP] Re: Format of Encrypted Password

2006-09-06 Thread Mourad Boulahboub
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 --

[PHP] Re: Free Shopping Carts

2006-09-01 Thread Mourad Boulahboub
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:

[PHP] Re: ssl.

2006-08-25 Thread Mourad Boulahboub
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

[PHP] Re: [EMAIL PROTECTED]

2006-08-25 Thread Mourad Boulahboub
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

[PHP] Re: ssl.

2006-08-25 Thread Mourad Boulahboub
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 unsecured.

[PHP] Re: ssl.

2006-08-25 Thread Mourad Boulahboub
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 leaving of a secure site. The snag is that root document is secure but some of the embedded

[PHP] Re: ssl.

2006-08-25 Thread Mourad Boulahboub
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 Turner schrieb am 25.08.2006 10:36: My understanding

[PHP] Re: functions classes

2006-08-25 Thread Mourad Boulahboub
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

[PHP] Re: upload image

2006-08-24 Thread Mourad Boulahboub
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=

[PHP] Re: How to deal with errors in forms

2006-08-24 Thread Mourad Boulahboub
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 do a

[PHP] Re: upload image

2006-08-24 Thread Mourad Boulahboub
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) {

[PHP] [EMAIL PROTECTED]

2006-08-24 Thread Mourad Boulahboub
news.gmane.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php