Dreamweaver PHP help?

Ralph

New member
Hey everyone I added an access level for my page

The field in the DB is Access

However I want to check another field Hide in the DB

Heres how the code looks

$MM_fldUserAuthorization = "Access";

How do I do something like Access and Hide?

I need both fields to be checked?
I cant do something like

$MM_fldUserAuthorization = "Access && Hide";

because it will search for that field since its in a string.

Please help!
 
Back
Top