Results 1 to 4 of 4
-
12-17-2011, 02:17 PM #1
Sophomore
- Join Date
- Nov 2011
- Location
- NY
- Posts
- 53
- Thanks
- 0
- Thanked 1 Time in 1 Post
- Feedback Score
- 0
Need help redirecting main page after registration?
Hi Friends,
I am not an expert developer but have very less knowledge.here I am facing problem to go main page after either registration completion or login.
I need PHP complete script to register and enter into main page.
I want to develop a registration page and after completing registration, if I will click to the submit button it will redirect to the main page and show there a message registration is complete with username.
I have registration.php
login.php
main.php
After login I want to go main.php page and also after registration I want to go same main.php.
How it can possible.
The registration fields are
Name, username, email id, password.
Waiting for your response.
Thanks
-
01-04-2012, 07:04 AM #2
Freshman
- Join Date
- Apr 2010
- Posts
- 38
- Thanks
- 0
- Thanked 1 Time in 1 Post
- Feedback Score
- 0
-
01-08-2012, 07:54 PM #3
Freshman
- Join Date
- Jan 2012
- Posts
- 10
- Thanks
- 0
- Thanked 1 Time in 1 Post
- Feedback Score
- 0
Simple PHP redirect.
Code:header("Location: newpage.php");
-
01-12-2012, 01:48 AM #4
Freshman
- Join Date
- Jan 2012
- Posts
- 12
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Feedback Score
- 0
if login you have to use session and header after logined
Similar Threads
-
what is the factor of choosing keywords for main home page?
By brijeshtiwari1984 in forum Search Engine OptimizationReplies: 4Last Post: 09-20-2011, 05:43 AM -
Enable HTML Email on Registration Page - Vbulletin 4
By manik in forum Forum ManagementReplies: 0Last Post: 09-05-2011, 05:39 PM -
How to Add Google Analytics Conversion Code to Vbulletin Registration Complete Page
By manik in forum Forum ManagementReplies: 5Last Post: 06-21-2011, 02:40 AM -
Integrating "2/5 Interleaved" barcode on registration page
By Marcovaldo in forum Web Development - Programming & CodingReplies: 0Last Post: 04-24-2011, 05:45 AM -
Should I optimize the main page first?
By goodrobber in forum Search Engine OptimizationReplies: 4Last Post: 05-19-2010, 04:34 AM


Reply With Quote

