iarp Posted December 24, 2008 Share Posted December 24, 2008 Hey, Was unsure if this should've been posted here or in php help. Is it in best practice to add the ending , $link); to things like mysql_query(.....,$link) and such or should i only worry about that when using 2 databases? Quote Link to comment https://forums.phpfreaks.com/topic/138267-solved-best-practices/ Share on other sites More sharing options...
JasonLewis Posted December 24, 2008 Share Posted December 24, 2008 It's there for when you are using more than one database. In my MySQL class I use it, only because I might use more than one. But you don't need to. Personal preference I would think. Quote Link to comment https://forums.phpfreaks.com/topic/138267-solved-best-practices/#findComment-722897 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.