Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:13340 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 95429 invoked by uid 1010); 15 Oct 2004 19:08:16 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 95383 invoked from network); 15 Oct 2004 19:08:16 -0000 Received: from unknown (HELO relay.pair.com) (209.68.1.20) by pb1.pair.com with SMTP; 15 Oct 2004 19:08:16 -0000 Received: (qmail 81780 invoked from network); 15 Oct 2004 19:08:15 -0000 Received: from host214-34.pool8250.interbusiness.it (HELO ?192.168.1.3?) (82.50.34.214) by relay.pair.com with SMTP; 15 Oct 2004 19:08:15 -0000 X-pair-Authenticated: 82.50.34.214 Mime-Version: 1.0 (Apple Message framework v619) Content-Transfer-Encoding: 7bit Message-ID: <8E7C490A-1EDD-11D9-93CB-0003938F4F46@vampiresoft.com> Content-Type: text/plain; charset=US-ASCII; format=flowed To: internals@lists.php.net Date: Fri, 15 Oct 2004 21:08:11 +0200 X-Mailer: Apple Mail (2.619) Subject: Square brackets tags From: marco@vampiresoft.com (Marco Bambini) Hi All, I hope this is the right list to post my question. I need to write a PHP extension or a PHP template system (this is the question) to parse some commands enclosed in square brackets inside web pages. Please note that the commands are in the form [command1] and not . I want use PHP because these commands needs to be remapped with a "web oriented" language. Is it technically possible to remap these square brackets tags to php? And if yes, what is the best way? A custom template system or a C PHP extension? Thanks a lot. Best regards, Marco Bambini Italy