Search found 1 match

by Voiceeeeee
Sun Nov 03, 2013 1:11 pm
Forum: PHP
Topic: how to convert MySQL to MySQLi
Replies: 8
Views: 3434

Re: how to convert MySQL to MySQLi

Here's something that helped me when I decided to use MySQLi over MySQL, I hope it'll help you and other users. http://i.imgur.com/u3h7BUL.png $cxn is the connection variable. http://i.imgur.com/Ot7usWY.png If you want a function that's not in the image then just search for it in the PHP Docs and yo...