Search found 2 matches

by Caroll09
Wed Jun 18, 2014 11:06 pm
Forum: Beginner Help and Support
Topic: mysqli
Replies: -1
Views: 567

Re: mysqli

The "i" is imperative as it's MySQL i . $testinfo = "SELECT * from players where username = $player"; $testinfo1 = mysqli_query ($testinfo) or die ("Could not query players"); $testinfo2 = mysqli_fetch_array ($testinfo1); Be sure to make use of MySQLi's prepared stateme...
by Caroll09
Wed Jun 18, 2014 9:58 pm
Forum: Beginner Help and Support
Topic: mysqli
Replies: -1
Views: 567

mysqli

hello guys i am really struggling with the new mysqli thing for example if i had: $testinfo = "SELECT * from players where username = $player"; $testinfo1 = mysql_query ($testinfo) or die ("Could not query players"); $testinfo2 = mysql_fetch_array ($testinfo1); what would be the ...

Go to advanced search