I am new to PHP and i have a php programe . How do i create a hyperlink for PHP . if people click on the link it should open in a new Page .
if you want to write the link using php instead standard html you need to use the echo statement: echo "<a href='link to website or page goes here' title='something to show onmouseover' target='_blank(new_window)'>Your text here</a>"; PHP: