Page 1 of 1

Dumping Php query into a table

Posted: Tue Jul 26, 2005 11:43 am
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

Posted: Tue Jul 26, 2005 11:51 am
by timvw
Well, you would need atleast MySQL5.0..

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