Posted by Joja on 12/19/06 11:13
I have one page where im making update.
In one case im passing numerical values from dropdown ( on the same page ).
Problem is that i want to save / update this numerical value as text, before
i write this to db.
The numerical value of this dropdown is passed to to the same page ( after
update ) and i can store this numerical value into db but i i want to change
this number to text then i get error:
Cannot modify header information - headers already sent by (output started
at
I know why is this happening, but then, how and on which place can i convert
number to text ( before i write this to db ).
Thnx !
Navigation:
[Reply to this message]
|