Jump to content

Noggin

New Members
  • Posts

    9
  • Joined

  • Last visited

    Never

Everything posted by Noggin

  1. heh thanks very much what do you mean by 'Brutal'?
  2. thanks a bunch, worked a treat
  3. I can understand where you're coming from, I have the same sort of problems I'm sorry I can't provide more help, unless it's possible to use 'directory\*\'
  4. I'm not sure on a script, but selecting all files in a folder, I'm guessing, would have something to do with 'directory\*.*'
  5. I found some stuff that you might like to try: http://www.phpfreaks.com/tutorial_cat/7/Membership-Systems.php http://www.phpfreaks.com/tutorials/40/0.php http://www.google.co.uk/search?num=100&hl=en&safe=off&q=making+a+PHP+member+system&btnG=Search&meta=lr%3Dlang_en%7Clang_es
  6. To be honest, I'm not the best at PHP, although I know enough to get by.. I have been creating a website called Noggin Animations : nogginanimations.gm-ark.co.uk I have a comics section, and each comic is given a "series name" most of the comics are in the "drawings" series, although some are in other series. At the moment I am listing them with this code: $result3 = mysql_query("SELECT id, title, img_path, date, rating, rates, views, series, mature, mature_why FROM comics ORDER BY series DESC LIMIT $start, $number ") or die(mysql_error()); while($r3 = mysql_fetch_array($result3)) { blah.. blah.. so PHP is sorting the comics by the series name (I assume it's alphabeical) However "Drawings" comes first and "Death for a week" comes second, I'd like to reverse this so that "drawings" is at the bottom if you get what I mean, please do reply -Noggin
  7. Personally I think play/pause/stop buttons would be a nice feature, and the tabs should tween quicker, maybe with a little easing. I use flash a lot, and I'd be glad to give you some pointers!
  8. As you can tell by the title, I create animations using Adobe Flash. When I first created my website, it had a much different name, Mauve Studios. It evolved soon enough into "nexjay", and then on into Noggin Animations. I decided to stick with the name and my good friends, gm-ark (my hoster) So Noggin Animations started off as a tiny page-edit website, as I gained new knowlege in PHP coding, I coded my heart out to make it what it is today. If you'd like to visit, go here: nogginanimations.gm-ark.co.uk At the moment I am working on the comics section (getting the series names to order correctly) and I will be adding more features to the user area soon. Thanks for visiting, -Noggin
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.