Hey so I have been doing a lot of research and haven't found too much.
I am working on a project where I need to select calendar events from 2 different calenders (on 2 different servers) and display the combined events on 1 calendar. In order to do this I am going to create a script that grabs the data from the database on server a and insert it into the database on server b.
In order to do this I need to make 2 different...
Search Result
Collapse
4 results in 0.0040 seconds.
Keywords
Members
Tags
-
PHP/MySQL connecting 2 databases from 2 servers/hosts
-
ilya Kraft started a topic How to make moderation system in MySql? (For showing or not showing articles)in PHPHow to make moderation system in MySql? (For showing or not showing articles)
Hello,
I am working on one interesting project. And I came over the following problem. I have form where users write articles and they than go into mysql database. I then want to display all articles on my website. The problem is that there are many spammers out there, so I need effective moderation system. So How can I make something effective and easy to use?
For example: I have bunch of articles in database and I look over... -
What are some free web hosting services with mysql and php5 enabled?
Hello can anyone please give link to free webhosting with mydql free databases and php5 enabled server (if posible with cPanel and FTP via FileZilla.)
Thank you. -
multiple db connections vs. centralized/ redundant db
I have a project to create a dashboard that will connect to existing systems as well as create new features based on combining data from the existing systems. For example, the dashboard will be able to generate "orders" containing data merged from "members" (MS Access DB), "employees" (MySQL DB) and "products" (flat file), and there will also be new attributes particular to "orders."
...