Results 1 to 7 of 7

Thread: [RESOLVED] Alternate to PHP?

Threaded View

  1. #1

    Thread Starter
    Fanatic Member stickman373's Avatar
    Join Date
    Mar 2001
    Location
    MA
    Posts
    909

    [RESOLVED] Alternate to PHP?

    I have this php code:

    PHP Code:
    $array file("test.txt");

    shuffle($array);

    for (
    $i=0$i<20$i++) {

    echo 
    $array[$i];


    and I want to rewrite it in a language that will allow me to keep the .html extension of my webpage, is there a language that would be good at this? I didn't think javascript would be good, but maybe vbscript or something, i'm not sure.
    Last edited by stickman373; Dec 14th, 2004 at 07:15 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width