anyone else?
Search found 3 matches
- Thu Mar 27, 2003 6:30 am
- Forum: General Discussion
- Topic: My PHP written forum
- Replies: 6
- Views: 2117
- Tue Mar 25, 2003 5:03 pm
- Forum: General Discussion
- Topic: My PHP written forum
- Replies: 6
- Views: 2117
My PHP written forum
Its taken me a while to write this so i would appreciate some feedback and some mebers, anyone got a spare min could take a look at it in use.
http://www.coolchip-computers.co.uk/theshed/

Thanks
http://www.coolchip-computers.co.uk/theshed/
Thanks
- Tue Mar 25, 2003 4:47 pm
- Forum: PHP - Code
- Topic: preg_replace <a
- Replies: 1
- Views: 388
preg_replace <a
I'm trying to find every occurence of <A HREF = "(.*)">(.*)</A> and replace it with [url = "1"]2[/url] and then change it back again, i have started on the way to converting from <a to [url] this is what i have so far: <? set_time_limit(0); require("db.php"); $result = ...