saintchuck Posted December 9, 2006 Share Posted December 9, 2006 I know zero about PHP. In the past, I have been able to cobble together enough knowledge to get done what I needed to get done and hope that I can do the same with PHP.What I am working with:Wordpress allows RSS feeds by category: http://www.mysite.com/blog/wp-rss2.php?cat=5and combining category RSS feeds into 1 feed: http://www.mysite.com/blog/wp-rss2.php?cat=22,26,38,42What I am trying to do is:1. Dynamic form displaying Categories and Sub-Categories with checkboxes (prefilled from previous entries)2. Selecting Cat also selects all SubCats3. Submission stores SubCat IDs in DB per user4. Dynamic creation of Add to links (GoogleReader, Bloglines, ect) and text link for copy/pasteSeems straightforward to me and I realize "anything" is possible with PHP but is PHP the correct tool for the job? Link to comment https://forums.phpfreaks.com/topic/30074-barking-up-right-tree/ Share on other sites More sharing options...
fert Posted December 9, 2006 Share Posted December 9, 2006 PHP would be the best tool for the job because wordpress is written in php. Link to comment https://forums.phpfreaks.com/topic/30074-barking-up-right-tree/#findComment-138239 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.