Jump to content

Array help


zwebm

Recommended Posts

Im very new at PHP and have created very simple scripts. is it possoble to add more variables to arrays from a HTML form? i have a simple array like the following...

$game_title = array("Airfox",
"Adrenalin Challenge",
"War Bears",
"Alpha Bravo Charlie",
"A Blast",
"Adventures of Bibo II",
"Air Hockey",
"ALIAS",
"ALIAS 2");

how would i have an HTML form add anothor variable to that array?
Link to comment
https://forums.phpfreaks.com/topic/10916-array-help/
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.