PHP Pages Help

Akkarin

New Member
Messages
1,654
Reaction score
0
Points
0
Hey, can anyone provide me with the codes needed to have php pages? Because I've had enough of Iframes and would like to use PHP, but am not sure about the codes and where to put them.
 

The_Magistrate

New Member
Messages
1,118
Reaction score
0
Points
0
What specifically are you trying to do?

If you're looking to replace iframes, you can use something like this:
PHP:
<textarea><?= include 'somefile.php'; ?></textarea>

You can also get more formatting options out of using divs and CSS.
 
Top