$students = $_POST["framework"];
/*keep in mind $students takes multiple values like one,two */
Now i want to show these value in
$emails = array(',' , $students);
Is it correct?
For example
$students have these values: one, two, three, four
It should be go in array like
$emails = array(',' , 'one', 'two', 'three', 'four') ;
Please guide me, how i can do this please!
4 Replies
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Roshan RathodPosted Jul 10, 2020, 11:00 PM
Hope it will be helpful to you.
Vijay PatelPosted Jul 2, 2020, 12:47 AM
Subtration :".$get_result[1].
Multiplication: ".$get_result[2]."
Division: ".$get_result[3];
";
Harikrishna KundariyaPosted Feb 12, 2019, 5:32 AM
//json_encode() function will give output in json format.
Kapil GaurPosted Jan 16, 2019, 3:01 AM