More threads by David Baxter PhD

Daniel E.

daniel@psychlinks.ca
Administrator
Test of the "
PHP:
" tag:

                                             [php]
                        $myvar = 'Hello World!';
                        for ($i = 0; \$i < 10; \$i++)
                        {
                            echo $myvar . "\n";
                        }


That will come in handy :D
 
Replying is not possible. This forum is only available as an archive.
Top