|
characters not authorize in a script php
hello,
I would modify the script File Upload Center ver. 1.4 by Sergey Korostel. I would like to see the link of the uploaded pics.
I have replace this
else
{
$message="$mess[36] <b>$userfile_name</b> $mess[37]";
by
else
{
$message="$mess[36] <b>$userfile_name</b> $mess[37]";
$message.="<br /><hr /><br />Copier coller ce code dans votre message pour voir la photo sur le forum :
http://monsite.free.fr/forum/upload/upload/$userfile_name";
$message.="<br /><hr /><br />Le lien de la photo pour un affichage pleine page :
http://monsite.free.fr/forum/upload/upload/$userfile_name";
I have two problems
1: if I put the function $$destination i dont get got not the real way but a variable... so I put the real way
2: I would also insert in the first message img]http://monsite.free.fr/forum/upload/upload/$userfile_name[/img]
it doesnt work with [ IMG ]
i dont know how to do
if you could help me
thank you
|