1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

What was the first script you created using PHP?

Discussion in 'PHP' started by Gatorade, Jun 16, 2007.

  1. dzysyak

    dzysyak Peon

    Messages:
    43
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #21
    I clearly remember my first php script :) It was a site for video content providers like porn sites (sorry, but it is true). Most interesting parts were billing and video streaming :) Not sure what happened with that site, as I did it more than 5 years ago :)
     
    dzysyak, Jun 19, 2007 IP
  2. GeorgeB.

    GeorgeB. Notable Member

    Messages:
    5,695
    Likes Received:
    288
    Best Answers:
    0
    Trophy Points:
    280
    #22
    GeorgeB., Jun 19, 2007 IP
  3. einsteinsboi

    einsteinsboi Well-Known Member

    Messages:
    1,122
    Likes Received:
    76
    Best Answers:
    0
    Trophy Points:
    140
    #23
    I just started learning a short time ago, and my first little script was to test the connection between Apache and PHP after installing them on my laptop. I decided hello world wasn't intense enough, so mine was

    <?php
    //My first php program
    echo "If this works I did it, and I bloody rock!!";
    ?>
    PHP:
    It felt so good to type
    in my browser and see those words come up!!
     
    einsteinsboi, Jun 19, 2007 IP
  4. Crayz

    Crayz Well-Known Member

    Messages:
    708
    Likes Received:
    9
    Best Answers:
    1
    Trophy Points:
    120
    #24
    I will never forget my first real script, as it was also a pretty big project.

    FriendCrisis

    25+ hours total spent on this.

    I probably posted 4-6 topics in this php forum for help on this script :)

    I barely knew what I was doing, but I managed to pull though.

    Now I plan on developing an even larger script, with not much more knowledge :D
     
    Crayz, Jun 19, 2007 IP
  5. krt

    krt Well-Known Member

    Messages:
    829
    Likes Received:
    38
    Best Answers:
    0
    Trophy Points:
    120
    #25
    I remember coding my own forum script, from scratch, but ended up giving up. Probably not my first script, technically, but very close. Anything I wrote before was probably code from tutorials, or derivations. I worked on it time to time in between learning PHP and other side projects, then got involved too much with freelancing. Went back to the script and realised what a mess it was, barely recognised everything and being my first script, it was terribly written. However, it is still functional, just not maintained for so long, along with the rest of my site :p
    http://nexusfx.net/forums if you are interested
     
    krt, Jun 19, 2007 IP
  6. nabiha

    nabiha Peon

    Messages:
    111
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #26
    I did a very cheap CMS. It was bad first script I wrote :(
     
    nabiha, Jun 20, 2007 IP
  7. chopsticks

    chopsticks Active Member

    Messages:
    565
    Likes Received:
    20
    Best Answers:
    0
    Trophy Points:
    60
    #27
    Mine as alot of others was a simple "hello world" test.

    Beyond that at my first more serious attempts I created a simple love match calculator based on something someone told me. I later refined it and used functions. lol
     
    chopsticks, Jun 20, 2007 IP
  8. Houdas

    Houdas Well-Known Member

    Messages:
    158
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    101
    #28
    I dont know what was my first script, but I am sure it was a total useless crap :)
     
    Houdas, Jun 20, 2007 IP
  9. samusexu

    samusexu Well-Known Member

    Messages:
    138
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    108
    #29
    I think my first script was a form submitting something to a database.
     
    samusexu, Jun 20, 2007 IP
  10. stauf

    stauf Peon

    Messages:
    21
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #30
    currently working on my first php script... it's nothing simple, but that doesn't bother me considering i used to delphi years ago... =) i just hate not knowing certain commands and bugs, i hate bugs!
     
    stauf, Jun 20, 2007 IP
  11. Narrator

    Narrator Active Member

    Messages:
    392
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    80
    #31
    Well of course my first was:
    <?
    echo "Hello World";
    ?>

    Then I read through a tutorial on creating a membership script, since thats something I always wanted to learn. It was a very good tutorial that walked me through step by step. I just kept building onto it until I had a myspace clone site. I never launched it, I just thought of it as a learning experience.
     
    Narrator, Jun 20, 2007 IP
  12. einsteinsboi

    einsteinsboi Well-Known Member

    Messages:
    1,122
    Likes Received:
    76
    Best Answers:
    0
    Trophy Points:
    140
    #32
    Do you still have that tutorial?
     
    einsteinsboi, Jun 20, 2007 IP
  13. kijkij

    kijkij Peon

    Messages:
    346
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #33
    My first php script was a classified ads site. I was so happy after doing this.
     
    kijkij, Jun 20, 2007 IP
  14. nanolab

    nanolab Active Member

    Messages:
    113
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    58
    #34
    My first PHP script was library catalog
     
    nanolab, Jun 21, 2007 IP
  15. PenSniffer

    PenSniffer Guest

    Messages:
    9
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #35
    i took a bid for 1USD (meaning i got paid 1dollar) at rent a coder for a myspace comment code clone site. I learned php and mysql good enought to create the profitable site in 1 week (i wasn't the one who profited). I would never post a link to that site because, eventhough it looks very good, and runs very very fast, man the code is UGLY.

    my latest creation is at linkyme.com/fast-stumbles which is a stumbleupon exchange script and its quite niffty, pretty and doesn't break very easy :D

    its not a hard language to learn and php.net/function is uber handy
     
    PenSniffer, Jun 21, 2007 IP
  16. joesgraphics

    joesgraphics Peon

    Messages:
    206
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #36
    joesgraphics, Jun 21, 2007 IP
  17. pairbrother

    pairbrother Well-Known Member

    Messages:
    386
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    110
    #37
    my first script was http://www.amritaworld.com/addyourself.php
    Its completely handcoded and uses mysql.
    hello world is not a script i think, i think the original poster meant 1st script that u actually used somewhere. :p
     
    pairbrother, Jun 21, 2007 IP
  18. smatts9

    smatts9 Active Member

    Messages:
    1,089
    Likes Received:
    71
    Best Answers:
    0
    Trophy Points:
    88
    #38
    Definitely the "Hello World" script :)
     
    smatts9, Jun 21, 2007 IP
  19. Narrator

    Narrator Active Member

    Messages:
    392
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    80
    #39
    Narrator, Jun 21, 2007 IP
  20. exodus

    exodus Well-Known Member

    Messages:
    1,900
    Likes Received:
    35
    Best Answers:
    0
    Trophy Points:
    165
    #40
    I started by creating modifications to phpATM.
     
    exodus, Jun 21, 2007 IP