Jump to content

Assigning variable to variable problem


thefollower

Recommended Posts

I am trying to add a variable to my string but it won't work because of the format i have. This is what i got:

 

$Multiply = 0000;

 

$Numbers = '0.';<?=$Multiply?>'5';

 

Echo $Numbers should then show:

0.00005

 

How ever my syntax is wrong but i am unsure how do it.. the decimal dot i think is causing the problem..

 

I have short tags on..

Link to comment
https://forums.phpfreaks.com/topic/80787-assigning-variable-to-variable-problem/
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.