Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #2K
~4K People Reached

15 Posted Topics

Member Avatar for lydia21

Is this meant to be a question or are you simply showing that you can do this?

Member Avatar for piyush16791
0
148
Member Avatar for ezb

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? …

Member Avatar for digital-ether
0
767
Member Avatar for Venom Rush

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

Member Avatar for Venom Rush
0
1K
Member Avatar for raw.nic

you've tryed the rest, now try the [URL="http://www.opera.com/download/"]best[/URL] opera all the way for me :)

Member Avatar for TheAlex
0
179
Member Avatar for janicefernandes

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

Member Avatar for janicefernandes
0
125
Member Avatar for chitra1

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..

Member Avatar for vssp
0
64
Member Avatar for frezek

Looking at your other posts you looking to create a login system of somekind?

Member Avatar for vssp
0
81
Member Avatar for lydia21
Re: help

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 …

Member Avatar for ezb
0
124
Member Avatar for dorcas

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

Member Avatar for ezb
0
110
Member Avatar for carko

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]

Member Avatar for kevinly
0
99
Member Avatar for ybn1197

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

Member Avatar for Nick Evan
0
851
Member Avatar for lydia21

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.

Member Avatar for lydia21
0
146
Member Avatar for ezb

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 …

Member Avatar for Yashua
0
229
Member Avatar for ezb

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 …

Member Avatar for ezb
0
98
Member Avatar for ezb

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 …

Member Avatar for ezb
0
105

The End.