imstillatwork
IS-IT--Management
In Cold Fusion we use
<cfif IsDefined("variable">
Use the #variable#
</cfif>
If that "variable" does not exist, this IF would be skipped.
how does me do this in PHP? (very new here, 1st try with php)
<cfif IsDefined("variable">
Use the #variable#
</cfif>
If that "variable" does not exist, this IF would be skipped.
how does me do this in PHP? (very new here, 1st try with php)