Forum: PHP Jan 8th, 2008 |
| Replies: 6 Views: 620 Youll have to explain clearly what you want, never get anywhere otherwise |
Forum: PHP Jan 8th, 2008 |
| Replies: 3 Views: 646 search around there are many scripts, not something I've actuly tryed my self.
Heres one I've just found (http://www.createforum.com/phpbb/new_forum.php). Or you may have been looking to make your... |
Forum: PHP Jan 8th, 2008 |
| Replies: 6 Views: 620 Looking at your other posts you looking to create a login system of somekind? |
Forum: PHP Jan 8th, 2008 |
| Replies: 3 Views: 612 Heres my code....
Loginform.php
<table>
<tr><td></td><td>
<?php
if(isset($_SESSION['group'])){
echo "You are logged in as: <b>";
echo $_SESSION['username']; |
Forum: HTML and CSS Jan 7th, 2008 |
| Replies: 3 Views: 938 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... |
Forum: HTML and CSS Jan 7th, 2008 |
| Replies: 18 Views: 2,242 you've tryed the rest, now try the best (http://www.opera.com/download/) opera all the way for me :) |
Forum: PHP Jan 7th, 2008 |
| Replies: 8 Views: 2,325 I would think yould need a module.. like this?
apache-asp (http://www.apache-asp.org/) assume that works, never tryed it my self |
Forum: PHP Dec 10th, 2007 |
| Replies: 4 Views: 902 I don't think this is what you are hoping for but may find it of some use. Great tutorial and great finished product
Click Away (http://www.webreference.com/programming/css_gallery/index.html) |
Forum: PHP Dec 10th, 2007 |
| Replies: 6 Views: 9,183 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 |
Forum: PHP Nov 27th, 2007 |
| Replies: 4 Views: 5,029 Assuming you know how to pull things from the database already, you should be looking at something like this
works fine for me. |
Forum: PHP Nov 26th, 2007 |
| Replies: 2 Views: 5,021 Is this meant to be a question or are you simply showing that you can do this? |
Forum: PHP Nov 13th, 2007 |
| Replies: 7 Views: 3,255 The first problem I can see if the options have no values, so there for they can not post anything?
Not sure if that will sort it but worth a try |
Forum: PHP Oct 15th, 2007 |
| Replies: 18 Views: 5,093 Thanks alot for your help, however, I am using 4.3.9, sorry I should have mentioned this to begin with, the code you gave strictly php5? |
Forum: PHP Oct 15th, 2007 |
| Replies: 18 Views: 5,093 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... |
Forum: PHP Sep 13th, 2007 |
| Replies: 5 Views: 3,320 thanks alot, I shall give this ago as soon as I can and let you know the outcome, cheers for your help |
Forum: PHP Sep 12th, 2007 |
| Replies: 5 Views: 3,320 Thanks alot for that, but looks really confusing, could you talk me through it, may understand it better, if you dont mind |
Forum: PHP Sep 7th, 2007 |
| Replies: 5 Views: 3,320 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... |
Forum: PHP Aug 8th, 2007 |
| Replies: 4 Views: 750 well it will bring out the first page of results, but pressing the next button simply does nothing
have a look for your self Problem pages (http://www.neother.co.uk/images.php) |
Forum: PHP Aug 3rd, 2007 |
| Replies: 4 Views: 750 Tried that before, didn't seem to help, I'll give it another bash, changed a few things since then, cheers |
Forum: PHP Aug 3rd, 2007 |
| Replies: 4 Views: 750 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... |
Forum: Website Reviews Jul 27th, 2007 |
| Replies: 1 Views: 806 The problem I have with this site is it's a photography site and its abit dull, just an opinion but I think photograhy sites should be arty, more interesting to look at. Just a thought, some good... |
Forum: Shell Scripting Jul 27th, 2007 |
| Replies: 1 Views: 746 |
Forum: Shell Scripting Jul 20th, 2007 |
| Replies: 1 Views: 746 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... |