Search found 4 matches

by logikal2
Sun Jan 21, 2007 2:39 pm
Forum: Regex
Topic: url_rewrite error
Replies: 1
Views: 1343

url_rewrite error

Hey guys, The following expression isn't quite working, and I'm wondering what I'm doing wrong. If someone types /wiki/page_name , then they should be redirected to /_home/index.php?page=wiki&name=page_name or, equally, /_home/index.php?page=wiki&name=page_name&do=&id= . If someone t...
by logikal2
Fri Jun 09, 2006 7:51 am
Forum: PHP - Theory and Design
Topic: highlighting logic needs improvement
Replies: 3
Views: 1144

anyone?
by logikal2
Wed Jun 07, 2006 11:19 pm
Forum: PHP - Theory and Design
Topic: highlighting logic needs improvement
Replies: 3
Views: 1144

yep, i was actually thinking about using GeSHi as part of my wiki. However, I want to do this as sort of a learning experience. Plus, GeSHi is built for multiple languages, and mine is strictly Actionscript (to save code). Everything else on my wiki has been made from scratch. I actually got the KEY...
by logikal2
Wed Jun 07, 2006 10:51 pm
Forum: PHP - Theory and Design
Topic: highlighting logic needs improvement
Replies: 3
Views: 1144

highlighting logic needs improvement

Hey guys, I'm new to these forums, and fairly new to PHP, so I thought maybe you all could give me a little advice to help me with this problem. I just created an actionscript syntax highlighter for this wiki i'm creating, but it's taking too long for PHP to process all the data sometimes. For examp...