Search found 2 matches

by jimbanks
Wed Apr 05, 2006 11:44 am
Forum: PHP - Code
Topic: Limit MySQL records show blank per page?
Replies: 1
Views: 764

Just FYI... if you just need 5 rows... try....

select * from table1 LIMIT 1,5
by jimbanks
Wed Apr 05, 2006 11:38 am
Forum: PHP - Code
Topic: Obfuscated PHP code
Replies: 3
Views: 696

Obfuscated PHP code

Could someone please tell me some ideas on how to decrypt this...... I tried the classic tricks (replace "eval" with "echo") but it's probably nested... and I think the base64 encoded stuff is encrypted ( I can see something like this: $a ^ $b ....XOR)..... but it works (no parsi...