any way to convert to uppercase in PHP immediate after keyin the data
convert to uppercase
Collapse
X
-
Hi,Originally posted by rcsreddyany way to convert to uppercase in PHP immediate after keyin the data
What do you mean by "immediate after keyin the data" ??
Does this mean that as soon as you enter the data your data should be converted to uppercase...... . well you cant do that with PHP as you need to submit the page for that..... but if you want to do it on client side... then you can use Javascript..... .
Regards,
RP
Comment