Jump to content

help needed please - using php in html


minxie6

Recommended Posts

I need to know how to use php in html,css eg

 

PHP

 

<?

$left = 10

?>

 

HTML

 

<div

style="

top: 2;

left: $left;

position: absolute;

z-index: 1;

visibility: show;">

<p>eg<a href="eg.php">eg</a></P>

</div>

 

how can i make this work?

help me please! this is driving me mad!!!

???

Link to comment
https://forums.phpfreaks.com/topic/92955-help-needed-please-using-php-in-html/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.