run the executable file

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
ina
Forum Newbie
Posts: 5
Joined: Tue Apr 30, 2002 3:38 am

run the executable file

Post by ina »

hi,
my code:

echo "<a href=\"JavaScript:PopUp('$db_path/$db_name_file');\"><img src=\"../images/btnview.gif\" border=0 alt=View></a>";

question:
1. please told me how to set the run file as readonly

2. from this after we update that file how to set the path/directory to save
User avatar
cwcollins
Forum Commoner
Posts: 79
Joined: Thu May 16, 2002 3:51 pm
Location: Milwaukee, WI, USA

Re: run the executable file

Post by cwcollins »

it is not clear, to me, from your post, what exactly you are trying to do. please clarify.

c.w.collins
ina
Forum Newbie
Posts: 5
Joined: Tue Apr 30, 2002 3:38 am

Post by ina »

i try to create the file management system that available all user to access the document files likes (report.doc , stock.xls and others). but just certain user can edit the document and the others only as a viewer. so how to control that the file is open as readonly when user run on web.

thanks.
Post Reply