Search results

  1. supajason

    layout getting screwed up

    ok i think this should work! Change readfile("top.txt"); To include("top.txt"); And Change readfile("bottom.txt"); To include("bottom.txt"); BINGO??
  2. supajason

    PHP session ID

    I think its: <?PHP session_start(); $ses_id = session_id(); echo 'Session ID = ' . $sid; session_destroy(); ?> Easy!!!
  3. supajason

    Custom CMS Help

    I think i might be able to help you out! Im going on holiday tomorrow i will PM you in a week if you want/need me! Question What have you got already? I wouldn't mind making your database, newsletter system, articles.....Most of them as i making a site and some of our things overlap so i could...
  4. supajason

    random image

    can you show me the code?
  5. supajason

    File Library / Download software

    check this out:http://www.php-mysql-tutorial.com/php-mysql-upload.php
  6. supajason

    url-rewrite HELP :-(

    Thank you! i had to put them both in! Cheers
  7. supajason

    url-rewrite HELP :-(

    hello i have been trying for a while and cant get this to work so maybe you can! I have a page call "category.php" This will just open the file http://localhost/category/ Second http://localhost/category.php?id={param} http://localhost/category/{param}/ Last its...
  8. supajason

    AJAX charset trouble

    real link http://thecrazy.x10hosting.com/inicio.html try this
  9. supajason

    Show system/ picking a winner?

    ok so this is what i came up with: <?PHP $db = mysql_connect("a", "a", "a") or die("Connection Failure to Database"); mysql_select_db("a", $db) or die ("Connection Failure to Database"); if(isset($_POST['pet'])) { //Enter dog into show $sql = 'INSERT INTO `pet`.`show` (`petname`...
  10. supajason

    Need show script

    hey dude! check this out:http://dream-code.net/e107_plugins/content/content.php?content.4 demo here
  11. supajason

    Show system/ picking a winner?

    have you got a link or the code?
  12. supajason

    3 Great ways to get pass school filters

    it got so bad at my school they disable right click lol
  13. supajason

    Show system/ picking a winner?

    i understand what do you have so far?
  14. supajason

    New to PHP

    W3C Schoolc is a good place to start : http://www.w3schools.com/php/default.asp Setup your own local server http://www.apachefriends.org/en/xampp.html good luck if somethings not working or need help post or message me i will help!
  15. supajason

    Look At Super-php

    thanks mrmason! its built from scratch but the images i found on a free template and i changed the colours. The index page has articles on them not posts they just are really small test data.
  16. supajason

    Look At Super-php

    hello i have been hiding in a hole for a long time making this site its not 100% finished yet im going to add some more features which means re-designning the database :( Here is a screenshot let me know what you think? answer the poll go crazy!:)
  17. supajason

    Looking for a tester. 1000 credits &/or Double Space\BW

    i would like to help! i like looking for bugs and security holes!
  18. supajason

    [PHP] Getting web pages + contents

    I wish! i never found out! just given up and starting a new project now!
  19. supajason

    [PHP] Getting web pages + contents

    Hello i need some help please look here im offering 600 credits! Edit: Dont need this anymore!
  20. supajason

    [PHP] Getting web pages + contents

    Hello All! I'm in need of some help, I have been trying to work this out forever and still no luck so i ask you please please help me! Scenario: Im trying to make and external login for a website. "login.php" has 3 fields (username, password and image) i want to get that page and let it set...
Top