Re: [PHP] Incrementing the value

2002-10-03 Thread Uma Shankari T.
Hello, PN>src="Gif/nextque.gif" PN> border="0"> i have written code such that initially it will display the value correspond to the value 1..after every click it will increment the value 2,3...so on..but now it is displaying the value 1 and for after each click again it is displaying 1

Re: [PHP] Incrementing the value

2002-10-02 Thread Paul Nicholson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hey, I've helped you as far as I can without actually seeing the rest of the script to check if that value gets overridden somewhere else. - From the sample you are giving us everything looks ok *if* register_globals is on(and you say that it is). H

[PHP] Incrementing the value

2002-10-02 Thread Uma Shankari T.
Hello , While clicking this link the $hid value get incremented and fetch the value from the database according to that..the same thing is working in linux platform and it is not working for the windows platform..the value is not getting increment..Can anyone please tell me how to go abo

Re: [PHP] Incrementing the value

2002-10-01 Thread Uma Shankari T.
Hello, PN>Hey, PN>Whats the php version on the window machine? register_globals on? I am using php4 and also the register_globals are On only.. PN>Try: PN>src="Gif/nextque.gif" PN> border="0"> Already i have tried this code also..Can anyone please tell me how to go about with this ?? Regards

Re: [PHP] Incrementing the value

2002-10-01 Thread Paul Nicholson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hey, Whats the php version on the window machine? register_globals on? Try: HTH! ~Pauly On Tuesday 01 October 2002 11:53 pm, Uma Shankari T. wrote: > Hello , > > border="0"> > > While clicking this link the $hid value get incremented and fetch the

[PHP] Incrementing the value

2002-10-01 Thread Uma Shankari T.
Hello , While clicking this link the $hid value get incremented and fetch the value from the database according to that..the same thing is working in linux platform and it is not working for the windows platform..the value is not getting increment..Can anyone please tell me how to go about