Page 1 of 1

Interacting with mysql db

Posted: Mon Sep 07, 2009 3:14 pm
by php_new_guy_09
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.

Re: Interacting with mysql db

Posted: Mon Sep 07, 2009 3:48 pm
by jackpf
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.

Re: Interacting with mysql db

Posted: Mon Sep 07, 2009 4:07 pm
by php_new_guy_09
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.
Thanks alot. Your a star..