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

Results 1 to 3 of 3
  1.     
    #1
    Member

    Default Php echo error

    hi guys i tried this, but showing this error, don't know the reason..

    Code: 
    <?php
    $u = "serve/click/?id=426491&servehash=af183123696fe5064846368ca7191359&timestamp=1337499663";
    
    echo $u;
    
    ?>

    output showing like this:


    Code: 
    serve/click/?id=426491&servehash=af183123696fe5064846368ca7191359?tamp=1337499663

    but it missed the &times and added x
    torrfriend Reviewed by torrfriend on . Php echo error hi guys i tried this, but showing this error, don't know the reason.. <?php $u = "serve/click/?id=426491&servehash=af183123696fe5064846368ca7191359&timestamp=1337499663"; echo $u; ?> Rating: 5

  2.   Sponsored Links

  3.     
    #2
    Respected Member
    Website's:
    DL4Everything.com Soft2050.in
    Thats not a php echo error. Its because &times is the html character for showing "?"
    Convert & to &amp; if you wanted to show &times in browser

  4.     
    #3
    Member
    thanks mate, i used like below, now no errors

    Code: 
    $newstr = str_replace("&", "&amp;", $u);
    echo $newstr;
    i think i am weak in html too

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. echo this line in php
    By hihotfile in forum Technical Help Desk Support
    Replies: 9
    Last Post: 8th Oct 2012, 03:32 PM
  2. <?php echo "Hello World!"; ?>
    By -elfloj0- in forum Introductions
    Replies: 1
    Last Post: 14th Jul 2012, 04:45 PM
  3. echo 'Hello World';
    By boss751 in forum Introductions
    Replies: 4
    Last Post: 11th Nov 2011, 02:23 AM
  4. Adding Domain Error in cPanel (Error from park wrapper:)
    By Ryza in forum General Discussion
    Replies: 0
    Last Post: 20th Feb 2011, 01:57 AM
  5. Echo
    By Echo` in forum Introductions
    Replies: 2
    Last Post: 7th Jan 2011, 10:06 AM

Tags for this Thread

BE SOCIAL