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 bkrike 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: madcgimonk
  • Content: Threads
  • Order by date
  1. madcgimonk

    CSS code tables

    I am horribly new at CSS and was wondering if someone could give me the CSS and HTML needed to make the CODE table. Ie. I want this box I read the source code and loaded the CSS style sheets for this site, but that wasn't very useful. lol. I just need the HTML and the CSS code to make it...
  2. madcgimonk

    Using SSI's globally

    I have a chat script on the left side of all of my pages (or I am trying to get it that way, anyway) by using SSI. <!--#include file="chat.cgi"--> Works if I am in the main directory (yes, CGI's can be run outside of my cgi-bin). But when I am in a folder, like domain.com/folder1/ , the SSI...
  3. madcgimonk

    MySQL select rows problem

    I have a problem with the snippet below resulting in the error " fetch() without execute() at login.cgi line 69. ". I posted this on another forum and their response was: "At first glance the logic seems OK to me. I do have some trouble with the $sth->rows To get the number of records...
  4. madcgimonk

    Printing a message every X seconds

    While my perl script is running, I need it to print a message every X seconds (for now, we'll say 15 seconds). I need this because the script can take around 10 minutes to run and the only time output is sent is at the END and I need them to know the script is still running. Someone said ALRM...
  5. madcgimonk

    Best module for finding files

    In short, I am trying to scan every file on the computer the script is running on. I looked into File::Find but it doesn't look like it's the best solution. Anyone know of a module that comes with Perl that's good for this type of thing or another good one on cpan?
  6. madcgimonk

    new to .net and VB simple question

    This is my first ever VB program and it's in .net. I have a textbox called box1 and a single submit button. I want to store the data from the textbox in a variable and then print it to screen. What did I do wrong? Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As...
  7. madcgimonk

    very small upload script problem

    The upload script does upload the file, but it's alwaos 0k in size. For some reason it's uploading the file name but not the file. You notice that when you're uploading via the form, it takes a fraction of a second for it to say the file was uploaded.. so it's not even trying to upload data...
  8. madcgimonk

    Cookies

    This template for setting cookies/login script was created for me some time alone. It works GREAT when I use one script to do the login and all the other processing I need. However, on the new script I am working on the login form is designed in HTML and passing data to the CGI script. I was...
  9. madcgimonk

    File management system

    I am building my own file management system with the ideas below: File Management System ----------------------- Admin file upload manager > Allow any files to be uploaded > Upload form has pulldown of registered users (pulldown associated with a database) >> One file can be uploaded at a time...
  10. madcgimonk

    included file not working

    I have a contact.html file thats supposed to include my CGI form. <!--#include file="cgi-bin/contact.cgi"--> But it's not including it. In the source code I see that exact line of code. Why is the source code showing up for the include line? It sort of worked before I messed something up...
  11. madcgimonk

    Beginners CSS question

    How do I make the links on my page a different color with CSS for both onmouseover and when it's just sitting there? I want a rollover color effect. Can you give me the snippet I would need to set the colors and how to setup the links I have made to use those codes? Pretend the link...

Part and Inventory Search

Back
Top