Jump to content
php.lv forumi

Web aizsardzība


Devils666

Recommended Posts

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..

Link to comment
Share on other sites

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 by briedis
Link to comment
Share on other sites

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.. :)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...