Page 3 of 3 FirstFirst 123
Results 21 to 25 of 25

Thread: How do I insert PHP into HTML page?

  1. #21
    Join Date
    Jul 2007
    Location
    England
    Posts
    41
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Default

    I have been reading all of your posts, and I must say, they're very interesting =)...a good introduction for me to PHP I guess...or maybe, thinking about it, it's not...

    Anyway, thanks to all of you who have helped =)

    MrRSMan.

  2. #22
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    a good introduction for me to PHP I guess...or maybe, thinking about it, it's not...
    No, it's actually nothing to do with PHP, it's more of a philosophical conversation and can be applied to any language or any form of data that will be interpreted
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  3. #23
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    Though it is good to have an idea about some of this, so you know how PHP works.
    Many people new to PHP take a long time to understand things like the fact that PHP is generated before any output, so it won't work while the page is running.
    Understanding that type of thing (which it seems like you do) is really the most important part of using PHP. From there, it's just memorizing functions and getting used to how to best write a functional page by combining them.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

  4. #24
    Join Date
    Jul 2007
    Location
    England
    Posts
    41
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Default

    Hmm...I've just printed out a 50-page tutorial on PHP, which I'll plough through in the next few day...hopefully it won't be too confusin =)

  5. #25
    Join Date
    Mar 2009
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by kobo1d View Post
    after a quick google, i found this ->

    http://runearchives.net/derrick/?p=6

    its php...


    btw.: you cant add php to html.. but other way round.. u can add html to a php page..
    so its better to rename your script from maybe index.htm to index.php ..
    now u can work with html and php on 1 page..

    just place php code inside the php tags -> <?php ..CODE.. ?>
    everything outside will be handled as normal html..
    Hi
    This link is not working.

    IN btw..
    Im trying to insert Jquery in PHP file but somehow its not wrking..
    Need some help

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •