No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
15 Posted Topics
Is this meant to be a question or are you simply showing that you can do this?
I am currently building an online system, it has come to the point to think about securing peoples passwords. How ever, for admin reasons I was wondering if it was possible to decode the encoded password, I believe this is not possible with md5 but hoping there is another method? …
The first problem I can see if the options have no values, so there for they can not post anything? [QUOTE]<option value="4">4</option>[/QUOTE] Not sure if that will sort it but worth a try
you've tryed the rest, now try the [URL="http://www.opera.com/download/"]best[/URL] opera all the way for me :)
Used to use 1asphost a few years back when I started with asp.... lifes worth of downtime had there. If your really keen on asp, your best paying for a package, only really use this sites for a testing/learning purpose
search around there are many scripts, not something I've actuly tryed my self. [URL="http://www.createforum.com/phpbb/new_forum.php"]Heres one I've just found[/URL]. Or you may have been looking to make your own, So [URL="http://www.phpeasystep.com/workshopview.php?id=12"]heres a nice little tutorial[/URL] Hope they helped..
Looking at your other posts you looking to create a login system of somekind?
Heres my code.... Loginform.php [CODE] <table> <tr><td></td><td> <?php if(isset($_SESSION['group'])){ echo "You are logged in as: <b>"; echo $_SESSION['username']; } else { ?> <table> <form name="loginform" method="post" action="login.php"> <tr><td>Username:</td><td><input type="text" name="username"></td><td>Password:</td><td><input type="password" name="password"></td><td></td><td><input type="submit" value="Submit"><input type="reset" value="Clear"></td></tr> </form> </table> <? } ?> [/CODE] Code above first checks if the session is …
I would think yould need a module.. like this? [URL="http://www.apache-asp.org/"]apache-asp[/URL] assume that works, never tryed it my self
I don't think this is what you are hoping for but may find it of some use. Great tutorial and great finished product [URL="http://www.webreference.com/programming/css_gallery/index.html"]Click Away[/URL]
This is something I could never quite get my head around, I resorted to adding 3 images in my database and printing them out that way. Would also be interested if anyone has an answer
Assuming you know how to pull things from the database already, you should be looking at something like this [QUOTE] <input name="box1" type="text" id="box1" value="<? echo $rows['ENTER NAME']; ?>"> [/QUOTE] works fine for me.
I have two slight problems I simply cant find an answer to anywhere, the first, only small. I have my database printing out items from a database into a select box, this is giving me blank options even though there are none in the database, I remember having this problem …
Basicly, I planned on doing a "next/previous" button on my website, but they wont work, I think the problem lies in the server being in safe mode, I was hoping someone could show me how to get around it (keeping safe mode on) cheers heres my code [CODE] if(!isset($_GET['start'])) $start …
I'm new to bash, only been doing it a day or so, but having some trouble with one thing. I am trying to create a script that checks for updates, places them into a file, slightly formats them, then emails them. It's the latter I'm having trouble with, I have …
The End.
ezb