Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7772517
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T16:54:31+00:00 2026-06-01T16:54:31+00:00

Sorry if this is really basic but I am just learning PHP. I have

  • 0

Sorry if this is really basic but I am just learning PHP.

I have some code that looks like:

<h4><?=$prop['house_number']?>, <?=$prop['street']?>, <?=$prop['town']?></h4>

That is bring back from the database eg: 55, main street, townname

When the address does not contain a street name it comes back as eg: 55, , townname.

I want to know how to remove the commer so it just brings back eg: 55, townname.

Hopefully it is a really easy one but I have tried a couple of things and cannot seem to get it right.

Many thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-01T16:54:32+00:00Added an answer on June 1, 2026 at 4:54 pm

    You could use ternary operators to check if each var is empty. Have a look at http://davidwalsh.name/php-shorthand-if-else-ternary-operators

    The code would then look like :

    <h4>
    <?=!empty($prop['house_number']) ? $prop['house_number'].', ' : ''?>
    <?=!empty($prop['street']) ? $prop['street'].', ' : ''?>
    <?=!empty($prop['town']) ? $prop['town'].', ' : ''?>
    </h4>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm sorry if this is really basic, but: I feel at some point I
Sorry if this is a really basic question but it's been really getting to
Sorry if this sounds like a really stupid question, but I need to make
I'm really sorry to have to ask this, but I clearly don't understand something
Sorry to bother again, but I really need help transforming this Python2 code into
Sorry this is a basic question, but all my research just barely missed answering
Sorry for asking a basic question like this but I've been reading on this
I'm really sorry. This must seem like an incredibly stupid question, but unless I
This may be a really basic SQL question, but I have seen a SQL
This is a really basic question, but what is wrong with this code? for

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.