Activity Stream
48,167 MEMBERS
63268 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 10 of 10
  1.     
    #1
    Member

    Default echo this line in php

    usually i use ' ' , " " that for echo lines

    but now i have little bit problem

    How i echo this line

    $line=<td class="play2Png"><a href="http://www.besthostingforums.com/" onclick="javascript:void window.open('http://www.besthostingforums.com','1349207004705','width= 400,height=300,toolbar=0,menubar=0,location=0,stat us=1,scrollbars=1,resizable=1,left=0,top=0');retur n false;">Play Online</a></td>


    this code is for pop up generate

    after this i will replace

    http://www.besthostingforums.com/with my $variable
    hihotfile Reviewed by hihotfile on . echo this line in php usually i use ' ' , " " that for echo lines but now i have little bit problem How i echo this line $line=<td class="play2Png"><a href="http://www.besthostingforums.com/" onclick="javascript:void window.open('http://www.besthostingforums.com','1349207004705','width=400,height=300,toolbar=0,menubar=0,location=0,status=1,scrollbars=1,resizable=1,left=0,top=0');return false;">Play Online</a></td> this code is for pop up generate Rating: 5

  2.   Sponsored Links

  3.     
    #2
    Member
    This site is using a hacked database of W junction
    Last edited by Gavo; 4th Jan 2015 at 01:52 PM.

  4.     
    #3
    Member
    you should learn php dude
    useful site

    tizag
    W3 school

  5.     
    #4
    Member
    This site is using a hacked database of W junction
    Last edited by Gavo; 4th Jan 2015 at 01:52 PM.

  6.     
    #5
    Member
    Website's:
    WarezEurope.com
    haha

  7.     
    #6
    Member
    Website's:
    imdber.org justpaste.me
    What if you close your php tag and put that text instead.

  8.     
    #7
    Member
    you can find yourself ............ just check your code in php IDE Nusphare OR your localhost server

  9.     
    #8
    Member
    PHP Code: 
    $line="<td class='play2Png'><a href='http://www.besthostingforums.com' onclick=\"javascript:void window.open('".$variable."','1349207004705',width=400,height=300,toolbar=0,menubar=0,location=0,status=1,scrollbars=1,resizable=1,left=0,top=0');return false;\">Play Online</a></td>";
    echo 
    $line
    Works for me..
    if you want to print the html special chars...
    use
    PHP Code: 
    echo htmlspecialchars($line); 

  10.     
    #9
    Member
    This site is using a hacked database of W junction
    Last edited by Gavo; 4th Jan 2015 at 01:51 PM.

  11.     
    #10
    Respected Member
    Quote Originally Posted by hihotfile View Post
    usually i use ' ' , " " that for echo lines

    but now i have little bit problem

    How i echo this line

    $line=<td class="play2Png"><a href="http://www.besthostingforums.com/" onclick="javascript:void window.open('http://www.besthostingforums.com','1349207004705','width= 400,height=300,toolbar=0,menubar=0,location=0,stat us=1,scrollbars=1,resizable=1,left=0,top=0');retur n false;">Play Online</a></td>


    this code is for pop up generate

    after this i will replace

    http://www.besthostingforums.com/with my $variable
    easiest way would be
    PHP Code: 
    echo <<<HTML
    <td class="play2Png"><a href="http://www.besthostingforums.com/" onclick="javascript:void   window.open('http://www.besthostingforums.com','1349207004705','width=400,height=300,toolbar=0,menubar=0,location=0,status=1,scrollbars=1,resizable=1,left=0,top=0');return  false;">Play Online</a></td>
    HTML; 

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. <?php echo "Hello World!"; ?>
    By -elfloj0- in forum Introductions
    Replies: 1
    Last Post: 14th Jul 2012, 04:45 PM
  2. Php echo error
    By torrfriend in forum Web Development Area
    Replies: 2
    Last Post: 30th May 2012, 05:37 PM
  3. echo 'Hello World';
    By boss751 in forum Introductions
    Replies: 4
    Last Post: 11th Nov 2011, 02:23 AM
  4. Echo
    By Echo` in forum Introductions
    Replies: 2
    Last Post: 7th Jan 2011, 10:06 AM
  5. need help with this line
    By nelly27 in forum vBulletin
    Replies: 12
    Last Post: 8th Oct 2008, 07:12 PM

Tags for this Thread

BE SOCIAL