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 Quote 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 + "]" Quote 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 Quote 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. Quote Link to comment https://forums.phpfreaks.com/topic/238166-concatenation-string/#findComment-1223891 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.