Results 1 to 3 of 3
-
30th May 2012, 04:09 PM #1OPMember
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×tamp=1337499663"; echo $u; ?>
output showing like this:
Code:serve/click/?id=426491&servehash=af183123696fe5064846368ca7191359?tamp=1337499663
but it missed the × and added xtorrfriend 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×tamp=1337499663"; echo $u; ?> Rating: 5Skipp the Adfly Adfocus LinksBucks by one click(No Ads, No pop up's)
For << Kimsufi >> Truly Unmetered - No more 5Tb or 10Tb Limit
Wordpress Theme not working after editing footer copyright
-
30th May 2012, 04:16 PM #2Respected MemberWebsite's:
DL4Everything.com Soft2050.inThats not a php echo error. Its because × is the html character for showing "?"
Convert & to & if you wanted to show × in browser
-
30th May 2012, 05:37 PM #3OPMember
thanks mate, i used like below, now no errors
Code:$newstr = str_replace("&", "&", $u); echo $newstr;
Skipp the Adfly Adfocus LinksBucks by one click(No Ads, No pop up's)
For << Kimsufi >> Truly Unmetered - No more 5Tb or 10Tb Limit
Wordpress Theme not working after editing footer copyright
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
echo this line in php
By hihotfile in forum Technical Help Desk SupportReplies: 9Last Post: 8th Oct 2012, 03:32 PM -
<?php echo "Hello World!"; ?>
By -elfloj0- in forum IntroductionsReplies: 1Last Post: 14th Jul 2012, 04:45 PM -
echo 'Hello World';
By boss751 in forum IntroductionsReplies: 4Last Post: 11th Nov 2011, 02:23 AM -
Adding Domain Error in cPanel (Error from park wrapper:)
By Ryza in forum General DiscussionReplies: 0Last Post: 20th Feb 2011, 01:57 AM -
Echo
By Echo` in forum IntroductionsReplies: 2Last Post: 7th Jan 2011, 10:06 AM
themaPoster - post to forums and...
Version 5.22 released. Open older version (or...