Search found 3 matches

by andywhitt
Thu Mar 27, 2003 6:30 am
Forum: General Discussion
Topic: My PHP written forum
Replies: 6
Views: 2117

Thanks Phice and Ebula, yeh i agree about the buttons and that, but i'm no good at design and grahics, will try and get some done tho, cheers :)

anyone else?

:)
by andywhitt
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
by andywhitt
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 = ...