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...
$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...
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...