Search found 3 matches

by oonoo
Tue Oct 25, 2005 9:16 am
Forum: PHP - Code
Topic: Rasmus' 30 sec AJAX tut help
Replies: 2
Views: 150

hi! :) thats exactly how I tried it. a test.php which contains the javascript in the header.. and in the body the anchor(<a href...>foo</a>) and a <div id="foo"> </div> under it. I created an rpc.php with nothing(as in nothing) but these switch($_REQUEST['action']) { case 'foo': /* do some...
by oonoo
Tue Oct 25, 2005 8:58 am
Forum: PHP - Code
Topic: CMS
Replies: 3
Views: 221

hello! sounds like you need Wordpress.ORG . It's one of the best CMS... free CMS to be specific. read more from the website for more info... yeap it's all PHP. and standars compliant too.. if im not wrong... :D

hope that helps

regards


update: http://www.wordpress.org
by oonoo
Tue Oct 25, 2005 8:54 am
Forum: PHP - Code
Topic: Rasmus' 30 sec AJAX tut help
Replies: 2
Views: 150

Rasmus' 30 sec AJAX tut help

greetings! :) believe, most of you have read this popular tutorial.. and bet only i get troubles with it. I'm starting with php and quite familiar with how javascript works so I can relate to all the codes in it. http://marc.theaimsgroup.com/?l=php-general&m=112198633625636&w=2 Ok here are m...