1

(2 replies, posted in Code)

all clear for what is meant if(empty($field))

i dont like the fact that the field is no longer seen as empty if it consists even of one space

how to make that the field is empty although it would contain even 100 spaces?

thanks

2

(4 replies, posted in Code)

thanks  big_smile

3

(4 replies, posted in Code)

hi

how would i make an if statement so if first variable is the same as second variable it displays the word "same" and if they are different it displays the word "different"

thanks