felito Posted June 2, 2011 Share Posted June 2, 2011 hello i have some problems to make a correct concatenation of this string. "myformdata[job" + newNum"]" what is the correct sintax? The output must be: myformdata[job1] myformdata[job2] myformdata[job3] the only problem is the concatenation, not the increment. thanks Link to comment https://forums.phpfreaks.com/topic/238166-concatenation-string/ Share on other sites More sharing options...
fugix Posted June 2, 2011 Share Posted June 2, 2011 "myformdata[job" + newNum + "]" Link to comment https://forums.phpfreaks.com/topic/238166-concatenation-string/#findComment-1223887 Share on other sites More sharing options...
felito Posted June 2, 2011 Author Share Posted June 2, 2011 almost eheheh thanks Link to comment https://forums.phpfreaks.com/topic/238166-concatenation-string/#findComment-1223888 Share on other sites More sharing options...
fugix Posted June 2, 2011 Share Posted June 2, 2011 No problem. Link to comment https://forums.phpfreaks.com/topic/238166-concatenation-string/#findComment-1223891 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.