another noob needs help :@ :banghead:

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

evan_lone
Forum Newbie
Posts: 11
Joined: Mon Oct 31, 2011 1:09 am

Re: another noob needs help :@ :banghead:

Post by evan_lone »

yeah! It works on ma phone's default browser now but not on opera mini6?
User avatar
social_experiment
DevNet Master
Posts: 2793
Joined: Sun Feb 15, 2009 11:08 am
Location: .za

Re: another noob needs help :@ :banghead:

Post by social_experiment »

Haven't tested it in the browser (opera mini6) so that could be a point to look at.
“Don’t worry if it doesn’t work right. If everything did, you’d be out of a job.” - Mosher’s Law of Software Engineering
evan_lone
Forum Newbie
Posts: 11
Joined: Mon Oct 31, 2011 1:09 am

Re: another noob needs help :@ :banghead:

Post 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?
User avatar
social_experiment
DevNet Master
Posts: 2793
Joined: Sun Feb 15, 2009 11:08 am
Location: .za

Re: another noob needs help :@ :banghead:

Post 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
“Don’t worry if it doesn’t work right. If everything did, you’d be out of a job.” - Mosher’s Law of Software Engineering
evan_lone
Forum Newbie
Posts: 11
Joined: Mon Oct 31, 2011 1:09 am

Re: another noob needs help :@ :banghead:

Post 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' :drunk:
check it out !
Post Reply