System that handles large amounts of data in an organised fashion.
1
vote
1answer
35 views
I want to combine the databases from two different sites under one URL. How is this possible?
I have a small site that I want to merge with a bigger one. Both on Wordpress. How can I merge the second one with the first?
I know that one solution would be to make the smaller one a subdomain of ...
0
votes
0answers
26 views
How to connect multiple vendors database to an ecommerce site? [closed]
i have a ecommerce related question.
Is there any system out there perhaps plugin or extension or otherwise that would allow an ecommerce site such as magento to connect to multiple vendors and pull ...
0
votes
0answers
28 views
Looking for a database for smartphone specs [closed]
there are several websites that are providing a service to compare smartphones.
I wonder where they get the data from. I tried using the amazon api but it returns all the specifications in one big ...
1
vote
0answers
34 views
Database for student Portal(A school website) [closed]
I am presently working on a school website, it is going to have student portal in it. Please, i need idea on how you think the database structure will look like. Its a university web, students are in ...
2
votes
3answers
123 views
Accessing PHPMyAdmin via URL (without cPanel)
I am having issues accessing PHPMyAdmin from cPanel. It will not allow me to as I am logged in a root.
I cannot seem to be able to make another account for cPanel either, and research indicates this ...
0
votes
0answers
18 views
MLS Search Widget (regional) [closed]
Does anyone have any experience with regional MLS search widgets?
I am doing some work with a real estate agent (who wants to get rid of his cookie-cutter, pre-paid real estate web site and) who now ...
0
votes
0answers
46 views
Web form organization for pricelist import
I am developing small CMS for eCommerce. Fo this I want to create script for pricelist import.
I store all data in database so that one goody is a group of records in several database tables joined by ...
0
votes
0answers
10 views
Database Already Prepared [closed]
I don't know if here is the right place to ask this. I am searching for a database with German Restaurants for a web portal i am creating. Any proposals for a professional solution?
1
vote
1answer
92 views
How to access phpMyAdmin with Hosting Controller?
I am trying to update a site for a client. All the login info they have given me is for something called Hosting Controller. Ive never seen it before but it seems like cPanel. I can create email ...
0
votes
1answer
38 views
Books / Resources on how to setup a website [closed]
I started building a website recently. I have no problem with the language technical skills. However, it's my first website, and I don't know how to setup my local machine and how to make it available ...
1
vote
1answer
55 views
Help with a CMS for content only not display
Hello I'm trying to make some kind of tool for an school website, what I need to do is to make students take a test and according to what are the results (27 posibilities) they get a set of activities ...
4
votes
2answers
171 views
Am I legally required to remove all data associated with a customer (UK)?
A customer has asked that we remove all our stored information from our database.
From a moral standpoint, we have no problem with this, but simply deleting all the data will leave us with orders ...
3
votes
2answers
66 views
How to safely saving users' data and NOT get responsibility of users' data?
I am programming a website which will save up users' inputs for their next visits. For example, I might save their phone numbers. The user will know that I save their phone numbers. However, do I need ...
2
votes
1answer
107 views
Trouble creating new MySQL user/database with PHPMyAdmin
I did a brand new install of PHPMyAdmin and I managed to get it set up a while ago with a single non-admin user and a database.
I now want to add a new user and new database. So, I went to the ...
3
votes
2answers
82 views
Setting up a coming soon page. Should I create a whole database for “Sign up now for updates” email addresses?
I'm helping a friend set up a "Coming Soon" page for his website. Naturally, he wants people to enter their email addresses so they can get updates about the status of the website. I know I can set up ...
2
votes
2answers
38 views
Address database?
I'm not sure if this is the best place to ask this, but it goes.
I'm doing planning/research for a website that NEEDS a database of addresses for every home in the US. I don't need resident names or ...
1
vote
2answers
62 views
Looking for a “database/dashboard” CMS. Any tips? [duplicate]
Possible Duplicate:
Which Content Management System (CMS)/Wiki should I use?
I'm looking for a CMS that can handle:
User types at 3 authorization levels (client, partner, admin)
a ...
0
votes
0answers
84 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 ...
1
vote
2answers
93 views
How many pages can be uploaded in the single website without offending popular search engines?
Currently we are serving details to our visitors through a database oriented website. Visitor selects around 5 Level options
E.g. Level One: book
Level Two: Chapter
Level Three: Topic
Now ...
0
votes
0answers
10 views
Avoiding duplicate content on database driven site [duplicate]
Possible Duplicate:
What is duplicate content and how can I avoid being penalized for it on my site?
I have a website that returns results for condominiums in different cities. Every page ...
1
vote
3answers
196 views
Should users be deleted after inactivity on a website?
When you have a social website or a website where you can register, would you eventually delete them after a certain time (after a year of inactivity) or would you rather keep their account records ...
0
votes
1answer
26 views
Storing visitor account info? [closed]
This might sound pretty simple and dumb but I need your help here
I am starting an eCommerce marketplace, I am pretty new to it so I just wanted to know when a visitor/ buyer registers on my site, ...
1
vote
1answer
93 views
WordPress page title repeated in SOME pages
I have created a Wordpress site and titles were working just fine. Then, some time and plugins installed later, I noticed that in SOME pages I get the title repeated 2 times.
Example of wrong page ...
4
votes
3answers
216 views
Can I place a directory that lists other companies contact details on my commercial website?
Can I place a directory that lists other companies contact details and other relavent information on my commercial website?
We are a magazine site and this would be placed for an additional resource ...
1
vote
1answer
90 views
get mysql_real_escape is giving me errors when I try and add security to my website [closed]
I tried doing this:
@ $db = new myConnectDB();
$beerName = mysql_real_escape_string($beerName);
$beerID = mysql_real_escape_string($beerID);
$brewery = mysql_real_escape_string($brewery);
$style = ...
1
vote
0answers
28 views
Sending form input to a public database? [closed]
I am looking for a code that will send input from a form to a database or table. For example, there would be a form:
<input type='text' name='name'>
And then a table:
<td>(what they ...
0
votes
1answer
107 views
How to connect to database on remote server
Where there is VPN to remote server and then access to the database via local network interface, how can one establish a remote link between one's computer (with a programme such as Visual Studio ...
-1
votes
1answer
71 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 ...
0
votes
1answer
588 views
List of websites/domain name that's registered daily
I want to know if there is a website that can provide me a list of domain names that is registered on a certain date. For example today or last week thursday? Does that website which can provide me ...
2
votes
2answers
195 views
2 Websites, 1 Database
I have 2 websites and would like to use the same database for both sites.
The MySQL database contains just a simple guestbook.
The websites are one seperate hosting accounts, but with the same host.
...
1
vote
4answers
183 views
Is it possible to have a better sql editor for phpMyAdmin?
I am studying database systems and using MySQL and phpMyAdmin.
The editor that comes with phpMyAdmin is plain editor that does not highlight any special syntax like for example: gEdit in ubuntu.
Can ...
0
votes
1answer
738 views
Auto-Complete Search + SQL [closed]
I'm trying to build a auto-complete search for an internal Workflow-system builded in php and SQL. Do you know were can I find any pre-builded code or any help-material?
Many thanks in advance!
1
vote
3answers
397 views
Where can I get a cheap database, no web hosting needed [duplicate]
Possible Duplicate:
How to find web hosting that meets my requirements?
I'm building an application which requires a fairly small online MySQL database.
I don't need any web hosting. What ...
3
votes
2answers
409 views
How do I disable username prefixes on mySQL databases?
I know of the potential risks.
The only "useful" thing I've been able to find after Google-ing is this, on the cPanel website, which has no context whatsoever.
Does anyone know how to do this?
My ...
1
vote
1answer
244 views
IE disables back-button [closed]
We have an ASP.Net (Web Forms) site hosted on IIS7.
The site contains a table with information retrieved from a database. Paging is enabled for this table, meaning that only 10 rows are displayed at ...
2
votes
2answers
212 views
Is there anyway i can create an intranet request form and have it be stored in a database?
I am trying to create a form for my companies intraNet site. The idea is as follows:
An employee wants to make a purchase, so they will go to the appropriate page in the intraNet
They will fill out ...
3
votes
1answer
689 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 ...
0
votes
1answer
301 views
What database engine should I use? [closed]
I don't know if this is the right place to ask this question but I want to become a web programmer for my occupation very soon. I actually went to a store known a PC WORLD in the UK where my laptop ...
3
votes
1answer
39 views
Disabling frequent reloads of visitor
In my website i have some pages, that makes connections to 3-4 sites and checks the results with my database and gathers a full table. This table includes all the data that the visitor would need.
...
2
votes
2answers
298 views
301 Redirect exception vs. Script new connection to DB
I'll get right to it because this will be long.
I've built a WordPress site for a client on a new domain name and 301 redirected his 3 other domains to point to it. Then, I learn that he has a ...
3
votes
1answer
395 views
Looking for free, specific Ip2Location Database
I am searching for a free db (like an updated XML or CSV file) that relates IP addresses to specific locations. I want more information than just the country.
I want some sort of region or city ...
1
vote
1answer
56 views
Webhosting with custom database choice [duplicate]
Possible Duplicate:
How to find web hosting that meets my requirements?
I am trying to find somewhere to host a website which uses OrientDB as its database. My budget doesn't stretch to a ...
1
vote
3answers
702 views
Search engine misunderstanding
I have this, probably a misunderstanding, about search engines. How do they search for pages? If i have a page which loads contents from database and / or changes content thought jquery will a search ...
1
vote
1answer
534 views
tool for custom web based reporting from your db?
I am looking for online reporting tool that I can design my own reports .
reports should be totally custom and based on my own schema so I would like to define queries and see them on a dashboard or ...
3
votes
2answers
598 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
828 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 ...
1
vote
2answers
271 views
Best ways to collect location-based user input
I'm working on a website where users will be able to register and provide information about their location. In order to prevent users from inputting incorrect data, we don't want users to provide ...
4
votes
1answer
354 views
Performance : Auto Complete Search for a large amount of data?
I have a table(mysql) containing around 20,000 records and I am trying to build a auto complete search box for my website. Someone told me that auto-complete search for such a large number of records ...
1
vote
3answers
1k views
Products missing from backend after import
My client imported about 70 products into magneto and the all imported properly it seemed, but now only about half of them appear in the catalog ( backend ) searching for the SKU returns no results. I ...
1
vote
1answer
129 views
Service that will help me visualize SQL db
I have a website that I've built and it uses a SQL DB.
I want to be able to view that data, nicely graphed but with the relations made, so that I can keep track of trends over time.
For example I ...