Hi Asumming I know everything about PHP and MYSQL, how do I set them up to work together? I want to upload them to a local hosting company so the general public can use what I'm working on. Thanks
It depends on how you want them to work. You can setup PHP to be an Apache mod or a CGI wrapper.
Either way, you cannot just "upload" them to your provider, you will need access to install or compile them.
Right on David!