Search found 1 match

by dhamaris
Thu Jun 18, 2009 5:09 am
Forum: PHP - Code
Topic: Where to put php code inside html code
Replies: 1
Views: 294

Where to put php code inside html code

Hi, i'm a newbie on this, i'm working with LDAP, and need to create an instance of a Class A that allows me to show or hide a field in an html form. My problem is quite simple: i don't know where to put the <?php $hd = new A(); ?>. Should i put it in the header?? Thanks. Dámaris. This is the first p...