Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / NewStats: 3,206,893 members, 7,997,144 topics. Date: Friday, 08 November 2024 at 01:53 AM |
Nairaland Forum / Science/Technology / Webmasters / Debugging - Share Those Moments Here (silly Bugs) (412 Views)
7 Silly Mistakes New Bloggers Makes When Applying For Adsense - Mediapace / Help In Debugging PHP Code / XHTML Debugging Challenge For Webmasters (2) (3) (4)
(1) (Reply)
Debugging - Share Those Moments Here (silly Bugs) by FRInteractives: 8:10pm On Mar 22, 2015 |
Good day NL webmasters, have you been in a situation where you have to find one silly bug in your code and you where almost frustrated ? Share those moments here in this thread to fellow webmasters here on NL |
Re: Debugging - Share Those Moments Here (silly Bugs) by omoelu1(m): 9:05pm On Mar 22, 2015 |
#watching and listening# |
Re: Debugging - Share Those Moments Here (silly Bugs) by FRInteractives: 9:35pm On Mar 22, 2015 |
One bug I've faced was trying to echo some html eg echo '<html>', "\n"; // Full code hidden better way! echo '<head>', "\n"; echo '</head>', "\n"; echo '<body>', "\n"; echo '</body>', "\n"; echo '</html>', "\n"; Bugs here are that "/n" doesn't work perfectly in html used "<br>" Rewrote code to look like this $variable = <<<XYZ <html> <body> </body> </html> XYZ; echo $variable; |
(1) (Reply)
Follow Us On TWITTER And We Will FOLLOW You Back Immediately / Software That Fits You / 10 Reasons You Should Have A Blog
(Go Up)
Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health religion celebs tv-movies music-radio literature webmasters programming techmarket Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10) Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 5 |