Aliarth
Member since Apr 9, 2012
- Profile: /members/9814-aliarth.htm
- URL: http://aliarth.lt
- Comments: 2
Recent Blog Comments By Aliarth
-
MySQL Does Not Support IF / ELSE Statements In General SQL Work Flow
Posted on Apr 9, 2012 at 1:15 AM
if (mysql_query("SELECT * FROM skaitliukas")) { echo '[b]First[/b]<br/>'; $a1=mysql_query("SELECT * FROM skaitliukas WHERE ip='" . IP . "' AND narsykle='" . NARSYKLE . "'"); if (($a1) and (mysql_num_rows($a1) != 0)) { echo '[b]Second[/b]<br/>'; $a2... read more »
-
MySQL Does Not Support IF / ELSE Statements In General SQL Work Flow
Posted on Apr 9, 2012 at 1:14 AM
if (mysql_query("SELECT * FROM skaitliukas")) { echo '[b]First[/b]<br/>'; $a1=mysql_query("SELECT * FROM skaitliukas WHERE ip='" . IP . "' AND narsykle='" . NARSYKLE . "'"); if (($a1) and (mysql_num_rows($a1) != 0)) { echo '[b]Second[/b]<br/>'; $a2... read more »