Welcome Guest, Not a member yet? Register   Sign In
passing a string to a view
#7

Well I can print it to the screen with my <?php echo string2; ?> from within my view!  Smile

Here is part of the view:
<head>
   <br><br><br><br>
   <?php echo $string2; ?>
   <br><br><br><br>
   <script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script>
   <script type="text/javascript">
       google.charts.load('current', {packages:["orgchart"]});
       google.charts.setOnLoadCallback(drawChart);

       function drawChart() {

           var data = new google.visualization.DataTable();
           data.addColumn('string', 'Name');
           data.addColumn('string', 'Manager');
           data.addColumn('string', 'ToolTip');
          // echo xhttp.responseText;
           // For each orgchart box, provide the name, manager, and tooltip to show.
          data.addRows(<?php $string2; ?>   ???????
 
How can I get $string2 into the "data" structure?
proof that an old dog can learn new tricks
Reply


Messages In This Thread
passing a string to a view - by richb201 - 01-17-2018, 11:12 PM
RE: passing a string to a view - by jreklund - 01-18-2018, 02:09 AM
RE: passing a string to a view - by InsiteFX - 01-18-2018, 04:37 AM
RE: passing a string to a view - by richb201 - 01-18-2018, 09:52 AM
RE: passing a string to a view - by richb201 - 01-18-2018, 12:08 PM
RE: passing a string to a view - by jreklund - 01-18-2018, 12:21 PM
RE: passing a string to a view - by richb201 - 01-18-2018, 02:48 PM
RE: passing a string to a view - by jreklund - 01-18-2018, 03:17 PM
RE: passing a string to a view - by richb201 - 01-18-2018, 03:47 PM
RE: passing a string to a view - by jreklund - 01-19-2018, 12:53 AM
RE: passing a string to a view - by richb201 - 01-19-2018, 01:35 AM
RE: passing a string to a view - by jreklund - 01-19-2018, 04:37 AM
RE: passing a string to a view - by richb201 - 01-26-2018, 11:49 PM
RE: passing a string to a view - by richb201 - 01-28-2018, 09:33 PM



Theme © iAndrew 2016 - Forum software by © MyBB