Tagged Questions
0
votes
0answers
70 views
downloading BLOB from database using content-disposition [closed]
I have a small problem with the php content-disposition, I kind of understand where the problem lies but I have no idea how to solve it (new to using databases). Calling this php page will result in ...
0
votes
1answer
924 views
Warning: mysql_fetch_array() expects parameter 1 to be resource [closed]
I was trying to connect to my database through PHP but I keep getting the error:
Warning: mysql_fetch_array() expects parameter 1 to be resource
I do not know what the problem is?
This is the ...
2
votes
2answers
102 views
Spambots looking for phpmyadmin and more
I inherited a couple of sites that send the webmaster an email with each 404 error. I get a smattering of errors each day, but there are times when I'll get dozens, even hundreds, of errors from these ...
2
votes
2answers
2k views
No databases showing in phpMyAdmin
My website is hosted in shared hosting service and is working fine with updated news stored in MySQL database. To manage the database of website, I install phpMyAdmin in a sub-folder with the same ...
0
votes
1answer
149 views
FFmpeg & Installation on phpmyadmin
I am attempting to have an interface in which people can upload music files and listen to them through the site. The biggest problem obviously is that someone who uploads an audio track in mp3 format ...
1
vote
3answers
2k views
import.php parameter missing?
Whenever I try to delete or update any of my tables in phpMyAdmin I receive the following error:
1.import.php: Missing parameter: import_type.
2.tbl-alter.php missing parameters:field
I have ...
1
vote
1answer
203 views
PHP - How to Backup and Move Wordpress Blog Website to different directory on the same host
I setup a blog for development purposes on the *.com/a/ directory and now want to move it to the root directory *.com on the same host.
How do I Backup and Move the Wordpress Blog Website to the ...
