Jump to content

Problem with foreach loop?


jenny kaur

Recommended Posts

[code]

This is my db

+----+------------+--------------+--------------+----------+
| id | bookdate   | Enddate      | Room_number  |   Guest  |
+----+------------+--------------+--------------+----------+
| 1  | 1149609600 | 1149695999   |       1      |   Jones  |
+----+------------+--------------+--------------+----------+
| 1  | 1149523200 | 1149609599   |       1      |   Smith  |
+----+------------+--------------+--------------+----------+

[/code]

below is my code

[code]
<?php




[code]

This is what i get output on screen  

+---------+------------+------------+-----------+
| Room #  | 06/05/2006 |06/06/2006  |06/07/2006 |
+---------+------------+------------+-----------+
|     1   |            |   Jones    |           |      
+---------+------------+------------+-----------+
|     1   |   Smith    |            |           |
+---------+------------+------------+-----------+
[/code]

i am trying to get room 1 displayed once and Smith and Jones in the same row. like this:

[code]
+---------+------------+------------+-----------+
| Room #  | 06/05/2006 |06/06/2006  |06/07/2006 |
+---------+------------+------------+-----------+
|     1   | Smith      |   Jones    |           |      
+---------+------------+------------+-----------+

[/code]

can someone tell me where i am going wrong?
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.