| View previous topic :: View next topic |
| Author |
Message |
colinwhite
Joined: 30 Jun 2008 Posts: 8
|
Posted: Thu Jul 03, 2008 6:37 am Post subject: different page after login? |
|
|
Hi
When a user logs in they are shown user_home_page.html.
Is there anyway of showing the stats page: user_ads_list.html instead?
In the login form I tried changing
<form method="post" action="user.php">
to
<form method="post" action="user.php?action=user_ads_list">
But that didn't work.
Any help would be much appreciated.
Colin |
|
| Back to top |
|
 |
PHPWebScripts Richard - Admin
Joined: 13 Jan 2003 Posts: 5693
|
Posted: Thu Jul 03, 2008 8:55 am Post subject: |
|
|
| It needs changes in multiple php files. Please email me, I will do these changes for you. |
|
| Back to top |
|
 |
|