Href link with php value
        Posted  
        
            by Aruna
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Aruna
        
        
        
        Published on 2010-04-07T12:07:58Z
        Indexed on 
            2010/04/07
            12:13 UTC
        
        
        Read the original article
        Hit count: 275
        
hi i am having a link like below
        <a href="#" onclick="window.open('http://www.twitter.com/home?status=Reading+Facebook share, Yahoo Buzz and Tweet this buttons for Blogger blogs+http://www.didiknow.com');">Tweet this</a>
i want to insert a php variable value inside for the status thing like
          <a href="#" onclick="window.open('http://www.twitter.com/home?status=$markme_ddesc">Tweet this</a>
how to do so?? please help me..
© Stack Overflow or respective owner