Hi,
https://coursesweb.net/php-mysql/filter- ... t-lists_s2
At the top there is a link to "Download MSLA" when I click on it it goes to a page to say 404 "the page for the requested address not found".
I would love to download the script.
thank you
download file missing for msla2 script
-
- Posts:2
download file missing for msla2 script
Admin
Posts:805
Hello,
Thank you for your message. Now the script is available for download.
Have a nice day!
Thank you for your message. Now the script is available for download.
Have a nice day!
lmclaren
Posts:2
I have downloaded the file,
thank you
thank you
Similar Topics
- GET_id not working in UnLink (delete file)
PHP - MySQL First post
I searching for an hour for a solution; unlink seems not to work with GET idLast post
<?php
$id = (int) $_GET ;
echo $_GET ;
$file = fopen( '.$_GET...
Here is an answer `o god after 2 hours shame on me for this one`
<?php
$file_pointer = $_GET .'.txt';
if (!unlink($file_pointer)) {
echo (...