Hi to all

Im doing a project in which the user need to fill up and submit

after the user submit it will create table with values from textbox

thanks
Jasper

You need to pass the values from one page to the next. There are several options... Pass them via the POST/GET, session variables, or via cookies are some of the examples.

Since you will be submitting a form, using the post method is a good approach

See this example from another thread.

http://www.daniweb.com/web-development/php/threads/468203/checkboxespassing-form-data-using-html-and-php

Have u tried using $_GET or $_POST??

Yes i've tried $_GET and $_POST on lartavel but still i cant retrieve the values from text box

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.