Click here to Skip to main content
Sign Up to vote bad
good
in php i got this:
$shipping_part_list_array = $db_obj->getArticleList($elements);
 
and like this i want to pass it to javascript varriable:
var array = <?php echo  json_encode($shipping_part_list_array); ?>;
 
but my array variable is just empty. I looked a trought a lot of questions, it seems right but it just wont work. Thank you.
Posted 29-Aug-12 2:22am
T0mii602


1 solution

use print() instead of echo
you should use
var array = "<?php print(json_encode($shipping_part_list_array)); ?>";
check it out
Don't forget to use double quotes(")
  Permalink  
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Your Filters
Interested
Ignored
     
0 Rohan Leuva 616
1 OriginalGriff 529
2 Manas Bhardwaj 411
3 Sergey Alexandrovich Kryukov 410
4 ridoy 396
0 Sergey Alexandrovich Kryukov 4,516
1 ridoy 3,016
2 Maciej Los 2,529
3 OriginalGriff 2,067
4 Code-Hunt 1,598


Advertise | Privacy | Mobile
Web04 | 2.6.130804.1 | Last Updated 6 Sep 2012
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid