This is script I want to add, like this <?php echo '<script type="text/javascript" src="http://forms.example.com/form/86/1985011386.js"></script>';
Anyone help me to add javascript to index.php file?
8
This is script I want to add, like this
<?php echo '<script type="text/javascript" src="http://forms.example.com/form/86/1985011386.js"></script>';
It works. But I want to add multiple script to my php files.
It is not working when I put like this,
<?php echo '<script type="text/javascript" src="http://forms.example.com/form/86/1985011386.js"></script>';
'<script type="text/javascript" src="http://forms.example.com/form/86/1985011386.js"></script>';
How to put two script?? Help me guys.
Thanks.
<?php echo '<script type="text/javascript" src="http://forms.example.com/form/86/1985011386.js"></script>';
It works. But I want to add multiple script to my php files.
It is not working when I put like this,
<?php echo '<script type="text/javascript" src="http://forms.example.com/form/86/1985011386.js"></script>';
'<script type="text/javascript" src="http://forms.example.com/form/86/1985011386.js"></script>';
How to put two script?? Help me guys.
Thanks.
- danmart
- [1] reply
- Jeremy Morgan
- wayfarer
- [1] reply
- JerryAdler
- [1] reply
- weaverIT Banned
Next Topics on Trending Feed
-
8