answersLogoWhite

0

When would one use a PHP table?

Updated: 8/20/2019
User Avatar

Wiki User

10y ago

Best Answer

PHP is a type of coding for a forum or website. Any website that uses the PHP coding could use a table to organize data or to show relationships between the specific data that is on the website.

User Avatar

Wiki User

10y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: When would one use a PHP table?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Why should you use PHP and not JSP?

Firstly, this is wrong question. The right one would be WHEN should you use PHP, not JSP? or, WHEN should you use PHP and WHEN JSP?


Where would one find information online on how to use the php admin?

One can use a Php admin to store information which can be easily accessed. If one uses the Php my admin one can have it to keep updated automatically.


How do you pass table values from one page to another using HTML?

You cant you have to use php or javascript.


How do you rectify HTML to PHP variable error?

To use HTML as variable in PHP . echo the html tag written in double quotes. Example : <?php echo "<table>"; echo "<tr><td></td><td></td></tr>" echo "</table>"; ?>


How can one easily style a PHP code?

There are many ways that one could style a PHP code. One would first have to learn how to properly format PHP coding and use the C++ programming language to make it look nice.


What are the PHP tags?

There are no PHP tags. Unlike HTML, PHP is not Markup language. They use scripts. An example would be <?php echo "Hello, World!"; ?>


How would you make something in php which would increase the number of columns in a table depending on the number of comments made by users Also need a comment system?

if you want to change the columns in a mysql table use the ALTER TABLE command. however i would suggest that you are not building your database correctly, you should have two tables in this case, one for the user and one for the comments, that way you don't have to change the structure of your table every time someone makes a comment.


How many concatenation operators use in PHP?

There is one concatenation in PHP it is the period ".". So you could do something like:It would print out hello world!


Why are you required to use a MySQL database in PHP?

You don't. PHP does not required MySQL to function. But because PHP is one of the easiest language with more built-in functions than you would ever need, and MySQL is free and easy to manage; people often use them together :)


Why PHP programming is so much important?

If you are involved in web development you would require to use a server side language. PHP is one of the many server side languages available freely and the coding is not that difficult for php. It is not a iron clad rule that you have to use PHP for web development but the cost of developing and deploying websites using php is less so that is something worth thinking about.


What is the use of a question mark in php?

It is used to tell the sever to use the PHP parser. To begin php you must use <?php, and to end it, it is ?>.


How do you use PHP in HTML?

You can't use PHP in an HTML document, but you can use HTML in PHP script.