Jump to content

How I do it?


lmcm2008

Recommended Posts

Hi. I have a problem and don´t know hot to solve it. I guess is a very basic thing but after fighting with it a whole week, I decide to ask here...

 

The thing is the following:

 

I have a database that I read perfectly, but, in that database, I have a field that can be with content or "came" empty.

 

I want to make this ...

 

If that field came empty, don´t do nothing, else (with content) do the other thing... like this;

 

if ( isset ( myfield ))

{

// DO THE CONDITION in myfield

} else

{

// DONT DO NOTHING

}

 

Is this correct??

 

How can I check thefield empty or not and do things depending on this condition??

 

Please, help.

 

Thanks.

 

Regards

Link to comment
https://forums.phpfreaks.com/topic/274854-how-i-do-it/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

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