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

    Using CSS with XML/XSL

    Now that I've mastered :-) HTML/CSS/PHP/MySQL (-: I'm tackling XML/XSL... How would I use an external CSS stylesheet with code generated by an XSL file? The examples that I've seen so far are a mixture of old fashioned HTML styling tags, in line styles, and tables. Since I've gotten away from...
  2. kenrbnsn

    Obtaining the size of a graphic image without using GD?

    I'm writing a PHP script on a system that does not have GD (OpenVMS). Is there any way I can get the height and width of a graphic image (PNG) by reading the file? TIA, Ken
  3. kenrbnsn

    Regular Expression Help (Yes, I've searched...)

    I want to parse an IMG tag from HTML that will always be in the same format (it's being generated by another program). The tag will always look like: <img src="image.PNG" alt="some descriptive text"> I want to parse this so I can get the src file name and the alt text. I've been looking at...
  4. kenrbnsn

    Finding Empty Directories

    I need help finding and listing empty directories. Yes, I know I can do a ls -R | more and eye ball the list, but I am likely to miss at least one if the list is long. Thanks in advance. Ken

Part and Inventory Search

Back
Top