1
I have a user registration system. The person inserts some information such as user, photo, name, a brief personal presentation, phone, and email. Automatically an id is generated for each new registration. So far it’s already running correctly.
Do I need anyone to be able to access something like a website.com/? p=Jobby or website.com/? p=123, being 123 the id of Johnny, and then the page that opens connect to the database and show the requested user information on the page, as in the following picture:
This is the "code" that would represent the page of Johnny.
<html>
<body>
<img src="img/joaozinho.jpg">
<h2>Joãozinho</h2>
<h3>Sou um cara legal!</h3>
<h3>9999-8888</h3>
<h3>[email protected]</h3>
</body>
</html>
I used this code and everything worked out, thank you very much!!!
– Jonas Martin
Ah that good! Valew! If you want to give a moral, mark as accepted answer and click the arrow up to give me reputation points. :)
– Antonio Alexandre