Length of input box thing ?

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

Post Reply
J#xx
Forum Newbie
Posts: 6
Joined: Wed Feb 04, 2009 2:30 pm

Length of input box thing ?

Post by J#xx »

Hi. I'm trying to adapt a program called Zencart 1.3.8. I tried thier forums but no one seems interested to help.

If you are knowledgeable and wellsweet at this PHHP thing then I hope you can assist, the file i'm trying to adapt is: includes/templates/default_template/templates/account_edit_default.php.

Wish me luck !

Yamas
J#xx
Last edited by J#xx on Thu Mar 12, 2009 1:13 am, edited 1 time in total.
User avatar
jayshields
DevNet Resident
Posts: 1912
Joined: Mon Aug 22, 2005 12:11 pm
Location: Leeds/Manchester, England

Re: Length of input box thing ?

Post by jayshields »

If it's a HTML input element then you can modify the physical size with the size attribute, and modify how many characters it accepts with the maxlength attribute.
Post Reply