Jump to content

PHP Link


kumarrana

Recommended Posts

It is such a stupid questions that I can't fix link problem in my PHP script.

Code looks lie this

$attached_file = $result_row['attachment']; // Access uploaded file name from database
echo "<br><a href=file_upload/$attached_file> Attachment</a>"; //Link to the file, file_upload is folder where file is uploaded

Can body find glitch in it?

Link to comment
https://forums.phpfreaks.com/topic/95187-php-link/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.