Jump to content
MakeWebGames

Recommended Posts

Posted

When Theres not any player in Jail or Hospital ..its blanck up there...

so i thought ill make this

this is ..when no one is in hosp or jail a text is shown

For Jail ..add this code after the table ends- </table>";

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

For Hospital add this code after the table ends- </table>";

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

Thank You

  • Like 1
  • 3 weeks later...
Posted
I am struggling to see how this will work...

Given that they both use the variable $q to dictate the amount and neither has a $q associated with them directly, then if you add both, they will display the same number even if jail and hospital numbers vary.

For an example...

 

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

and then, after table (As you have it) if you had this, it would not work properly:

 

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

See the problem? If 2 people were in hospital and none were in jail, it wouldn't show either as the overall num_rows of $q would be 2.

As you have not posted any $q variable, I can only assume they are interlinked and for that reason, this will not work right.

A working example would be like:

 

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

That will work much better!!

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.   Paste as plain text instead

  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...