Search found 3 matches

by lebyrus
Fri Oct 01, 2004 2:16 pm
Forum: General discussions
Topic: is possible include php in a post?
Replies: 4
Views: 6825

Basically you want to display php code in your post with syntax highlighting, right?

yes

I think that a plugin is the *ideal* solution for this.

me too :wink:

Sounds not too hard to implement, but still I'm no s9y developer

like me. I think that it would be something easy, but I wanted ...
by lebyrus
Fri Oct 01, 2004 1:58 pm
Forum: General discussions
Topic: is possible include php in a post?
Replies: 4
Views: 6825

i have a php function to color php code from an external (php) file:

<?php
include("get_sourcecode.php");
echo get_sourcecode("my-example.php");
?>

first line can be added in layout, but i need the echo line
by lebyrus
Fri Oct 01, 2004 12:16 pm
Forum: General discussions
Topic: is possible include php in a post?
Replies: 4
Views: 6825

is possible include php in a post?

i am trying it, but i don't have success... :(

i've been looking a solution, but i don't find it. is it possible?