Jump to content

tarun

Members
  • Posts

    321
  • Joined

  • Last visited

    Never

Everything posted by tarun

  1. Sorry That Was My Personal View And Anyway Sessions Can Be Destroyed...
  2. Sorry I Dont Really Understand Your Problem Either Please Elaborate In Detail
  3. Isn't Nice Clean Code Much Easier To Read For The Server Than Ugly Code Well... When It Comes To It I Value The Layout Of My Code.. But Thats Only So It's Easy On My Eyes OFF TOPIC: And Can I Ask - Is C++ Like C#? I Tried A Bit Of C++ And Gave Up And Switched To C# And Also What Software Do You Use? (I Used Visual C# Express + Visual C++ Express)
  4. Advice: Nobody Likes To Look Through Long Sections Of Code
  5. But Then Its Not Very Safe Is It Because The Cookie Can Be Deleted Or You Can Just Block All Cookies So The Cookie Can't Even Be Set In The First Place DataBase = Good | Session/Cookie = Bad
  6. HTML and JavaScript That Would Be SO Easy For A Bot To Crack You Need To Use The PHP GD Library Just Search Google
  7. Store Wether Theyve Seen The Page As A Boolean Type And Then Perform The Check On The Page...
  8. Good Good... Nice Work My Popup Blocker Doesn't Block It Now And Just Some Advice http://www.plutomedia.net/new/includes/ Stop Access To This Directory
  9. Anyway... Lots Of People Have Pop-Up Blockers (Including Me) And Lots Of Them Will Stop This Method You Should Just Use A Normal Page...
  10. Yes It Does Work > IVE JUST TESTED IT function win_open(url, title, specs) { window.open(url, title, specs, false); } <a href="javascript:win_open('page url', 'name', 'directories=0, height=200, location=0, menubar=0, resizable=0, scrollbars=0, status=0, toolbar=0, width=150');">Link</a>
  11. The Link Is The Word "Extreme". Perhaps Make It More Visible With An Underline Or Something AND List The Prices Next To The Package Title On The Order Page (http://trancehosts.com/pages/order/order.php) EG: Order Extreme - £40
  12. Okay i will. And after that? How does it all work.
  13. Yeah an maybe a preload on the tabs i can't remember how to do it but a simple google will help. heres a couple sites: http://www.pageresource.com/jscript/jhover.htm ^ | | It also THINK it can be used for background images but im not really sure
  14. Yes sorry... habit Well i've asked them and they said that they're interested but they'd like to keep the domain. However if the offer is right then he/she will consider. So what next?
  15. Why Not Test It And Then You Can Doucment It And Send It Too www.php.net And Recieve The Credit
  16. Maybe I Havn't Made This Clear But Its The Domain I Would Like Is Already Registered And The Person Who Owns It And I Want To Buy It Off This Person BUT... How?
  17. I Detected A Javascript Error: Line: 106 Char: 11 Error: Unknown runtime error Code: 0 URL: http://www.hillbillie4x4.com/buggie.php And This Same Error Exists 9 Times
  18. Well Ive Asked Someone Wether They'd Like To Sell Thier Domain To Me. And They've Said That They Are Interested And Will Consider If The Price Is Right. But How Do They Actually Transfer The Domain Me? And I Dont My Own A Domain (Im Only Familiar With http://localhost) So Im Not Really Sure What To Do I Currently Have Free Web Hosting And To Have Domains You Need To Configure Them With "ns1.awardspace.com" and "ns2.awardspace.com" (Plus I Dont Have A Clue What That Is Either)
  19. Scrap AJAX I Found A Way Using IFRAMES In The IFRAME Just Put <SCRIPT> window.parent.location.href = "examplepage.htm"; </SCRIPT> And It Will Change The Location Of The Main Page (NOT THE IFRAME)
  20. Ermm... Is It Possible To See Your Source Code..? ThanX, Tarun
  21. Just Define The Height Right: #right { background: #B2D95E; padding: 10px; min-width: 125px; height: 500px; } Content: #content { background-color: #ffffff; padding: 10px; width: 75%; min-height: 600px; float: left; height: 500px; }
  22. I Dont Think Its Anything To Do With Your CSS But You Could Use To Force PHP To Display All Errors <?php error_reporting(E_ALL); ini_set('display_errors', '1'); ?> ThanX, Tarun
  23. By The Sounds Of It Im Thinking AJAX Here Are Some Helpful Links: W3Schools - AJAX Tutorial Tizag - AJAX Tutorial AJAX Freaks PHP Freaks AJAX Board
  24. Well Theres htmlentities And htmlspecialchars And There Are Also Plenty More
×
×
  • 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.