Can any one help me?
I am in an application “blank_teste_link_v2”
With variables:
$foto = “aaa.jpg”;
$texto = “Go”;
With this link:
echo ‘<a href=form_foto_descricao?foto_cod=’ . $foto . ’ target="_blank">’ . $texto . ‘’;
The link produces error 404:
http://www.allpetid.myscriptcase.com/scriptcase/app/project_fs/blank_teste_link_v2/form_foto_descricao?foto_cod=aaa.jpg
If I edit the URL taking out “blank_teste_link_v2” the URL works ok.
How can I correct this link?.
Thanks.