Re: [PHP] Linking to files in a mysql db

2004-02-13 Thread Richard Davey
Hello David,

Friday, February 13, 2004, 9:25:30 PM, you wrote:

DEN> how can I link to a file that is referenced in a mysql database.

Depends what you mean by referenced in MySQL.

If you have a URL that links to a file in your SQL table, then just
turn it into an href. If the file is stored locally then it depends
how you need to open it.. perhaps fopen or a socket stream.

More info needed.

-- 
Best regards,
 Richard Davey
 http://www.phpcommunity.org/wiki/296.html

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] Linking to files in a mysql db

2004-02-13 Thread David E. Newberger
Hello all,

I'm sorry to be asking such a simple question but I'm kind of new at this. 

how can I link to a file that is referenced in a mysql database.

Dave

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php