Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

PHP Forum


You are currently viewing our PHP Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
how to get html & php code in browser
Old 09-05-2007, 01:43 AM how to get html & php code in browser
Junior Talker

Posts: 4
Trades: 0
Hi guy's
i want to display html code and php code as such in browser, but when I type code to be displayed in code page it is executed and result is displayed in browser instead of code. Please help me to solve this
__________________

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE
kalai is offline
Reply With Quote
View Public Profile Visit kalai's homepage!
 
 
Register now for full access!
Old 09-05-2007, 12:12 PM Re: how to get html & php code in browser
maxxximus's Avatar
Extreme Talker

Posts: 219
Name: Rob
Location: UK
Trades: 0
If you want render a bit of php code in your browser using php echo you need to escape the first < with its ASCII equivalent &lt; so

<?php $t="&lt;?php echo ?>"; echo $t; ?>

would echo <?php echo ?> to the browser.
maxxximus is offline
Reply With Quote
View Public Profile
 
Old 09-05-2007, 12:35 PM Re: how to get html & php code in browser
Ultra Talker

Posts: 483
Trades: 0
If you have your PHP in a string, look at the highlight_string function ( http://php.net/manual/en/function.highlight-string.php ). If it's in a file, use highlight_file ( http://php.net/manual/en/function.highlight-file.php ).
__________________

Please login or register to view this content. Registration is FREE
TwistMyArm is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to how to get html & php code in browser
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.11282 seconds with 12 queries