I want make list years in PHP.List contains years of 1900 to 1992. Second problem is send my list to another
adress in GET metods.
msmnikolakrga 0 Newbie Poster
Recommended Answers
Jump to Post$list = implode(",",range(1900,1992)); echo "<a href='http://www.example.com?list=$list'>Send List</a>";
Perhaps you'd find a form easier?
Maybe also to urlencode the list before inserting
Jump to PostYou did not ask for that originally.
All 6 Replies

diafol
msmnikolakrga 0 Newbie Poster

diafol
veedeoo 474 Junior Poster Featured Poster
msmnikolakrga 0 Newbie Poster
Webville312 14 Newbie Poster
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.