Recent content by Rourigh

  1. R

    Would drugs be developed the same way as medicine if they were legal?

    Like, would the same amount of research and money go into the development of recreational drugs (e.g millions of dollars, FDA approval) If they were legal?
  2. R

    How to I put a variable name in a php string without it reading as a variable?

    For example, <?php $string = "$string is the name of this string"; ?> But php reads the "$string" Part as an actual sting, not a word. How do I make php recognise it as a word? I've tried using the html code for $, which is $ but it still doesn't work. The html code for $ is &#36 ;
Back
Top