Dumping Php query into a table

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
tahseenzafar
Forum Newbie
Posts: 2
Joined: Fri Jul 22, 2005 5:23 pm

Dumping Php query into a table

Post by tahseenzafar »

Hey Guys,
Having some mySQL view problem here. In the mysql edition our client is using, there is no view support. There are some serious queries that would be much better of as a view that we can add/edit/delete.

Do you know of any php code that can create actual tables on mysql server as views and also update the corresponding tables ( sort of like a trigger code?)
thanks
sincerely
timvw
DevNet Master
Posts: 4897
Joined: Mon Jan 19, 2004 11:11 pm
Location: Leuven, Belgium

Post by timvw »

Well, you would need atleast MySQL5.0..

I think you're better of if you use a real SQL DBMS like PostgreSQL
Post Reply