Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. web development: php, MSQLI

web development: php, MSQLI

Scheduled Pinned Locked Moved Web Development
phpdatabase
6 Posts 6 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Offline
    B Offline
    baalfire
    wrote on last edited by
    #1

    please sir, i am new in web application development. and i am in desprate need of PHP and MSQLI codes that can link my php page to a form in excel sheet and at after the form is filled, once i click the send button it sends the information to database.

    L P J E M 5 Replies Last reply
    0
    • B baalfire

      please sir, i am new in web application development. and i am in desprate need of PHP and MSQLI codes that can link my php page to a form in excel sheet and at after the form is filled, once i click the send button it sends the information to database.

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      Take a look at PHP: PHP Manual - Manual[^], SQL Tutorial[^], Getting Started with MySQL Quickly[^].

      1 Reply Last reply
      0
      • B baalfire

        please sir, i am new in web application development. and i am in desprate need of PHP and MSQLI codes that can link my php page to a form in excel sheet and at after the form is filled, once i click the send button it sends the information to database.

        P Offline
        P Offline
        Pritigaikwad
        wrote on last edited by
        #3

        Hello, Can you please discuss your question with the team of Primis Digital, They are leading Web development company in India who offers all types of web development services including consultancy

        1 Reply Last reply
        0
        • B baalfire

          please sir, i am new in web application development. and i am in desprate need of PHP and MSQLI codes that can link my php page to a form in excel sheet and at after the form is filled, once i click the send button it sends the information to database.

          J Offline
          J Offline
          James williams 24
          wrote on last edited by
          #4

          We are Professional academic Assignment Help UK service with a qualified of Subject Matter Experts who ensure you get the best assignments.

          1 Reply Last reply
          0
          • B baalfire

            please sir, i am new in web application development. and i am in desprate need of PHP and MSQLI codes that can link my php page to a form in excel sheet and at after the form is filled, once i click the send button it sends the information to database.

            E Offline
            E Offline
            ellegonzalez
            wrote on last edited by
            #5

            Database data export is a familiar operation for many of us. phpMyAdmin is the go to choice for a database client in PHP. It provides database administration tools and also allows exporting the data. The exported data can be in various formats like SQL, CSV as selected. Please let me know if below code is useful. I used it for adding same functionality on my website here.

            connect_error) {

            die("Connection failed: " . $conn->connect\_error);
            

            }

            $sql = "INSERT INTO MyGuests (firstname, lastname, email)

            VALUES ('John', 'Doe', 'john@example.com')";

            if ($conn->query($sql) === TRUE) {
            echo "New record created successfully";
            } else {
            echo "Error: " . $sql . "
            " . $conn->error;
            }

            $conn->close();

            ?>

            Here is another good reference https://phppot.com/php/database-data-export-to-excel-file-using-php/

            1 Reply Last reply
            0
            • B baalfire

              please sir, i am new in web application development. and i am in desprate need of PHP and MSQLI codes that can link my php page to a form in excel sheet and at after the form is filled, once i click the send button it sends the information to database.

              M Offline
              M Offline
              Member_15058100
              wrote on last edited by
              #6

              Its been 11 years in website designing & development and now InnovationM is in various countries under IT, Web Development, Software Development, Mobile Application, Designing & Branding. InnovationM offers a full range of services in website designing. Our team of creative professionals works towards creating perfection to achieve the best for our clients. We have named in best website designing companies in India & the United kingdom. Our company has lots of potential in website designing over the years. Let us help you present your website to the world in the most exciting way. InnovationM(UK) is here to simplify the business search for the best app development agency London, software development company in London, mobile app development company in London , seo company in London, web development Glasgow, UK. DO NOT BE LIKE EVERYONE ELSE. BE BETTER

              1 Reply Last reply
              0
              Reply
              • Reply as topic
              Log in to reply
              • Oldest to Newest
              • Newest to Oldest
              • Most Votes


              • Login

              • Don't have an account? Register

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • World
              • Users
              • Groups