1. Welcome! Please take a few seconds to create your free account to post threads, make some friends, remove a few ads while surfing and much more. ClutchFans has been bringing fans together to talk Houston Sports since 1996. Join us!

[GEEK] php and MySQL

Discussion in 'BBS Hangout' started by rockHEAD, Oct 29, 2004.

Tags:
  1. rockHEAD

    rockHEAD Member

    Joined:
    Mar 22, 1999
    Messages:
    10,337
    Likes Received:
    123
    OK... I'm old school.

    I still use HTML for my webpages, etc... but lately I've been wanting to get into some php stuff.

    How easy/hard is it to use php, is there a huge learning curve, do you really code everything by hand or are there any known WYSIWYG php apps?

    I think php looks real hot for a webpage, but I'm a total noob when it comes to it. Looking for any advice. I'm still in the process of doing google searches... so any help is appreciated.

    :)
     
  2. bejezuz

    bejezuz Member

    Joined:
    Jun 26, 2002
    Messages:
    2,772
    Likes Received:
    69
    PHP is a programming language that you can embed into a webpage. It is best used for dynamic content. The pages that the php scripts output are still HTML.
     
  3. Jeff

    Jeff Clutch Crew

    Joined:
    Feb 14, 1999
    Messages:
    22,412
    Likes Received:
    362
    There are a TON of free PHP scripts that can be added to a site for all kinds of purposes. My bands use PHPNews, PHPGallery (for pictures), PHPMaillist (for mailing lists) and on and on.

    Because it is free, there are tons of resources out there for utilizing it. It won't make your site look better, but it can help it function more easily.
     
  4. codell

    codell Member

    Joined:
    Aug 26, 2002
    Messages:
    19,312
    Likes Received:
    715
    I picked up some PHP when designing our site. Confusing as heck. I had to create an PHP script for an online submission form. Worked out well. It forwards the form to my wife's email, in HTML format and sends an automated email out to the sender confirming receipt.

    Bailey helped me out quite a bit with some questions.
     
  5. rockit

    rockit Member

    Joined:
    Feb 14, 1999
    Messages:
    627
    Likes Received:
    2
    PHP is VERY easy to pick up. If you know what you want to do on your webpage, you can find almost any application example on the web.

    My favorite site for tips is: www.devshed.com. The forums on there are great too. Also The Experts Exchange.com is great.

    If you need any help, let me know.
     
  6. SwoLy-D

    SwoLy-D Member

    Joined:
    Jul 20, 2001
    Messages:
    37,618
    Likes Received:
    1,456
    Ditto. I'm in devshed as almanzam and provide some tips, but haven't gotten into PHP yet.

    Dreamweaver MX and 2004 MX has good tie-ins for PHP based on MySQL. I code in PERL and learned ASP because I was thrown in the waters.
     

Share This Page