Re: [PHP] Developing existing java portal in php

2008-03-27 Thread ganu
On Thu, Mar 27, 2008 at 7:52 AM, Sangamesh B <[EMAIL PROTECTED]> wrote: > Hi all, > > Here is one web portal product which is already developed using java > tools. > I don't know java, php or perl. But I can learn php quickly compared to > java. Learning PHP,Perl is very easy as compare to Java.

[PHP] help with smarty+cms

2006-03-23 Thread ganu
Hello all, I worked with one site and now is working fine with smarty. Now I want to implement the CMS in that, I went thru the link http://smarty.php.net/resources.php?category=2 now I want a CMS so my existing site looks as it is and with some or lot of changes I can implement CMS in that. som

[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 ar

[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] Pblm with streaming ..

2005-12-19 Thread ganu
nt hv to wait for the full time. any idea how to do? I am not getting any idea/starting how to do it ... need help.. ~ 10nx... ~ ganu... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] encrypt and dcrypt

2005-12-15 Thread ganu
Hi , I want a function like md5() by which I can encrypt a code and again when I need from db i can dcrypt also. but in md5() this func. is not there. I can not go in reverse way. I want to use it both the ways. Help me , 10x. (Thnx.)... -- PHP General Mailing List (http://www.php.net/) To

[PHP] migrating from http to https...

2005-11-29 Thread ganu
Hi all , I have a problem , when I am migrating my data from http://www.abc.com to https://www.abc.com for secure login purpose. I will loose all my data which I store in my session. if suppose I am able to do it from http to https then from https

[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; if(!file_exists(".

[PHP] automatic login..

2005-10-14 Thread ganu
/she will come then no need of login the mypage will open automatically, I think i hv to track the cookies and store the ip into the table or something like that, plz any body can help me and gv some hint , for how it is possible... any logic or ideas, thnx.. Open Source Ki Jai.. ~ ganu