Jump to content

problem using variable in heredoc.


cloudll

Recommended Posts

I am trying to use a variable in heredoc to absolutley position a css div.

position: absolute; top:$pos_ypx; left:$pos_xpx; 

The problem is, as it looks at the moment, it thinks the variable name is $pos_xpx and not just $pos_x.

If i leave a space ($pos_x px) the css does not work.

 

Is there anyway to make php ignore the px part when calling the variable?

Link to comment
https://forums.phpfreaks.com/topic/296076-problem-using-variable-in-heredoc/
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.