Jump to content

[SOLVED] how to send a string through. html form post


project-nz

Recommended Posts

hi this is not much of a php question

 

is there a way to send a string through form method = post

i know that if you have something like this then itll send a

text from a textbox. but what if i want to send a simple string

such as

 

$hi = "hello";

 

im stumped thanks in advance

 

<form method = "post" action= 'Search.php' >
    
           <input type=text name="listname" />
           <input type=submit value="Search">
           
    </form>

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.