wmguk Posted July 27, 2008 Share Posted July 27, 2008 hey, im trying to create an array of different items. basically I'm hard coding them in, however I want them pulled out on a page. my generating code atm <? for($i = 1;$i <= $pagenum;$i++) { ?> Page <? echo $i ; echo "<input type='text' class='darkandsmall' name='pagename_$i' value=' SHOW ARRAY '>"; } ?> can anyone point me in the right direction please? Link to comment https://forums.phpfreaks.com/topic/116886-help-with-an-array/ Share on other sites More sharing options...
Attila Posted July 27, 2008 Share Posted July 27, 2008 Try this it should help: http://us2.php.net/manual/en/function.gzfile.php Link to comment https://forums.phpfreaks.com/topic/116886-help-with-an-array/#findComment-601061 Share on other sites More sharing options...
GingerRobot Posted July 27, 2008 Share Posted July 27, 2008 Sorry? Where's the array? What do you mean by 'pulled out on a page'? Link to comment https://forums.phpfreaks.com/topic/116886-help-with-an-array/#findComment-601090 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.