Saturday, September 15, 2007

Some more Important links!

http://www.alilg.com/software/free-php-ajax-chat/
http://prototype-window.xilinus.com/samples.html
http://www.unwieldy.net/ajaxim/


http://pdfchm.com
http://www.giuciao.com/books/sorted.php?by=php&ord=id
http://btebook.com/%7BA498AB0B-EAC0-42C0-BBA3-A27694C


http://regexlib.com/Search.aspx?k=date

Wednesday, September 12, 2007

PHP read write role

sample .htaccess code

ErrorDocument 404 /test_rs_error_handling.php
#error handling added end

#options -Indexes
RewriteEngine on



RewriteRule ^SITE/a/exploreimage/view/([a-zA-Z0-9/_]*) index.php?option=com_image&cid=$1
RewriteRule ^SITE/a/exploreimage index.php?option=com_image

#ADDED FOR contact
RewriteRule ^SITE/a/explorecontact/view/([a-zA-Z0-9/_]*) index.php?option=com_contact&cid=$1
RewriteRule ^SITE/a/explorecontact index.php?option=com_contact

RewriteRule ^SITE/a/library/view/([a-zA-Z0-9/_]*) index.php?option=com_library&cid=$1
RewriteRule ^SITE/a/library index.php?option=com_library
RewriteRule ^SITE/a/imageview index.php?option=com_imageview

RewriteRule ^SITE/a/contact index.php?option=com_contact