No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
6 Posted Topics
I am developing a PHP Web Application and I know about htaccess ( and how to create the htaccess file ). I have activated mod_rewrite in XAMPP ( I am testing it locally ). The current Profile URL is: localhost/app/user.php?name=AbhishekBiswal Where Abhishek Biswal is the UserName. I want it to … | |
Hello! I will be upgrading my Ubuntu 10.10 to 11.04 ( yes I am late, but still I want to upgrade). My Question: Will my Installed Applications remain wherever they are now after the up gradation? I will be using the ISO Images mounted on USB to upgrade ( there's … | |
But the problem is: There a File names "includes" which includes the php files which have been included in some of the php files outside of it. But I want to lock/ make it inaccessible for users. Is it possible that the users can't access the folder/directory but the php … | |
Re: See, .in is short and easy to learn where as .co.in sounds more like a business website. I recommend you to go with .in | |
Re: You can use css3 border-radius like this: [CODE]#test { border-radius:24px; /* Makes all the corners rounded (24px) */ border-radius:24px 0px 24px 0px; /* Makes only The First and The Third corner rounded. */ }[/CODE] The Sides are like this: A---------------B ----------------- ----------------- C---------------D and the code goes like this: border-radius: … | |
What I am upto: I am tryin' to develop a Blog CMS. There is a Database named blog in which there's a table named posts. The posts table has these fields: post_id, post_title, post_url, post_time, post_category, post_desc, post_username. Here, post_username is the username of the user who posted this post. … |
The End.