Search results

  1. [PHP] Basic IP log

    Alright, I'll make it on my free time.
  2. Second Website Design. ^^

    Should still do it the right way if you are "practicing" other wise it's a half ass project.
  3. PM

    I agree to the idea, idc what color.
  4. Second Website Design. ^^

    First suggestion within the first 2 seconds of looking at it.... add this to the <head> tags in your html <title>WhatEver</title> So it won't say untitled document.
  5. Post messages in html code

    Are the best threads. This thread is way off topic.
  6. Post messages in html code

    That post had I fail at coding written all over it <3
  7. Finally going to start learning html!

    Html is easyyyy if you need help add me, [email protected]
  8. Post messages in html code

    You guys don't even need <p> tags. with html you can just type and it will output <html> Hello </html>
  9. [PHP] Basic IP log

    LEEEECHER!!!!! you should have told me i would have added a check so it won't multi log. but it's better the way it is now.
  10. Profile

    Username changes are shown twice.
  11. [SOURCE]GiantsFan23's Personal Notepad[/SOURCE]

    The data base won't recognize the line breaks, and when you try to output it, it will all be on one line. HintHint: nl2br()
  12. Do you believe in 2012?

    Doesn't even matter lol. If it happens it happens we can't stop it. If it doesn't then we wasted countless amount of time talking about it. Life= Shit happens.
  13. Web Development

    Jquery is the shit. Best lang <3 aside from php
  14. [Snippet] File Write/Read

    it's probably depreciated... just use the rename($name, $newname);
  15. [Snippet] File Write/Read

    Where did you get "rb" from? I'm not criticizing you, just helping.
  16. [Snippet] File Write/Read

    correcting you :) btw you can just use ... file_exists() $data = 'Some text'; $filename = 'file.html'; $open = fopen($filename, "x+"); // a just appends. x+ creates . fwrite($open, $data); fclose($open); rename("images","pictures"); this is TOTALLY wrong. $filename = 'file.txt'; $open =...
  17. Best Web Browser?

    Safari.
  18. Requests

    I'll take requests to code things for people in PHP. Anything basic to advanced... Just not going to do a CMS or anything like that. Template: Project Name: Functions: Purpose of this: DO NOT PM ME ABOUT THIS.
Back
Top