-1

i am still new in this php and mysql thing. I want to display data in tables which i already designed using php programming language or any scripting language but php will be my server side language. Thanks to those willing to help.!

4
  • Have you done any research so far? Commented Aug 28, 2014 at 15:56
  • You can find this topic very helpful. link Commented Aug 28, 2014 at 16:01
  • yes i have done but only can find posting tables with php. But i dont want to post the whole script just want to post data only and allow creation of rows Commented Sep 1, 2014 at 12:10
  • Thanks to those who helped i now have better knowledge Commented Feb 26, 2016 at 8:46

1 Answer 1

0

You will need to learn how to set up a database: http://dev.mysql.com/doc/refman/5.0/en/creating-database.html

You will have to learn how to apply php to use that database: http://php.net/manual/en/ref.pdo-mysql.php

You will have to learn html to make your page display on a page: http://www.w3schools.com/html/default.asp

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.