I am trying to sonify a mysql database that runs in a webbrowser.
I have a number of php variables e.g
<?php echo $totalRows_rs_artist_nodes?> e.g 7
<?php echo $totalRows_Recordset1?> e.g. 4
<?php echo $totalRows_rs_image?> e.g. 20
<?php echo $totalRows_rs_audio?> e.g. 3
<?php echo $totalRows_rs_video?> e.g 0
does anyone have an idea about how to send the values of these variables to pd?
I'm on XP ( ;-( )
thanks milo