Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<div id="myElement"> <video id="my_video" class="video-js vjs-default-skin vj..
Decoded Output download
<div id="myElement">
<video id="my_video" class="video-js vjs-default-skin vjs-big-play-centered"
controls preload="auto" width="100%" height="100%"
data-setup='{"fluid":true,"aspectRatio":"16:9"}'>
<source src="<?php echo $videoid; ?>" type="application/x-mpegURL">
</video>
</div>
Did this file decode correctly?
Original Code
<div id="myElement">
<video id="my_video" class="video-js vjs-default-skin vjs-big-play-centered"
controls preload="auto" width="100%" height="100%"
data-setup='{"fluid":true,"aspectRatio":"16:9"}'>
<source src="<?php echo $videoid; ?>" type="application/x-mpegURL">
</video>
</div>
Function Calls
| None |
Stats
| MD5 | c5a23a44c5772ad7c122058716122207 |
| Eval Count | 0 |
| Decode Time | 96 ms |