I have to download the file thats the final goal.
The only reason why i have to copy and rename the file, is bcz the file name is encrypted, which does not make any sense to the end-user.
and also bcz i want to keep the original encrypted copy of the file.
and then will delete all the files...
Is there a php function to download a file from the file system, NOT simply by using anchor. Because i have to first copy the file into a seperate folder then rename it and then download it.
Thanks
I am using MySQL version 4.0.27-standard
everytime i use "not in" in the subquery:
select ci.cat_id, ci.cat_title
from category_industry ci
where ci.cat_id not in
(select mc.cat_id from members_categories mc where mc.member_id = 1);
it gives me an error message...
If you have a deadline and header location is not working, you can use HTML meta refresh which always works, anytime anywhere in the code, as follows:
HTML version:
<meta http-equiv="refresh" content="0;url=menu.php>
PHP version (if you need to send data to another php file):
echo '<meta...
Upload image file in php and save in mysql database
CREATE TABLE test_pic
(
name VARCHAR(30),
email VARCHAR(30),
phone VARCHAR(30),
photo VARCHAR(30)
);
--------------------------------------------------------------------------
add_pic.php, view_pic_data.php codes:
add_pic.php...
Hello,
I have two questions:
Where should I look for well oraganized documentation of session management on the net or books?
My next question is, I have tried implementing sessions to secure page navigation using verstions of PHP, sometimes they work well, and sometimes they do not.
So...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.