Hi everyone,
Sorry for what is probably a really stupid question, but I’m completely new to PHP.
I was wondering would I have to save my PHP/MySQL code in a specific location in order for the code to interact with a MySQL db for a website.
Thanks in advance.
Interacting with mysql db
Moderator: General Moderators
-
php_new_guy_09
- Forum Newbie
- Posts: 12
- Joined: Fri Sep 04, 2009 3:21 pm
Re: Interacting with mysql db
If you don't allow public access to your MySQL server, then yeah, you need to store it on your own server.
Otherwise no, it makes no difference.
Otherwise no, it makes no difference.
-
php_new_guy_09
- Forum Newbie
- Posts: 12
- Joined: Fri Sep 04, 2009 3:21 pm
Re: Interacting with mysql db
Thanks alot. Your a star..jackpf wrote:If you don't allow public access to your MySQL server, then yeah, you need to store it on your own server.
Otherwise no, it makes no difference.