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

Reply via email to