Jump to content

[SOLVED] change


DEVILofDARKNESS

Recommended Posts

Is there a more proper way to change values as with forms?

 

F.e.

You are on your own user page where you should be able to change your email.

currently there are textareas shown beneeth each value that can be changed with the current value,

you can change the textarea its value and you need to click on submit.

is there a more proper way?

Link to comment
https://forums.phpfreaks.com/topic/150750-solved-change/
Share on other sites

Is there a more proper way?  Not really.  But for your example I would use a INPUT line and not a Textarea.

 

Is there a more proper way to change values as with forms?

 

F.e.

You are on your own user page where you should be able to change your email.

currently there are textareas shown beneeth each value that can be changed with the current value,

you can change the textarea its value and you need to click on submit.

is there a more proper way?

Link to comment
https://forums.phpfreaks.com/topic/150750-solved-change/#findComment-792040
Share on other sites

I'm not known with INPUT lines

are it just html or are it PHP codes?

 

were just talking basic html here

 

Textarea (for large chunks of text such as descriptions)

<textarea></textarea>

 

Input for text (for things like names,emails, streetnames etc)

<input type="text" />

 

 

Link to comment
https://forums.phpfreaks.com/topic/150750-solved-change/#findComment-792135
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.