Welcome Guest, Not a member yet? Register   Sign In
Including non CodeIgniter scripts
#7

[eluser]PHP Creative[/eluser]
Thanks very much.

Code:
<?php require_once("ratings.php"); $rr = new RabidRatings(); ?>
                
<<<javacript/css files>>>



    &lt;?php
        for ($i = 1; $i < 5; $i++) {
            $rr->showStars("myArticle$i");
        }
    ?&gt;




I dont think it can be a library because it is called in the javascript...

Code:
window.addEvent('domready', function(e) {
    var rating = new RabidRatings({url:'ratings.php'});
});


Messages In This Thread
Including non CodeIgniter scripts - by El Forum - 05-28-2009, 10:51 AM
Including non CodeIgniter scripts - by El Forum - 05-28-2009, 11:15 AM
Including non CodeIgniter scripts - by El Forum - 05-28-2009, 11:19 AM
Including non CodeIgniter scripts - by El Forum - 05-28-2009, 11:19 AM
Including non CodeIgniter scripts - by El Forum - 05-28-2009, 11:23 AM
Including non CodeIgniter scripts - by El Forum - 05-28-2009, 11:26 AM
Including non CodeIgniter scripts - by El Forum - 05-28-2009, 02:04 PM
Including non CodeIgniter scripts - by El Forum - 05-28-2009, 02:59 PM
Including non CodeIgniter scripts - by El Forum - 05-29-2009, 12:36 PM
Including non CodeIgniter scripts - by El Forum - 06-25-2010, 07:40 PM
Including non CodeIgniter scripts - by El Forum - 06-27-2010, 03:03 PM
Including non CodeIgniter scripts - by El Forum - 06-28-2010, 07:43 AM
Including non CodeIgniter scripts - by El Forum - 06-28-2010, 08:23 AM
Including non CodeIgniter scripts - by El Forum - 06-28-2010, 09:05 AM



Theme © iAndrew 2016 - Forum software by © MyBB