-
Replied To a Post in Unique444: Need to change a script to access Adobe picture.
When I comment our the echoing of the contents I just get the output of the 2 <a href="..." ... </a> lines as a single line: Back to Result List … -
Replied To a Post in Unique444: Need to change a script to access Adobe picture.
I changed the position of the header(...) lines to be above file_get_contents(...) and I think fixed the use of the file name (filename=".$file) but the image is the same. I … -
Replied To a Post in Unique444: Need to change a script to access Adobe picture.
I changed the the second header( ) line to : <?php $file = $_GET['file']; $contents = file_get_contents($file); header("Content-type:application/pdf"); header("Content-Disposition:attachment; filename=$file"); -
Replied To a Post in Unique444: Need to change a script to access Adobe picture.
I added the 2 header(...) lines but the system still produced gibberish: I've never used "header" before. <?php // will list a file that has the path transferred through the … -
Replied To a Post in Unique444: Need to change a script to access Adobe picture.
Here's the source for the listscores.php: <?php // will list a file that has the path transferred through the URL ?> <html> <head> <title>Bridge Scores</title> </head> <body> <a href="index.php">Back to … -
Created Unique444: Need to change a script to access Adobe picture.
I run the bridge game on a Monday evening and just recently I brought in a card dealer so the computer can select the cards and deal them into 4 … -
Began Watching Unique444: Need to change a script to access Adobe picture.
I run the bridge game on a Monday evening and just recently I brought in a card dealer so the computer can select the cards and deal them into 4 … -
Created How can I change a .php file so that I see images
I run the bridge game on a Monday evening and just recently I brought in a card dealer so the computer can select the cards and deal them into 4 … -
Began Watching How can I change a .php file so that I see images
I run the bridge game on a Monday evening and just recently I brought in a card dealer so the computer can select the cards and deal them into 4 …
The End.