Search found 10 matches

by manikandan
Sat Oct 14, 2006 1:28 am
Forum: PHP - Code
Topic: Program working well in localhost,but not in the internet!
Replies: 23
Views: 2693

Dear Mr.Everah,
Thanks for your kind valuable suggestion. I forwarded your suggestion to my superior. I'm waiting for his reply.
Thanks again !
Thanks & Regards,
Manikandan S
by manikandan
Fri Oct 13, 2006 7:34 am
Forum: PHP - Code
Topic: Program working well in localhost,but not in the internet!
Replies: 23
Views: 2693

Dear Mr.Volka, I really gets lot of the information from you. And i have visited the URL you mentioned. I would like to say thanks for your valuable commitment with me. Thanks a lot. Please tell me wheather i continued with that MySQL server 3.23.54 or else i have to change my version? Thanks & ...
by manikandan
Fri Oct 13, 2006 3:15 am
Forum: PHP - Code
Topic: Program working well in localhost,but not in the internet!
Replies: 23
Views: 2693

Dear Mr.Volka, Thanks for your commitment again. MySQL Version: Server: MySQL 3.23.54 phpMyAdmin 2.6.1-rc1 Localhost: MySQL - 5.0.24a phpMyAdmin - 2.8.2.4 Thanks and Regards, Manikandan
by manikandan
Thu Oct 12, 2006 5:14 am
Forum: PHP - Code
Topic: Program working well in localhost,but not in the internet!
Replies: 23
Views: 2693

Dear Mr Volka & Everah , Thanks a lot. I have found the problem using Mr.Volka's error handling code. $db = mysql_connect(,,) or die(mysql_error()) mysql_select_db(,$db) or die(mysql_error()); $query = '...'; $result = mysql_query($query, $db) or die (mysql_error()); if ( 0==mysql_num_rows($resu...
by manikandan
Wed Oct 11, 2006 7:59 am
Forum: PHP - Code
Topic: Program working well in localhost,but not in the internet!
Replies: 23
Views: 2693

Dear Mr.Volka,
Yes i'm using those kind of error handling mechanisms for mysql operations before the queries are executed.

Code: Select all

$db = mysql_connect(,,) or die(mysql_error()) 
mysql_select_db(,$db) or die(mysql_error()); 

$query = '...';
Thanks and Regards,
Manikandan
by manikandan
Wed Oct 11, 2006 7:34 am
Forum: PHP - Code
Topic: Program working well in localhost,but not in the internet!
Replies: 23
Views: 2693

Dear Mr.volka
I'm using MySql for both localhost and server side.
Thanks & Regards,
Manikandan
by manikandan
Wed Oct 11, 2006 6:44 am
Forum: PHP - Code
Topic: Program working well in localhost,but not in the internet!
Replies: 23
Views: 2693

Dear Mr.Everah, I have run your programs in both the localhost and in the server. SERVER OUTPUT : PHP Version: 4.3.2 PHP OS: SunOS Error Reporting: 2039 (E_USER_NOTICE | E_USER_WARNING | E_USER_ERROR | E_COMPILE_WARNING | E_COMPILE_ERROR | E_CORE_WARNING | E_CORE_ERROR | E_PARSE | E_WARNING | E_ERRO...
by manikandan
Wed Oct 11, 2006 1:31 am
Forum: PHP - Code
Topic: Program working well in localhost,but not in the internet!
Replies: 23
Views: 2693

Dear Frinz,
I haven't changed any of my database related file, i just modified application files alone. Moreover i didn't change anything in both localhost, and server php.ini files too.
Thanks &Regards,
Manikandan
by manikandan
Mon Oct 09, 2006 7:07 am
Forum: PHP - Code
Topic: Program working well in localhost,but not in the internet!
Replies: 23
Views: 2693

Dear frinz, I'm working in the MNC company, due to the confidential of the code my project leader not allowing me to post my code here.I'm extremly sorry for that. And i checked both my localhost php.ini file and server's php.ini file, both are in same configuration. And register_globals is set to &...
by manikandan
Sat Oct 07, 2006 2:03 am
Forum: PHP - Code
Topic: Program working well in localhost,but not in the internet!
Replies: 23
Views: 2693

Program working well in localhost,but not in the internet!

Hello frinz, i'm new to this forum. i have developed a web based application program using PHP5,MySql. It s working well in internet. Now i had been modified one file(i'm not modifiying any of the DB based file,just modified application file alone). After modifying i upload that file into web server...