FRIHOSTFORUMSFAQTOSBLOGSDIRECTORY
You are invited to Log in or Register a Frihost Account!

[REQ] An easy script/code

 


fatepower
Hi!

I wonder how to make a code or a script...
i have wonder how to do this without php i have the knowlage how to do it in PHP but not in HTML.
I want a easy script like this:
-An easy login page to look the encrypted things is side the doc/html. I mean when users click at the link the show a simpel login page where they must print a username and a pw. WHen they have enter it they will see the text inside it.

exampel code in php:
Code:
if ($CURUSER["can_upload"]=="yes")
   print("<td class=header align=center><a href=upload.php>".MNU_UPLOAD."</a></td>\n");
if ($CURUSER["view_users"]=="yes")
   print("<td class=header align=center><a href=users.php>".MNU_MEMBERS."</a></td>\n");
if ($CURUSER["view_news"]=="yes")
   print("<td class=header align=center><a href=viewnews.php>".MNU_NEWS."</a></td>\n");
if ($CURUSER["view_forum"]=="yes")

and then have a DB with 'user' and so on... hehe that was just a simpel explanation of it Razz

And heres a code in html but it's still need php.

Code:
<html>
 
<? if (isset($error)) echo $error; ?>
 
<form action="login.php">
 
Kod: <input type="text" name="kod"><br>
<br>
<input type="submit" name="submit" value="Login">
 
</form>
 
</html>


Maybe someone could figure this out Very Happy

Cheers
/Fate

Sry 4 my bad english
raver
html isn't a programming language, it's just a collection of tags and instructions after which the browser displays a page.
You can't make logical decisions in html. That's why we have web programming languages like php, jsp, asp, and so on.
fatepower
raver wrote:
html isn't a programming language, it's just a collection of tags and instructions after which the browser displays a page.
You can't make logical decisions in html. That's why we have web programming languages like php, jsp, asp, and so on.
yeah i know about it but i was just wondering if it was possible to do one script/code.. but now i know Very Happy
Reply to topic    Frihost Forum Index -> Scripting -> Html, CSS and Javascript

FRIHOST HOME | FAQ | TOS | ABOUT US | CONTACT US | SITE MAP
© 2005-2007 Frihost, forums powered by phpBB.