PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Hello. I am currently working on a project modifying an auction script called ilance and I can't remember what -> means. Every search engine I have tried filters out these character and I was wondering if someone here could please tell me what this means as I am having difficulty understanding the code. The script uses many lines of things like this:
<?php
$ilance->GPC['cmd'];
$ilance->db->query("SELECT * FROM ".DB_PREFIX."users
WHERE username IN ('".addslashes(htmlspecialchars_uni($ilance->GPC['username']))."', '".addslashes(htmlspecialchars_uni($unicode_name))."')");
?>