Jump to content

how to display a array in form


nelquintin

Recommended Posts

How can i display a array in a form? in the example below if i print "$path1"; it show the path. how do i insert this path in to the form?

 

print '<form method="post" action="test2.php">
<input type="text" name="$path1"/><br/><br/>
<input type="text" name="$path2"/><br/><br/>
<input type="text" name="$path3"/><br/><br/>
<input type="submit" name="submit"/> </form>
';
print "$path1";

Link to comment
https://forums.phpfreaks.com/topic/204670-how-to-display-a-array-in-form/
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.