Page 1 of 1

Database not save values at hosting server

Posted: Sat May 19, 2007 3:24 am
by babajee
Urgently required help.

I will make a guest and it is working fine at localhost and one hosting server, but the server where actually i need that guest book cause a problem. When i add some comment it is not saved in the database and show blank spaces.

http://www.wistech.biz/guestbook [Working 100%]
http://www.jsiza.com/guestbook [Values are not saved in database and show blank spaces]


Kindly tell me how can i sovle my problem , I urgently need this gook at "www.jsiza.com"

Posted: Sat May 19, 2007 3:54 am
by s.dot
Show us your .ini settings, and we will most likely be able to tell you what's wrong.

phpinfo()

It works on localhost

Posted: Fri May 25, 2007 1:14 am
by babajee
Thx for help dear.........

but i want to ask what .ini setting u want to see.

The guest book works fine on my localhost host and also work fine at http://www.wistech.biz\guestBook

but the only problem is at http://www.jsiza.com (infact all the sites host at this server where jsiza is hosted) i face the same problem, Kindly help me

Re: It works on localhost

Posted: Fri May 25, 2007 8:04 am
by volka
babajee wrote:but i want to ask what .ini setting u want to see.
for starters the result of

Code: Select all

<?php
echo 'version: ', phpversion(), "\n";
echo 'sapi: ', php_sapi_name(), "\n";

foreach(array('register_globals', 'display_errors', 'error_reporting') as $i) {
	echo $i, ': ', ($x=ini_get($i)) ? $x : 'off', "\n";
}
on both servers would be nice