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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by PaulinKC

  1. PaulinKC

    Associative Array Question

    I have a PHP Script that parses input from the user, then it selects a table from a database and loads the results into a memory for faster searching... Below is my code: $ingredientID = array(); if (!(empty($newQty)) || !(empty($newName))) { include_once("dbconn.inc"); global...
  2. PaulinKC

    Mod Rewrite ? on a Shared Host

    +FileInfo ? You mean something like Options +FileInfo needs to be added to the .htaccess file in order for the Rewrite rule to be applied? When I did that I received a 500 Internal Server Error. I don't have direct access to the httpd.conf either.
  3. PaulinKC

    Mod Rewrite ? on a Shared Host

    I am trying to rewrite some dynamic url's for a site that I manage because the url that gets generated looks something like this: index.php?page=rhinovations&content=Slideshow&type=bathroom&view=slide&album=2 and below is my mod rewrite statements in the .htaccess file: Options...
  4. PaulinKC

    CSS Issue with PHP Calendar Script.

    I have a calendar script that when ran, querys a database to see if any events exist, if any do, it should BOLD the font of the date associated with the date entry in the database. The code works, except for bolding of the font. I cannot figure out how to change the bolding of the font. Any...
  5. PaulinKC

    CSS Help! :)

    Ok, I've been playing with my tabs for the past hour or so and I have one last question. http://www.infini-source.com/test_site/test.php If you view the page in IE, you'll see the About tab is flush with the bottom border. But if you view it in Firefox, the About tab and all other subsequent...
  6. PaulinKC

    CSS Help! :)

    Why would you cut out the position absolutes?
  7. PaulinKC

    CSS Help! :)

    Well I floated all but the first tab to the left and didn't get the look I was looking for, so I floated all of them. Now it looks correct in Firefox, but not IE... lol geez, does IE's implementation of CSS drive anyone else nuts?
  8. PaulinKC

    CSS Help! :)

    I put the doc type in... not sure how I missed that, but thanks for reminding me... The display:block; works but each "tab" is displayed ontop of eachother... I know this is probably something simple, but for the life of me I can't figure out what I am doing wrong.
  9. PaulinKC

    CSS Help! :)

    I am playing around with CSS and I am having a problem with a class not displaying properly in Firefox, but does display in IE 6 and 7 just fine. The site in question is -> http://www.infini-source.com/test_site/test.php The CSS file is -> http://www.infini-source.com/test_site/test.css The...
  10. PaulinKC

    Cisco 827 - Stealth Ports

    Is there a way to set all inbound ports to the dialer 1 interface as stealth and not closed? Right now, my router repsonds that all ports are closed and I would like for the router to not respond at all. I've looked in the interface's commands and couldn't find anything like that. Any ideas...
  11. PaulinKC

    Cisco 827 & SSH

    I have a Cisco 827 Router that currently does not port forward anything to the internal network. However, I do want to port forward to a linux box running SSH. How would I accomplish this? Any suggestions? Thanks, Paul
  12. PaulinKC

    How to obtain latest IOS

    Hey tektipman - I have a Cisco 827 Router - the 1 port LAN, will the bin files for the 827-4V work with my router?
  13. PaulinKC

    Importing Excel Data into Access Database

    I am trying to find some information on how to import an excel sheet into an existing access database. I have VB.net 2003 Standard installed with Office 2003 Pro. What would be the easiest way to accomplish this? Any suggestions would greatly be appreciated!
  14. PaulinKC

    IADsGroup: Trying to add a user to a group but getting an error in th

    Hello... I am in the process of writing an application using VB.Net 2003 for my work that will batch process users from a CSV file. The problem that I am having is with this line of code: Imports ActiveDS Dim grp As IADsGroup grp =...
  15. PaulinKC

    CreateMailbox() won't work

    LOL! Well... I did figure out the problem with your code. After the objmailbox.CreateMailbox(strUrL) line insert this: n.SetInfo() It worked for me... :D

Part and Inventory Search

Back
Top