Results 1 to 3 of 3
Thread: How To Create a Table in php?
-
06-29-2011, 03:59 AM #1
Sophomore
- Join Date
- Jun 2011
- Posts
- 79
- Thanks
- 0
- Thanked 1 Time in 1 Post
- Feedback Score
- 0
How To Create a Table in php?
Hi dear friends help me in my question..
How To Create a Table in php?
-
07-05-2011, 07:19 AM #2
Sophomore
- Join Date
- Mar 2011
- Posts
- 103
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Feedback Score
- 0
Hi dear!
Define your question properly? What do u want -
! Create table in database
! or as HTML on web page
in database we can create table with the help of sql's create table query
And in webpage we can create table with the htmls table tags.
-
07-20-2011, 12:07 PM #3
Freshman
- Join Date
- Apr 2010
- Posts
- 38
- Thanks
- 0
- Thanked 1 Time in 1 Post
- Feedback Score
- 0
Use echo command.
This code will generate 1 x 1 table.PHP Code:$yourdata='Good morning!';
echo '<table id="id1"><tr><td>'.$yourdata.'</td></tr></table>';
Similar Threads
-
how do the copy one table to another table??
By ursimrankhanna in forum DatabasesReplies: 3Last Post: 12-10-2010, 01:24 AM -
Script Create Table With Indexes - MS SQL
By manik in forum DatabasesReplies: 0Last Post: 06-30-2010, 11:15 AM -
Why using table is bad
By mastermind in forum HTML / DHTMLReplies: 3Last Post: 12-11-2009, 03:52 AM -
How to Create Table in Office without using mouse and menus
By Amit.Verma in forum MicrosoftReplies: 7Last Post: 08-12-2008, 07:18 PM -
ASCII Table
By Amit.Verma in forum Web Development - Programming & CodingReplies: 4Last Post: 08-04-2008, 10:47 AM


Reply With Quote

