Search the Community
Showing results for tags 'mysqli_connect'.
-
Hi, Please can someone suggest if I need to connect to the database again and again if my main program calls subroutines which also need to connect to the SAME database or is there an alternative method by which I don't have to do this again and again. I read somewhere that connecting to the databas...
- 1 reply
-
- ajoo
- mysqli_connect
-
(and 1 more)
Tagged with:
-
Hello, I want to switch from mysql to mysqli. but i have some questions. Are there an advantage to use object oriented style:$mysqli=new mysqli(...) or procedural style : $link=mysqli_connect(.....) ? My actual website, use mysql and all are procedural style : mysql_connect, mysql_...
- 3 replies
-
- mysqli
- mysqli_connect
-
(and 1 more)
Tagged with: