the idea is to use session to separate it
so if non-members loaded the page, it will display sth different.
like comment..
if non-member see it, it will display the login form
if member see it, it will display the comment form to input.
Posts Tagged ‘Separate’
How To Use Session In Php To Separate Members From Non-members?
February 27th, 2010Can Two Separate Organizations’ Websites (with Separate Domain Names) Share One Host?
November 22nd, 2009As it stands now, there are two separate (yet legally related) non-profit organizations with two separate websites (each with their own domain name and host). One website is http://www.fbpcs.org and the other is http://www.fabbs.org.
However, both organizations are looking to redesign their websites and pool their resources.
What they want is to have one single website with pages of content for FABBS and pages of content for FBPCS. The one website would have a unified design, one content management system, etc.
The trouble is that each organization wants pages with their content to have their organization’s URL in the address bar. For example, if you are on the FABBS donation page on the site, the URL should be something like http://www.fabbs.org/donate.html but if on that page you clicked a link that took you to the FBPCS membership page, the URL would need to change to http://www.fbpcs.org/membership.html.
Is this even possible? We do NOT want one domain to simply redirect to the other, instead they need to switch back and forth based on content. We also can NOT use a third unified domain name (like www.fbpcsfabbs.org or something) or any type of subdomain.
Any advice you could provide would be great. Also, if you know of something like this in action elsewhere on the web, please post some links.
Thanks.
How To Pass 2 Values Through 2 Separate Through The Redirect Command In Asp.net?
September 23rd, 2009actually i have to pass two values to the redirected page when i click a button in my asp.net application. and i have to receive that both values and use it in that redirect page. how to pass through redirect command.