Results 1 to 4 of 4

Thread: What are different and special set of tags do in PHP?

  1. #1
    Join Date
    Dec 2008
    Posts
    70

    What are different and special set of tags do in PHP?

    What are different and special set of tags do in PHP? such as <?= and ?> these in PHP.. There are lot of special tags in PHP but i mentioned those these are the most common and for every program of PHP starts and end with these? What these special tags does in PHP.

  2. #2
    Join Date
    Apr 2008
    Posts
    193

    Re: What are different and special set of tags do in PHP?

    These special tags are there to display output directly to the browser. There are some different tags or statement such as using the PHP echo() statement. Actually PHP file does not need to be executable or special in any way. Because PHP is embedded within tags, the author can jump between HTML and PHP (similar to ASP and Cold Fusion) instead of having to rely on heavy amounts of code to output HTML. The server finds out that this file needs to be interpreted by PHP because you used the ".php" extension.

  3. #3
    Join Date
    Mar 2008
    Posts
    192

    Re: What are different and special set of tags do in PHP?

    If you are developing locally, also read the installation chapter to make sure everything is configured properly. PHP: Hypertext Preprocessor, an open source, server-side, HTML embedded scripting language used to create dynamic Web pages. Make sure that you access the file via http with the server providing you the output. If you just call up the file from your file system, then it will not be parsed by PHP. Because PHP is executed on the server, the client cannot view the PHP code.

  4. #4
    Join Date
    Apr 2008
    Posts
    193

    Re: What are different and special set of tags do in PHP?

    PHP will operate on the final output generated by the Score Script. The point of the example is to show the special PHP tag format. In this example we used <?php to indicate the start of a PHP tag. That means you can pass Score Script variables/output to PHP or JavaScript but you cannot pass PHP or JavaScript back to the Score Script. calling a Plugin within the Score Script that allows the use of inline PHP. Then we put the PHP statement and left PHP mode by adding the closing tag, ?>.

Similar Threads

  1. What are an ID3 tags in PHP?
    By Jacques25 in forum Software Development
    Replies: 4
    Last Post: 28-02-2010, 03:36 AM
  2. <br /> Tags are being ignored by IE7
    By Carey in forum Software Development
    Replies: 5
    Last Post: 30-12-2009, 10:58 PM
  3. Replies: 1
    Last Post: 24-03-2009, 05:29 PM
  4. How does H1 tags works ?
    By Coldman in forum Software Development
    Replies: 4
    Last Post: 06-01-2009, 12:56 PM
  5. Tags (or tags) PHP
    By Gyan Guru in forum Guides & Tutorials
    Replies: 2
    Last Post: 22-12-2008, 01:04 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,750,241,903.60977 seconds with 16 queries