Search Results

2
votes

Forms and no Cookies - elegant way to submit forms

When you say putting it into a hidden field doesn't work, can you elaborate on what doesn't work about it? When faced with a situation where every (or a lot) of form submits need some state …
1
vote

Resetting height of an HTML element via CSS

change the height to 'auto' and see if that works for you. Auto is the default height for elements, it means the browser calculates the height itself. …
0
votes

How do I include a php variable within the value element of an html input tag?

If you find yourself doing this often you may want to look into a templating system for PHP, such as Smarty. …