Joomla动态创建页面

I am quite new to joomla. But not to HTML nor to PHP.

Now I want my users to be able to see information about eachother. because of this I wish to create a page (article) for each of them.

Now this page (article) is ofcourse going to be generated through PHP (collecting data from my user database) and is then displayed.

now to my question:

This site(article) should not display in the menu, nor should it display in a module it should actually be hidden unless someone either search for the user or clicks the user name. So how do I redirect and create a "Hidden" page in joomla?