Search found 2 matches
- Mon Feb 11, 2008 11:09 am
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: echoed HTML syntax coloring
- Replies: 2
- Views: 2245
- Fri Feb 08, 2008 12:47 am
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: echoed HTML syntax coloring
- Replies: 2
- Views: 2245
echoed HTML syntax coloring
Hi, I'm interested in Rapid PHP and was wondering if it has a feature I'm looking for. I usually write my HTML in PHP files and echo it, i.e.: <?php echo ' <html> <head> <title>',$page_title,'</title> </head> <body> <h1>',$entry_title',</h1> <div>',$entry_body,'</div> </body> </html> ?> But the ...