Ik heb dit stukje code:
Maar ik krijg deze error:Warning: Supplied argument is not a valid MySQL result resource in c:\program files\easyphp\www\standardpage.php3 on line 3
PHP:
1
2
3
4
5
6
7
8
9
10
11
12
| <? $mysql = mysql_query("SELECT * FROM paginas WHERE titel='$pagina'"); while ($regel = mysql_fetch_array($mysql)) { $text = $regel["text"]; echo"$text"; } ?> |
Maar ik krijg deze error:Warning: Supplied argument is not a valid MySQL result resource in c:\program files\easyphp\www\standardpage.php3 on line 3