Forum     

Go Back   Digit Technology Discussion Forum > Software > Programming
Register FAQ Calendar Mark Forums Read

Programming The destination for developers - C, C++, Java, Python and the lot


Reply
 
LinkBack Thread Tools Display Modes
Old 01-08-2011, 01:45 PM   #1 (permalink)
Right Off the Assembly Line
 
Join Date: May 2011
Posts: 30
Exclamation Php query


hai friends,

i have written a code in php to output a data in my webpage by taking the data from mysql database. The data I want to be formatted as tabled output .

I have written a html page which takes the employee id and furnish the details of that employee.

please help me how could i show the single row output in tabled form using php.
sudiphans is offline   Reply With Quote
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 01-08-2011, 03:35 PM   #2 (permalink)
Simply a DIGITian
 
krishnandu.sarkar's Avatar
 
Join Date: Nov 2007
Location: Kolkata
Posts: 2,942
Default Re: Php query

PHP Code:
<html>
<head>
<title></title>
</head>

<body>
<table>
<tr>
<td>Employee ID</td>
<td>Employee Name</td>
</tr>
<tr>
<?php
echo "<td>" $row['empid'] . "</td>";
echo 
"<td>" $row['empname'] . "</td>";
?>
</tr>
</table>
</body>
</html>
__________________
  • Read The Forum RULES First.
  • Before PM'ing Or Asking Any Questions To Any Mod Read The FAQ's
  • Before Starting A New Thread Read The STICKY THREADS First
  • Before Participating In Bazaar Section Read The BAZAAR RULES
krishnandu.sarkar is online now   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


 
Latest Threads
- by Charan
- by Sarath
- by clmlbx

Advertisement




All times are GMT +5.5. The time now is 12:32 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2