[PHP] Reg-Cache problem

2002-08-02 Thread SenthilVelavan
Hello All, I have the following lines in my program to disable the caching with the client. But still the clients cache my pages.Installed versions in my server is PHP 4.2.2 and Apache 2.0.39. Is there any other way to go. Any help is appreciated. Advance thanks and regards, Sent

[PHP] Reg- array_unique

2002-08-02 Thread SenthilVelavan
Hello All, I tried a program using array_unique.It shows different outputs in PHP4.06 and PHP4.22 Program: Output: PHP4.06 Index 0 Content snp PHP4.22 Index 2 Content snp Why the index is differed in two version? Whether the function array_unique is handled in

Re: [PHP] Reg-PHP4.22 and Apache1.3.26 Installation

2002-07-30 Thread SenthilVelavan
irectories. Now my Apache 1.3.26 and PHP 4.22 (As DSO ) installation is OK. Any one of you may have some other solution.If so please post it. regards, SenthilVelavan.P - Original Message - From: "SenthilVelavan" <[EMAIL PROTECTED]> To: "PHP-General" <[EMAIL PROTECTED]&

[PHP] Reg-PHP4.22 and Apache1.3.26 Installation

2002-07-30 Thread SenthilVelavan
Hello All, I have tried to install Apache 1.3.26 and PHP 4.22 (as DSO ). By following the below steps my Apache 1.3.26 installation was OK ./configure --enable-module=so make make install But while running make for PHP 4.22 i got the following error. [Note:My configure com

Re: [PHP] SMS message ?

2002-07-30 Thread SenthilVelavan
Hi Ranaivo Rija, Try this website http://www.k1m.com/scripts/sms_web_sender/ for more information. It's about "SMS Web Sender" .It is a PHP class which connects to a web site offering free SMS sending, logs you in with your username and password and sends your SMS messag

[PHP] Reg patch for PHP4.0.6

2002-07-29 Thread SenthilVelavan
Hello Folks, I have applied a patch from http://www.php.net/do_download.php?download_file=rfc1867.c.diff-4.0.6.gz for PHP 4.0.6. Is my patched PHP4.0.6 is compatible to PHP4.2.2. If not please list the features or bugs that are not fixed with my patch applied version. Which

[PHP] Reg-Vulnerabilities in PHP

2002-07-28 Thread SenthilVelavan
Hello Folks, I have applied patch to PHP4.0.6.Any one of you please suggest on how to test the patched version and confirm that the vulnerability is fixed. [Note :Patch is applied for the following Vulnerability. Vulnerabilities in the php_mime_split function may allow a

Re: [PHP] Best way to store login data?

2002-06-14 Thread SenthilVelavan
Hello Leif, My opinion is 1.First do md5 encoding for passwords. 2.Store the username and encoded passwords in database as well as in two cookies. Note:But storing the passwords in a cookie is a security issue. regards, SenthilVelavan.P, KovaiTeam Softwares. - Origin

Re: [PHP] PHP Chat Program?

2002-06-14 Thread SenthilVelavan
Hello Devin, Please download chat application from http://sourceforge.net/projects/phpmychat I have tried this it's so simple and easy.Let me know if you have any problem. regards, SenthilVellan.P, KovaiTeam Softwares. - Original Message - From: "Devin Atencio" <[EMAIL PR

Re: [PHP] Shut down server

2002-06-14 Thread SenthilVelavan
Hello Rosen, You can try with visudo command in linux. For example if you want to give permission to user1 then give shutdown permission to that user using visudo command. you have to edit something like username ALL=(ALL) ALL Here the above user is assigned with all righ

Re: [PHP] Quick question

2002-06-14 Thread SenthilVelavan
Hello Dan, Please try this.Let me know if you have any problem. function setChecked() { document.forms[0].r1value.value='on'; } function checkr1() { if(document.forms[0].r1value.value=='on') { alert("One of your radio button is selected"); return false; } else {

Re: [PHP] Confusion with the $_name $_type $_size Variable Extensions

2002-06-14 Thread SenthilVelavan
-Lakario, Please have a look on http://www.php.net/manual/en/features.file-upload.php for more information on fileuploads in php.Also check with the size of the files you have transferred.When file size is large, then your files won't get uploaded.This is due to the low execution

Re: [PHP] session problems....

2002-06-14 Thread SenthilVelavan
-Rick Change the owner and group of the directory to nobody.nobody to your /tmp directory.Iam not sure here. regards, SenthilVelavan.P - Original Message - From: "php" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, June 15, 2002 7:42 AM Subject: [PHP] session problems >

Re: [PHP] Reg-Maximum allowed size for uploaded files

2002-06-14 Thread SenthilVelavan
Thanks Chris for your immediate response.Yes we got the error page not found when we cross 7.5 MB. How to increase the time out time.Whether we have to edit the httpd.conf or php.ini file to increase the time out time. Any help is appreciated. thanks in advance, SenthilVelavan.P - Original Me

[PHP] Reg-Maximum allowed size for uploaded files

2002-06-13 Thread SenthilVelavan
Hello techies, What is the Maximum allowed size for uploaded files in php.ini file? I have tested it for the following amount upload_max_filesize = 10M But here i can achieve only upto 7.5MB .Is that the limit of php.? Any help is appreciated. Thanks in advance, Senthilvel