Results 1 to 3 of 3

Thread: How to display text in PHP ?

  1. #1
    Join Date
    Mar 2008
    Posts
    24

    How to display text in PHP ?

    Hello

    I am learning PHP currently. I want to know how to display text in PHP can some one help me ?

    Thanks

  2. #2
    Join Date
    Oct 2008
    Posts
    74

    Re: How to display text in PHP ?

    Basic Operation in PHP, the text display can be done in different ways. We will see the easiest and fastest (in terms of processing time server) to display text. This is the "function" echo () (it is a structure of language in reality and not a function, in fact it is not compulsory to use it with parentheses).
    Eg :

    <? php
    echo 'hello! " / / Displays the text "hello!"
    >

  3. #3
    Join Date
    Mar 2008
    Posts
    68

    Re: How to display text in PHP ?

    It's all well and good but if you want to display an apostrophe how do we do? Well just add the \ (backslash) in front of the apostrophe to add. A small example is worth a thousand words:

    <? php
    echo 'l \' apostrophe in the middle of \ 'a string';
    >

Similar Threads

  1. Text Messages Display Wrong Time on HTC mobile
    By Meditation in forum Portable Devices
    Replies: 4
    Last Post: 19-01-2011, 02:13 PM
  2. Reading text file in VC++ display it in textbox
    By molocas in forum Software Development
    Replies: 1
    Last Post: 26-07-2010, 10:34 AM
  3. Random Text Display Using JavaScript
    By Beter 2 Burn Out in forum Software Development
    Replies: 4
    Last Post: 03-02-2010, 05:52 AM
  4. Problem of textbox that does not display text
    By RyanInt in forum Software Development
    Replies: 4
    Last Post: 11-12-2009, 05:55 PM
  5. How to change the size of my email display text
    By Ryan21 in forum Technology & Internet
    Replies: 3
    Last Post: 08-10-2009, 10:28 PM

Tags for this Thread

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
  •  
Page generated in 1,751,748,480.07849 seconds with 16 queries