Click here to Skip to main content
15,920,896 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I have a PHP code that adds some text on specified location. Its working fine except for one problem. If i hard code the value in a variable to be inserted on the same page, then the insertion is done according to my requirement.

but when i take the value for that variable via an html form, then on page load, it makes a blank entry and when i save the entered value, then it creates the desired result. that is, its making a blank along with desired entry, when i am using a form to enter the value dynamically.

Anyone!, please help!

I need to enter the value via form field, but dont that blank entry.

Thanks in advance.

regards,
aN
Posted
Comments
krumia 8-Jun-12 7:54am    
I'm sorry, but the question is not clear. Please try 'Improve question' and try to rephrase, or add some code.
Mohibur Rashid 8-Jun-12 9:14am    
check the variable spelling, i mean variable case, and make sure you getting in proper method

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900