Re: a questoin about the "#" char

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Sebastian Camino wrote:
> Hello,
> 
> I want to know what the "#" char does.

In a url it's an anchor tag (http://www.w3schools.com/HTML/html_links.asp).

In php it's used to mark a comment.

<?php
# this is a comment and not executed.
?>

It means nothing specific in a filename.

-- 
Postgresql & php tutorials
http://www.designmagick.com/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux