User Profile

Collapse

Profile Sidebar

Collapse
fructose
fructose
Last Activity: Jun 18 '07, 08:43 PM
Joined: Sep 22 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • fructose
    replied to PHP problem, or is the CSS at fault?
    in PHP
    only text for the left column ("lc") - nothing else whatsoever
    See more | Go to post

    Leave a comment:


  • fructose
    started a topic PHP problem, or is the CSS at fault?
    in PHP

    PHP problem, or is the CSS at fault?

    This is driving me crazy... I've spent, literally, a week trying to solve this (probably very silly) problem – to no avail. Help please!

    The code below shows the PHP with the relevant CSS for structuring the left and right columns of a standard 3-column fluid layout. The problem is that the left column is simply not appearing. Any theories will be received with eternal gratitude; any solutions – with a million dollar cash award...
    See more | Go to post

  • fructose
    started a topic php and unicode
    in PHP

    php and unicode

    Font nightmare!

    I'm aware of PHP's limitations in supporting Unicode, but I'm getting some inconsistent results that are baffling me...

    All my web pages are .php files, though the majority are saved as type ANSI. A few are saved as type UTF-8 (as my site requires several world alphabets on certain pages). So far, so good: everything displays like a charm in IE6. (Though not in Mozilla!)

    I'm confused,...
    See more | Go to post

  • fructose
    replied to carrying over string value to other pages
    in PHP
    Thanks Ronals,

    All points duly noted. :-)

    I need to avoid javascript for sensing the click for accessibility reasons though.

    Can you point me in the right direction regarding any other approach? Perhaps I could direct each click to its own page, rather than to the glossarytemplat e, but then each of these pages would be a mere include to the template, then, using PHP, I could ask what the filename was...
    See more | Go to post

    Leave a comment:


  • fructose
    started a topic carrying over string value to other pages
    in PHP

    carrying over string value to other pages

    Thanks for help on my first post about the glossary entries guys. I've run into a bigger problem on the same topic though. (Forget anything I said in the last post, this is a separate point).

    OK, here's the deal: I've got a page with hundreds of technical terms on it, and I want each term to link to a glossary

    entry on a separate page.

    That would be simple, except I want the printed data of each glossary...
    See more | Go to post

  • fructose
    replied to if pathname query
    in PHP
    Thanks a lot guys - very helpful.
    See more | Go to post

    Leave a comment:


  • fructose
    replied to if pathname query
    in PHP
    Thanks.

    But what does the 0,1 mean?
    See more | Go to post

    Leave a comment:


  • fructose
    started a topic if pathname query
    in PHP

    if pathname query

    Hi all,

    I'm trying to find a command that will echo a string IF the filename starts with an underscore. Effectively, I'm looking for a wildcard symbol.

    I'm imagining something like the following:
    (the 'class' commands are accessing CSS)


    <?php

    $big_warp_graph ic = "<td class=\"warp-big\">";
    $warp_graphic = "<td class=\"warp\"> ";...
    See more | Go to post
No activity results to display
Show More
Working...