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
Search found 10 matches
- 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
- 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
- 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
- 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
- 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.
Thanks and Regards,
Manikandan
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 = '...';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
- 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...
- 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
- 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 &...
- 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...