Fast Template

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Lex82
Forum Newbie
Posts: 4
Joined: Fri Mar 23, 2007 10:09 am
Location: Ukraine

Fast Template

Post by Lex82 »

Hi I ‘am beginner at PHP programming. I’ am using FastTamplate.class to creating my web service and get fatal error: Call to undefined function: preg_replace_callback() in cls_fast_template.php on line 559. My PHP version is 4.0.3pl1, server - Apache /1.3.19. What is this kind of problem and how can I deal with it? :o
User avatar
JayBird
Admin
Posts: 4524
Joined: Wed Aug 13, 2003 7:02 am
Location: York, UK
Contact:

Post by JayBird »

preg_replace_callback

(PHP 4 >= 4.0.5, PHP 5)
Lex82
Forum Newbie
Posts: 4
Joined: Fri Mar 23, 2007 10:09 am
Location: Ukraine

Post by Lex82 »

I take PHP 4.3.3 and it's work, thank you.
Post Reply