Tagged Questions
1
vote
1answer
32 views
Not able to see databases in symlinked folder
I created a folder on my Dropbox and then symlinked it to both of my computers that I use for development. The folder is working correctly and I can see all the files in it from both computers. The ...
-1
votes
1answer
76 views
displaying a list of files [closed]
In my web application I have the user sign up for an account, then the account data is saved in a mysql database. The user can then go to "index.php" and log in with their credentials. My application ...
3
votes
1answer
717 views
Search Engine Indexing of a Database-Driven Website
Suppose I have a MySQL whose rows are dog breeds and whose columns are properties of the breeds (e.g. coat color). The purpose of the site is to allow users to query the database with questions like ...
3
votes
2answers
663 views
Remote database connections in mysql and php is it possible?
I need to know whether remote database connections are possible in every server? does every host provides the option for remote DB connection? and further this connection will be the second connection ...
1
vote
4answers
1k views
MySQL Online Database
Can anyone suggest a good online free MySQL database. I've tried four till now:
db4free FreeMySQL onPhP 000webhost
Either of them gave me an timeout error on my connect file or actively restricted ...
0
votes
1answer
45 views
PHP / Database Advertising Directory [duplicate]
Possible Duplicate:
Which Content Management System (CMS) should I use?
What would it cost or is there already a system with a CMS like Joomla
that would create the back-end of a website ...
3
votes
3answers
586 views
Storing User-uploaded Images
What is the usual practice for handling user uploaded photos and storing them on the database and server?
For a user profile image:
After receiving the image file from user, rename file to ...
1
vote
3answers
3k 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
104 views
Thoughts on this approach for a news post caching system?
I'm working on a website which uses /news/title-of-news-article--111.html (111 = unique ID of the news article). I was thinking it might be a good idea to have some form of a caching system for the ...
0
votes
1answer
313 views
Merge two existing forms together, Add PHPBB2.x posts in to an existing SMF1.1x
I have two community website each running their own forms and I would like to merge the content of both forum in to one forum. Specifically from (PHPBB 2.x) in to a SMF (1.1). Both forums have been ...
12
votes
6answers
2k views
Single V/s Multiple Databases
I've built this web app (php & mysql) which stores information for various organisations (about 20 clients currently).
The current scenario stores client-related information in individual ...