Page 2 of 2
Re: another noob needs help :@ :banghead:
Posted: Thu Nov 03, 2011 1:54 am
by evan_lone
yeah! It works on ma phone's default browser now but not on opera mini6?
Re: another noob needs help :@ :banghead:
Posted: Thu Nov 03, 2011 1:57 am
by social_experiment
Haven't tested it in the browser (opera mini6) so that could be a point to look at.
Re: another noob needs help :@ :banghead:
Posted: Sat Nov 05, 2011 2:30 am
by evan_lone
now i've another problem, i want my html form textarea's default value to be from the contents of a file but i am too new for this, can you help me?
Re: another noob needs help :@ :banghead:
Posted: Sat Nov 05, 2011 10:09 am
by social_experiment
You've already applied it successfully to the page the displays the data so it shouldn't be too difficult with the textarea. The process could be as follows:
1. See if anything is written in the file
2. Retrieve it
3. Sanitize and display
Hth
Re: another noob needs help :@ :banghead:
Posted: Sat Nov 05, 2011 2:02 pm
by evan_lone
social_experiment wrote:You've already applied it successfully to the page the displays the data so it shouldn't be too difficult with the textarea. The process could be as follows:
1. See if anything is written in the file
2. Retrieve it
3. Sanitize and display
Hth
thank you!
Got the code workin'
check it out !