Search found 8 matches
- Tue Dec 05, 2006 6:21 am
- Forum: PHP - Code
- Topic: checking letter case using php
- Replies: 2
- Views: 440
checking letter case using php
How should we match exact letters means(lowercase==lowercase)or(UPPERCASE==UPPERCASE) or(lowercaseUPPERCASE==lowercaseUPPERCASE) while checking for password for eg. abc=ABC(must not be allowed) abc=aBc(must not be allowed) only abc=abc must be allowed i want to match the words by cases but in my sit...
- Thu Nov 09, 2006 12:32 am
- Forum: PHP - Code
- Topic: how to activate remember me checkbox
- Replies: 6
- Views: 1676
how to activate remember me checkbox
In the login section there are three fields like USERNAME : PASSWORD : checkbox : Remember me :- How do i work on this checkbox ? I want to do the functionality Remember me on this computer How it can be done using php code can u suggest any code plz..Once user check the checkbox at the time of logi...
- Mon Nov 06, 2006 3:56 am
- Forum: PHP - Security
- Topic: how to replace the file from server folder
- Replies: 1
- Views: 1103
how to replace the file from server folder
In my project i m going to upload a resume in specified folder on server and the file name is going to be saved in database A user can later update his information and can upload the another file .So i want to repalce the previous file with this new file from server folder and So how can i do that !...
- Fri Nov 03, 2006 11:05 pm
- Forum: PHP - Security
- Topic: how to restrict the browser controls
- Replies: 8
- Views: 3056
- Fri Nov 03, 2006 4:05 am
- Forum: PHP - Security
- Topic: how to restrict the browser controls
- Replies: 8
- Views: 3056
how to restrict the browser controls
In my project site i have a memaber area which user can access only after login. I had done this using cookie. After logut cookie is destroyed and user will be sent to home page. But my problem is even after logout he is able to go back to member area using browser back and forward controls.But i do...
- Thu Nov 02, 2006 11:25 pm
- Forum: PHP - Code
- Topic: Fatal error
- Replies: 4
- Views: 550
Fatal error
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 11520 bytes) in /public_html/top_level.inc.php on line 12 in php on line 12 it is $login_arr = array("allotted file names"); if(in_array($curr_file, $login_arr) && !isset($HTTP_COOKIE_VARS["COOKIE_N...
- Thu Nov 02, 2006 1:18 am
- Forum: PHP - Code
- Topic: What error is this : Fatal error:
- Replies: 1
- Views: 956
What error is this : Fatal error:
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 11520 bytes) in /public_html/top_level.inc.php on line 12 in php top_level.inc.php is a file which is include at the top of every file so that user can not access the page directly without proper login can help me to sol...
- Thu Nov 02, 2006 12:53 am
- Forum: PHP - Code
- Topic: mail is not going to yahoo ids using php mail function
- Replies: 2
- Views: 451
mail is not going to yahoo ids using php mail function
Hell everybody, i have used php mail function mail($to,$subject,$msg); It is not giving any eror but if i give yahoo id like $to="mang@yahoo.com"; and checked the account no mail is there. But if i used $to="mang@gmail.com"; i m recieving the mail can anybody tell me what is the ...