You see, I'm doing some php pages that simulate the management of hotel reservations. To style the page, I'm using a css document.
What you put in body affects the entire php page. What you put in form, to the forms only.
The question is how to put sentences that affect what is in <?php ?>
.
I tried with php{}
, but it does not work. I also fail ?php{}
Edit: I found a fudge.
I call it botched because I will have to put this in each php, but it seems that there is no way to directly request a css that acts on a php.