[PHP] mysql help..

2006-02-24 Thread ganu ullu
Hi all, I installed a opensource php project, and now is working fine for me. Now that project has some 40-50 MySQL tables.. now I want to change something in that but the I am not able to get the DB flow.. Is any body knows any tool by which we can create/make the relationship diagram like we

[PHP] getting error in connecting COM ..

2006-02-03 Thread ganu ullu
Hi I am getting error like that .. Fatal error: Uncaught exception 'com_exception' with message 'Error [0x80020003] Member not found. ' in c:\Inetpub\wwwroot\php\flix.php:14 Stack trace: #0 c:\Inetpub\wwwroot\php\flix.php(14): unknown() #1 {main} thrown in c:\Inetpub\wwwroot\php\flix.php on line

[PHP] problem in create new diretory..

2005-11-18 Thread ganu ullu
Hello all, I have created a new dir, with php code .. which is like that function mkDirE($dir,$dirmode=777) { if (!empty($dir)) { if (!file_exists(./microsite/.$dir)) { preg_match_all('/([^\/]*)\/?/i', $dir,$atmp); $base=; foreach ($atmp[0] as $key=$val) { $base=$base.$val;