Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~146 People Reached
Favorite Forums
Favorite Tags
php x 5
Member Avatar for MrMonirul

Dear all, I'm new learner PHP. I beg help to everybody. Please check out the following code. <?php $abc1="ABC1"; $abc2="ABC2"; $abc3="ABC3"; for($i=1; $i<=3; $i++) { $abc.=$i; echo "$".$abc; } ?> Here, printed [ $abc1 $abc2 $abc3 ] but i want to print [ ABC1 ABC2 ABC3 ]. please advice me …

Member Avatar for vicky_rawat
0
146