Jump to content

A problem with input boxes.


nick.a

Recommended Posts

Hello to everyone!

I got this problem - I use this to enter text in, then a script gets the text from it and writes it to a MySQL database - simple right? The issue is even more simple!

How can I make the input box bigger?

I've found some info on <textarea> but it's not working for me - the input type box "author" is working fine, but it's not entering anything from where I'm using <textarea>

Any help on this?

 

<form action="newsproc.php" method="post"> 
             <p style="font-family:arial;color:black;font-size:10px;">author:</p>
                <input type="text" name="author" >
             <p style="font-family:arial;color:black;font-size:10px;">Text:</p>
                <textarea cols="50" rows="4" name="text"></textarea>

Link to comment
https://forums.phpfreaks.com/topic/228529-a-problem-with-input-boxes/
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.