πThank you for replying, and I will read through that link, thanks.
Sorry my question was not clear, I am learning as I go, :eek:
What I meant about where to I put the files is this, for example;
I have a page called index.html which is obviously uploaded to the root directory as the home page. I have a folder called SMF where my forum stuff is. Other folderand files are all default from godaddy hosted account, I added none.
I want to create a php script whose only job is to connect to my database, take info from a php/html form and input it. Does that php script get uploaded to the same directory as where the file is that has the html/php form in it?
There is also a folder there called php uploads, that is empty and was created by default. Should all php scripts I make go into there? And then when I want to use the POST data from one of the html forms, do I tell it the action is the path to the php script I made in the other folder? like /domainname.com/phpuploads/myscript.php ?
Does that make sense?
Sorry for the confusion and dumb question, I am learning as I code π
Thank you again for the help!