simple MYSQL connection

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • dannysheps@hotmail.com
    Second Lieutenant

    • Feb 2008
    • 138

    #16
    Re: simple MYSQL connection

    :)
    sorry about that StrictlyBusiness

    Comment

    • StrictlyBusiness
      Second Lieutenant

      • Nov 2007
      • 133

      #17
      Re: simple MYSQL connection

      Originally posted by dannysheps@hotmail.com View Post
      :)
      sorry about that StrictlyBusiness
      lol no worries Danny. I don't actually have a very femenine name lol. I am just sorry that I wasn't able to help you but I hope you hear from Naval soon or someone on the forum who knows how to assist you further.
      Diane
      www.smallbizunite.net

      At first you don't succeed, pick yourself up and try again!

      Comment

      • dannysheps@hotmail.com
        Second Lieutenant

        • Feb 2008
        • 138

        #18
        Re: simple MYSQL connection

        i went to the link of naval's site and tried to submit a support form but they want there any fields that i realy dont know where to find that information

        why they make it so dificult

        Comment

        • StrictlyBusiness
          Second Lieutenant

          • Nov 2007
          • 133

          #19
          Re: simple MYSQL connection

          Originally posted by dannysheps@hotmail.com View Post
          i went to the link of naval's site and tried to submit a support form but they want there any fields that i realy dont know where to find that information

          why they make it so dificult
          Hi Danny,
          There contact form isn't difficult at all. Go to the contact link. You provide him the information that is required "You will know which one is required by the red astericks" then let him know how urgent it is in priority then "How do you want to be contacted via email, phone, etc. You heard about him from VH Forum and then enter the verification letters and numbers and that is it. You don't have to worry about the upload part unless there is something you want him to look at.
          Diane
          www.smallbizunite.net

          At first you don't succeed, pick yourself up and try again!

          Comment

          • dannysheps@hotmail.com
            Second Lieutenant

            • Feb 2008
            • 138

            #20
            Re: simple MYSQL connection

            anyone ?

            Comment

            • memoryleak
              Private

              • Mar 2008
              • 3

              #21
              Re: simple MYSQL connection

              Hey, Danny.

              Here's an example database connection
              Code:
              <?
              $path = "MYSQL SERVER PATH";
              $dbusername = "USERNAME";
              $dbpassword = "PASSWORD";
              $dbname = "DATABASE NAME";
              $conn = mysql_connect($path, $dbusername, $dbpassword);
              mysql_select_db($dbname);
              ?>
              http://WebsiteHacks.com
              Computer and website programming/design/development help.

              Comment

              • dannysheps@hotmail.com
                Second Lieutenant

                • Feb 2008
                • 138

                #22
                Re: simple MYSQL connection

                10x
                got it

                Comment

                • VFRodriguez
                  Sergeant First Class

                  • Dec 2007
                  • 55

                  #23
                  Re: simple MYSQL connection

                  How do I configure PHP scripts that must be hidden from public_html? I have two domains and want to save the index.php in the public_html but other .php files in not public directories.
                  Victor
                  My Website

                  Comment

                  • navaldesign
                    General & Forum Moderator

                    • Oct 2005
                    • 12080

                    #24
                    Re: simple MYSQL connection

                    You are not sufficiently clear.
                    Once you have published the index file in your public_html, the other files are not visible any more. If, anyway, you want to publish the other files elsewhere, just create another folder and publish them there.

                    If that is not what you wanted, please explain.
                    Navaldesign
                    Logger Lite: Low Cost, Customizable, multifeatured Login script
                    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
                    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
                    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!

                    Comment

                    Working...
                    X