phpnewbie1212 Posted December 31, 2012 Share Posted December 31, 2012 I am newbie when it comes to PHP.You probably know this from the question i am about to ask. I have created a php file in Notepad text editor. I want the file to connect to my database in mysql. I am unsure what the best approach is to link the file to the database in mysql that i wish to activate ? Link to comment https://forums.phpfreaks.com/topic/272544-notepad-php-file/ Share on other sites More sharing options...
Barand Posted December 31, 2012 Share Posted December 31, 2012 this link mysqli_connect should help Link to comment https://forums.phpfreaks.com/topic/272544-notepad-php-file/#findComment-1402343 Share on other sites More sharing options...
Jessica Posted December 31, 2012 Share Posted December 31, 2012 The editor you use to write PHP is irrelevant to connecting to the database, just so you know. You should also look into a full IDE, we have a thread in misc about different ones. Link to comment https://forums.phpfreaks.com/topic/272544-notepad-php-file/#findComment-1402400 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.