MySQL Forums
Forum List  »  PHP

Re: field references file on the network
Posted by: Brandon Bridges
Date: March 27, 2014 12:54PM

Brandon Bridges Wrote:
-------------------------------------------------------
> Is there a way for me to set a field as a shortcut
> to information in a file (like excel) or a whole
> file on the network?
...
> quickly gather information that is randomly
> dispersed across several drives on the network.
>have all of the
> information and relevant files presented together
> based on previous choices.
...
> I need to be able to manually input the location
> of these files which will vary dramatically.
> Obviously these files may disappear, but then I
> will have to adjust my reference pointers
> accordingly.
>
> I don't want to make copies of any of this data.
--------------------------------------------------

The PHP will access information in the MySQL database, which will give locations of different information (like the location of a particular file).

How can I set filetypes that will in effect exist as shortcuts to these files?

Am I just making these file-types as text and then using PHP to actually go and collect the files?

Further, the drop down lists will be populated by the tables in mysql and will traverse the information as the user filters their choice based on available choices.

I still think it's all relevant to a MySQL :: PHP forum...

Do you have any suggestions?

Options: ReplyQuote


Subject
Written By
Posted
Re: field references file on the network
March 27, 2014 12:54PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.