Re: [PHP] Use XML...

2003-10-08 Thread Raditha Dissanayake
Hi, I do believe sudheer's requirement would call for the searching to be done on the server side. Personally i don't use XML when searching is involved. If you use a DOM based solution all your servers memory just gets sucked up. If you use plain old sax you have to do a lot of coding yoursel

[PHP] Use XML...

2003-10-08 Thread Russell P Jones
Use XML to store all your data, and if you want an xml search mechanism, I have a quick and dirty answer that runs client-side so you dont have to worry about wearing down your server... russ jones -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.