it logs somone out of a session.. "Ray" <[EMAIL PROTECTED]> skrev i meddelandet news:[EMAIL PROTECTED] does the function logout() log someone out of a session, or does it return the url for where they go to logout?
and what about it isn't working? On Monday 03 March 2003 16:32, you wrote: > Ok to make it simplier, this is what I wanna do! > > <?php > > echo "<a href=logout();>Logout</A>"; > > function logout() > { > ..... > } > > ?> > > How do I do it!!! > > /M > > > Hi > > I want to call a function logout() inside an <a href> statement: > > > > <a href=\"<?= logout() ?>\">logout</a> > > > > <?php > > function logout() > > { > > .... > > } > > ?> > > > > but this doesnt work.. how shall I do it > > /M -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php