Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: MMage
  • Content: Threads
  • Order by date
  1. MMage

    Login scripts: How to serve information based on user?

    I could use some guidance with login scripts. I know what I'm trying to do is straight forward but I've been having trouble finding example code or guides to work off of. What I'm trying to do is have a login for my site so that once someone is logged in they can only retreive their own...
  2. MMage

    Forcing properties to be passed by referece?

    I'm working on a verification program for a form, I have the code for how to verify each value completed but I'm trying to put the code into a function to make it reusable. The way I have the code written right now if the user enters a value that is not suitable it changes the visibility of a...
  3. MMage

    Only allow a script to run if called from a specific location?

    I'm writting a Database interface script that, for security reasons, I only want to run if called from a specific page for instance: http://127.0.0.1/lookuppage.html I've looked around and haven't been able to find anything on how I would do something like that. Does perl have this capability...
  4. MMage

    IE asks to save .pl files. mime type issue?

    Hello, I'm having a bit of trouble with my .pl files in my CGI-bin. I am running w2k, apache 2, and active state perl 5. In IE when I try to run the printenv.pl script it asks me to save it to disk, if I change the extension to .cgi or even .txt apache will run it as a perl script like it is...
  5. MMage

    MSIE mime type problem

    Hi, I have I problem that I've quickly found out is anything but unique to me. I have have a CGI program written in Perl. It executes fine in netscape but not in IE. Though I know IE tries to save it instead of displaying because of the way it handles mime types, I haven't found an explaination...
  6. MMage

    cgi script execution - registry problem?

    I have been trying to get my cgi programs to work in apache for a few weeks now and I have come up against problem after problem. Yesterday I unccommented the ScriptInterpreterSource registry and it stopped giving me the 500 internal server error: unable to spawn child proccess. Now however...

Part and Inventory Search

Back
Top