Jump to content

if statement


fife

Recommended Posts

I have a simple if statment issue.  Here is the code

 

 
<?php 
		$address = $User['address_l1'];

		if (empty($address)) { echo "You have not entered an address";} 
				else {echo "You Have entered an address";}
		?>


 

The variable $address in this case is not empty so it should echo you HAVE entered an address but its echoing NOT.  Can somebody please explain why this is not working?

Link to comment
Share on other sites

@maq - I think he was talking about the code in your signature.

Oh, haha.

 

maq is that debug code.  I have never used any can you show me where to put it please?

Yes it is.  These two lines temporarily set error reporting to display and to the maximum.

Link to comment
Share on other sites

maq is that debug code.  I have never used any can you show me where to put it please?

Yes it is.  These two lines temporarily set error reporting to display and to the maximum.

 

And to clarify, the error reporting code should be placed at the beginning of the script. Or at least above the part you're trying to test.

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.