Devils666 Posted January 7, 2010 Report Share Posted January 7, 2010 Gribeju uzzināt, kam precīzi ir šī funkcija paredzēta? function getRowByQuery($query){ $rs=mysql_query($query); $row=mysql_fetch_array($rs); if(mysql_affected_rows()==0) { return'empty'; }else{ return $row; }} Un vai kāds nezin, kādu lapu, kur pamācības, vai vienkārši nosaukt būtiskākās lietas, kā aizsargāt lapu, no visādiem uzbrukumiem utml.. Quote Link to comment Share on other sites More sharing options...
briedis Posted January 7, 2010 Report Share Posted January 7, 2010 (edited) hmm, vai tad nezini ko dara funkcijas - mysql_query, mysql_fetch_array, mysql_affected_rows ? Ja nē, tad RTFM. Par aizsardzību, meklē netā: sql injections, XSRF, XSS, Remote File Inclusion.... Pietiks ko palasīties ar pirmajiem desmit rezultātiem, ko atgriezīs google uz šiem atslēgvārdiem... Edited January 8, 2010 by briedis Quote Link to comment Share on other sites More sharing options...
Devils666 Posted January 8, 2010 Author Report Share Posted January 8, 2010 hmm, vai tad nezini ko dara funkcijas - mysql_query, mysql_fetch_array, mysql_affected_rows ? Ja nē, tad RTFM. Par aizsardzību, meklē netā: sql injections, XSRF, XSS, Remote File Inclusion.... Pietiks ko palasīties ar pirmajiem desmit rezultātiem, ko atgriezīs google uz šiem atslēgvārdiem... nu jā, un par to funkciju apmēram jau sapratu, tikai domāju, vai viņa ir vajadzīga... par injekcijām un xss jau skatījos, jāapskatās, kas tie pārējie.. :) Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.