Mysql database all data not show

mark56z

OSNN Newbie
Joined
21 Jul 2012
Messages
9
hi guys i am example working in php and database but some time problem my table all data submit direction variable but all data now submit database.
 
HI ! I give you one example for your problem regarding data i think it will help you.

<html>

<head>

<title>Search data</title>

</head>

<body>

<table>

<tr>

<td align="center">EMPLOYEES DATA</td>

</tr>

<tr>

<td>

<table border="1">

<tr>

<td>NAME</td>

<td>EMPLOYEES<br>NUMBER</td>

<td>ADDRESS</td>

</tr>

<?

//the example of searching data

with the sequence based on the field name

//search.php

mysql_connect("localhost","root","admin");//database connection

mysql_select_db("employees");



$order = "SELECT * FROM data_employees ORDER BY name";

//order to search data

//declare in the order variable


$result = mysql_query($order);

//order executes the result is saved

//in the variable of $result



while($data = mysql_fetch_row($result)){

echo("<tr><td>$data[1]</td><td>$data[0]</td><td>$data[2]</td></tr>");

}

?>

</table>

</td>

</tr>

</table>

</body>

</html>
 

Members online

No members online now.

Latest profile posts

Also Hi EP and people. I found this place again while looking through a oooollllllldddd backup. I have filled over 10TB and was looking at my collection of antiques. Any bids on the 500Mhz Win 95 fix?
Any of the SP crew still out there?
Xie wrote on Electronic Punk's profile.
Impressed you have kept this alive this long EP! So many sites have come and gone. :(

Just did some crude math and I apparently joined almost 18yrs ago, how is that possible???
hello peeps... is been some time since i last came here.
Electronic Punk wrote on Sazar's profile.
Rest in peace my friend, been trying to find you and finally did in the worst way imaginable.

Forum statistics

Threads
62,015
Messages
673,494
Members
5,621
Latest member
naeemsafi
Back