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?fakemeta– fakemeta2014-08-28 15:56:05 +00:00Commented Aug 28, 2014 at 15:56
-
You can find this topic very helpful. linkMagnum– Magnum2014-08-28 16:01:23 +00:00Commented 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 rowsLeereal– Leereal2014-09-01 12:10:56 +00:00Commented Sep 1, 2014 at 12:10
-
Thanks to those who helped i now have better knowledgeLeereal– Leereal2016-02-26 08:46:46 +00:00Commented Feb 26, 2016 at 8:46
Add a comment
|
1 Answer
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