This topic is locked

need to know where to change code.. admins pls help

6/21/2009 8:17:54 PM
PHPRunner General questions
A
agsolutions author

I have a link to download my PDF files form my database.

The file link that was generated for all my rows are missing a "/"
For example a link looks like:

http://mydomain.com/LOGIN-DB/files3595653600(2).pdf
i want to adjust this to:http://dukemedicalsolutions.com/LOGIN-DB/files/3595653600(2).pdf without regeneratting all the pages with phprunner again because iv made so many custom changes after creating the files. Can anyone tell me that file to open and where to modify the code to correct this?
Thanks

S
swanside 6/22/2009

What page is the file on.
I.e., is it on http://servername/table/name/fieldname_view.php?
if so, I would have a look in the templates folder, see if the file is in there as an html file?

A
agsolutions author 6/22/2009

Thanks,
I was actually in the include folder in a file: _tablename_settings.php
<img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=42056&image=1&table=forumreplies' class='bbc_emoticon' alt=':)' />

What page is the file on.

I.e., is it on http://servername/table/name/fieldname_view.php?
if so, I would have a look in the templates folder, see if the file is in there as an html file?