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 Mike Lewis 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: Kfs
  • Order by date
  1. Kfs

    database printing

    if your database is a perl written database (.pag) try dmbopen(%main,'main',0666); #to open the database file #"main" being the database dmbclose(%main); #to close the database file
  2. Kfs

    How do i print HTML <SCRIPT> tag

    hey, the problem that i believe is the problem lies in the &quot; . Perl is probably recognizing that and waiting for something to happen after or beofore it..instead of: <SCRIPT src=&quot;send_form.js&quot; LANGUAGE=JAVASCRIPT TYPE=&quot;TEXT/JAVASCRIPT&quot;> </SCRIPT> try: print...
  3. Kfs

    Removing scalars within a perl written database

    I recently wrote a complete classifieds script for a web sit ehtat i have been working on. I placed a counter on the form so that when the ad is submitted it is branded wiht its own id # which the script uses later on to bring up the ad individually and show the end-user. The database file...

Part and Inventory Search

Back
Top