Home
last modified time | relevance | path

Searched refs:this_track_track (Results 1 – 1 of 1) sorted by relevance

/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.mysqli.php487 $this_track_track = ''; variable
490 if (strlen($value) > strlen($this_track_track)) {
491 $this_track_track = str_pad($value, 2, '0', STR_PAD_LEFT); variable
494 if (preg_match('#^([0-9]+)/([0-9]+)$#', $this_track_track, $matches)) {
496 …$this_track_track = str_pad($matches[1], 2, '0', STR_PAD_LEFT).'/'.str_pad($matches[2], 2, '0', ST… variable
551 $SQLquery .= ', `track` = "'. mysqli_real_escape_string($con, $this_track_track).'"';
578 $SQLquery .= '"'.mysqli_real_escape_string($con, $this_track_track).'", ';