| | |
Getting Contents Inbetween
Please support our PHP advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
![]() |
•
•
Join Date: Mar 2004
Posts: 1
Reputation:
Solved Threads: 0
I'm using following code for searching and replacing :
preg_match_all("/\{$WSCPAGELINK([^\}]*)\NAV}/U", $pageHtmlBody, $Matches);
and this works fine with php version older than 4.3.3.
But in new PHP version i'm getting this error:
Warning: Compilation failed: PCRE does not support \L, \l, \N, \P, \p, \U, \u, or \X at offset 21
If i add 2 extra slashes just before NAV:
preg_match_all("/\{$WSCPAGELINK([^\}]*)\\\NAV}/U", $pageHtmlBody, $Matches);
this does not give any error messages, but now i'm not getting any result.
Basically, i want all the contents appearing in between {$WSCPAGELINK and NAV}.
Pls help
preg_match_all("/\{$WSCPAGELINK([^\}]*)\NAV}/U", $pageHtmlBody, $Matches);
and this works fine with php version older than 4.3.3.
But in new PHP version i'm getting this error:
Warning: Compilation failed: PCRE does not support \L, \l, \N, \P, \p, \U, \u, or \X at offset 21
If i add 2 extra slashes just before NAV:
preg_match_all("/\{$WSCPAGELINK([^\}]*)\\\NAV}/U", $pageHtmlBody, $Matches);
this does not give any error messages, but now i'm not getting any result.
Basically, i want all the contents appearing in between {$WSCPAGELINK and NAV}.
Pls help
![]() |
Similar Threads
- Copy contents of old hard drive to new hard drive (Apple Hardware)
- Run-time Error when printing Array Contents. (C)
- to delete contents of a text file (Java)
- to delete contents of a text file (Java)
- saving contents of JEditorPane (Java)
- Pass XML file contents to a hash table. (Java)
- Table of Contents Script (Java)
Other Threads in the PHP Forum
- Previous Thread: Need help with HTMl Table echoing?
- Next Thread: vB Sessions/Online list
| Thread Tools | Search this Thread |
Tag cloud for PHP
.htaccess access ajax apache api array beginner binary broken cakephp checkbox class cms code cron curl database date directory display download dynamic echo email encode error fcc file files folder form forms function functions google howtowriteathesis href htaccess html image include insert integration ip java javascript joomla limit link login loop mail menu methods mlm mod_rewrite multiple multipletables mysql oop open parse paypal pdf php problem provider query radio random recursion regex remote script search select server sessions sms soap source space speed sql structure syntax system table template tutorial update upload url validation validator variable video web xml youtube





