Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. Linux, Apache, MySQL, PHP
  4. New Lang ?

New Lang ?

Scheduled Pinned Locked Moved Linux, Apache, MySQL, PHP
javascriptphphtmlcssxml
6 Posts 6 Posters 1 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    SRJ92
    wrote on last edited by
    #1

    Hey guys , i want to bring my website a bit more of a interactive feel , like forums and log ins .... and instead of copying other peoples scripts like most , i want to create my own .... so what lang is better php or cgi for forums ? and to learn php what worked for you ? and reccommendations would be helpful ... i know the basic stuff like xml/html and javascript , css etc ... so i ain't basic really

    L C M A D 5 Replies Last reply
    0
    • S SRJ92

      Hey guys , i want to bring my website a bit more of a interactive feel , like forums and log ins .... and instead of copying other peoples scripts like most , i want to create my own .... so what lang is better php or cgi for forums ? and to learn php what worked for you ? and reccommendations would be helpful ... i know the basic stuff like xml/html and javascript , css etc ... so i ain't basic really

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      A good place to start would be the w3schools[^] :)

      I are Troll :suss:

      1 Reply Last reply
      0
      • S SRJ92

        Hey guys , i want to bring my website a bit more of a interactive feel , like forums and log ins .... and instead of copying other peoples scripts like most , i want to create my own .... so what lang is better php or cgi for forums ? and to learn php what worked for you ? and reccommendations would be helpful ... i know the basic stuff like xml/html and javascript , css etc ... so i ain't basic really

        C Offline
        C Offline
        cjoki
        wrote on last edited by
        #3

        The (update) book I started php on is this http://www.amazon.com/PHP-MySQL-Web-Development-4th/dp/0672329166/ref=sr_1_1?ie=UTF8&s=books&qid=1259357220&sr=1-1[^], I started with the 1st ed. It has complete code examples that the authors take the time to walk you through. Each example is also a complete program that can be used straight in your site, although I wouldn't due to style issues... :) But I found this book more helpful than most out there that only give you fragments of a complete web app.

        1 Reply Last reply
        0
        • S SRJ92

          Hey guys , i want to bring my website a bit more of a interactive feel , like forums and log ins .... and instead of copying other peoples scripts like most , i want to create my own .... so what lang is better php or cgi for forums ? and to learn php what worked for you ? and reccommendations would be helpful ... i know the basic stuff like xml/html and javascript , css etc ... so i ain't basic really

          M Offline
          M Offline
          Marc Firth
          wrote on last edited by
          #4

          SRJ92 wrote:

          what lang is better php or cgi for forums ?

          Whichever you feel most comfortable with. There seems to be more support and tutorials from the PHP community however.

          SRJ92 wrote:

          learn php what worked for you

          To be honest, Google. Want to do a login authentication?, google: "php Login tutorial" or "php authentication tutorial". If you looking for mysql database tutorials, google "mysql php tutorial". If you know JavaScript you won't have much of a problem with PHP.

          Portfolio | Web Design, Web Hosting & IT Support

          1 Reply Last reply
          0
          • S SRJ92

            Hey guys , i want to bring my website a bit more of a interactive feel , like forums and log ins .... and instead of copying other peoples scripts like most , i want to create my own .... so what lang is better php or cgi for forums ? and to learn php what worked for you ? and reccommendations would be helpful ... i know the basic stuff like xml/html and javascript , css etc ... so i ain't basic really

            A Offline
            A Offline
            abushahin
            wrote on last edited by
            #5

            hey, i would definitely recommend php, this is largely due to the hugh community it has on the www, all you have to do is google whatever your looking for and 9 out of 10 times you'll get what your looking for. theres plenty of login examples available out there too. But i would also recommend if you dont already know it get some idea of mysql dbs too, also get a version of xampp from myapache and friends for your machine that way you can do all the work locally before deploying anything. regards abu

            abushahin

            1 Reply Last reply
            0
            • S SRJ92

              Hey guys , i want to bring my website a bit more of a interactive feel , like forums and log ins .... and instead of copying other peoples scripts like most , i want to create my own .... so what lang is better php or cgi for forums ? and to learn php what worked for you ? and reccommendations would be helpful ... i know the basic stuff like xml/html and javascript , css etc ... so i ain't basic really

              D Offline
              D Offline
              Dr Walt Fair PE
              wrote on last edited by
              #6

              First, CGI isn't really a language, but a way to do server side stuff outside a web server. You can write CGI stuff in most any language that can run on your system, C, C++, Perl, Pascal, etc. Therein lies the problem -- it isn't very secure and if you CGI script crashes, the entire server may also. So, I'd definitely recommend using PHP. It will allow you to do most anything you need to do on a server, but it will allow reasonable security in most implementations. Also, the way it's usually setup, if your PHP script crashes, it won't bring down the entire server.

              CQ de W5ALT

              Walt Fair, Jr., P. E. Comport Computing Specializing in Technical Engineering Software

              1 Reply Last reply
              0
              Reply
              • Reply as topic
              Log in to reply
              • Oldest to Newest
              • Newest to Oldest
              • Most Votes


              • Login

              • Don't have an account? Register

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • World
              • Users
              • Groups