Jump to content

deeep

New Members
  • Posts

    1
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

deeep's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Hi!! I have to create a form with 2 textfields name and age and i hv a button add so i need to add my entries to an array each time im pressing add and below the whole entries should be displayed and the new entry should be added at the bottom of the table entries i dont know how to do this is it possible to do this without session ??? [code] <?php $panier = array ( "article" => $_POST['article'],"quantite" => $_POST['quantite']); echo $panier["article"]; echo $panier["quantite"]; ?>[/code] thanks in advance
×
×
  • 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.