Search results

  1. J

    In perl, how do I query an array that is inside a while loop?

    I have a while loop in my perl script that pulls a bunch of file names from a directory. There is a part number in each of the file names so I hack off the beginning of the filename and the extension so that I am left with just the part number. I then stick all the part numbers in an array. I...
  2. J

    What is wrong with my PHP MySQL query? I'm stuck.?

    $query = mysql_query("SELECT id FROM login.users WHERE name = ' ".$_SESSION['name']." ' AND password = ' ".$password." ' "); That is my query but for some reason it doesn't work.... as far as I can tell the syntax is correct; maybe I just need another pair of eyes on it. The interesting thing...
  3. J

    how can i view asp/java on my mac?!?

    i am working on a page for work but my computer for some reason does not let me view the login applet. go to www.1sae.com and click on the "log in" at the top center. a pop up window should appear that a customer can type in their personal password but instead the pop up just displays the script...
Back
Top