Search found 121 matches
- Tue Sep 17, 2002 8:16 am
- Forum: Javascript
- Topic: prevent a page from being picked up by a search engine
- Replies: 4
- Views: 5251
- Tue Sep 17, 2002 8:12 am
- Forum: PHP - Code
- Topic: Switch problem?!
- Replies: 5
- Views: 960
- Tue Sep 17, 2002 7:40 am
- Forum: PHP - Code
- Topic: Switch problem?!
- Replies: 5
- Views: 960
- Tue Sep 17, 2002 2:43 am
- Forum: Javascript
- Topic: prevent a page from being picked up by a search engine
- Replies: 4
- Views: 5251
- Tue Sep 17, 2002 1:12 am
- Forum: PHP - Code
- Topic: How to make this work
- Replies: 3
- Views: 839
Code: Select all
$nums = array("43","2","56","38");
$nums2 = array("34","53","4","9");
if(in_array($f,$nums)) {
//Do stuff
} elseif(in_array($f,$nums2)) {
//Do stuff
} else {
//Do stuff
}- Mon Sep 16, 2002 6:44 pm
- Forum: PHP - Code
- Topic: Encryption of a string
- Replies: 38
- Views: 5932
if someone enters a password and has access to your database and sees someone with the same encryption string they know what the password is. so if you salt the password and then encrypt it will be a different string with the same password. ie: i was saying to just use your username and password. $u...
- Mon Sep 16, 2002 1:13 pm
- Forum: PHP - Code
- Topic: Email Frustrations
- Replies: 21
- Views: 4546
- Mon Sep 16, 2002 12:34 pm
- Forum: PHP - Code
- Topic: Email Frustrations
- Replies: 21
- Views: 4546
- Mon Sep 16, 2002 12:10 pm
- Forum: General Discussion
- Topic: SPAM - its not just for dinner anymore
- Replies: 17
- Views: 9344
- Sun Sep 15, 2002 3:40 pm
- Forum: General Discussion
- Topic: A really good PHP editor...
- Replies: 47
- Views: 31898
- Sun Sep 15, 2002 1:54 pm
- Forum: PHP - Code
- Topic: post method upload question
- Replies: 4
- Views: 761
- Sun Sep 15, 2002 12:58 pm
- Forum: General Discussion
- Topic: A really good PHP editor...
- Replies: 47
- Views: 31898
- Sun Sep 15, 2002 12:45 pm
- Forum: General Discussion
- Topic: A really good PHP editor...
- Replies: 47
- Views: 31898
what version of notepad doesn't have ctrl f and ctrl s?
context is still number 1 to me
people who say notepad is the best are just fooling themselves.
context is still number 1 to me
- Sun Sep 15, 2002 12:36 pm
- Forum: General Discussion
- Topic: PHP Blackjack
- Replies: 15
- Views: 6391
- Sun Sep 15, 2002 12:17 pm
- Forum: PHP - Code
- Topic: Encryption of a string
- Replies: 38
- Views: 5932