direct login into horde trough html/php?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
oscar
Forum Commoner
Posts: 27
Joined: Wed Sep 24, 2003 7:27 pm
Location: sydney, Australia

direct login into horde trough html/php?

Post by oscar »

basically i am wondering is it possible to log into horde, squirel, etc without having to goto http://server.com:2095/login? :(


i am not sure if it is a php related question but what the hey i figure i might as well ask it where someone might know...i would prefer to use php anyway (i lurrrv it muchly) ^_^

the code i am trying (that brings up the htacces dialogue which i want to bypass) is:

Code: Select all

<form action=&quote;http://oscarent.net:2095/horde/login.php&quote; method=&quote;POST&quote;> 
	Username: <input type=&quote;text&quote; name=&quote;user&quote; size=&quote;16&quote;> 
	Password: <input type=password name=&quote;pass&quote; size=&quote;16&quote;> 
	<input type=submit value=&quote;Login&quote;>
</form>

if i use code much the same but replcae the action option with:

Code: Select all

action=&quote;http://oscarent.net:2095/login&quote;
it will log me into the main mail menu

is it at all possible to go straight into horde (or sqvuirel for that matter)?


thanks :D


your humble noob,
oscar
Post Reply