php help needed

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • drmadcat
    Confirmed User
    • Jun 2011
    • 2024

    #1

    php help needed

    i have a problem with my site xxxaus.com
    on the index page my girls profiles dont sit in the grid right if there is a long suburb in the box
    is there a peace of code i can put in to space out the box,s maybe to drop down another line
    asiamoviepass.com
  • AdultKing
    Raise Your Weapon
    • Jun 2003
    • 15601

    #2
    Trim the length of the string ? Or use css and make the text for the suburb smaller.

    http://php.net/manual/en/function.substr.php

    Comment

    • drmadcat
      Confirmed User
      • Jun 2011
      • 2024

      #3
      thanks ill have a look cheers
      asiamoviepass.com

      Comment

      • AdultKing
        Raise Your Weapon
        • Jun 2003
        • 15601

        #4
        You realize that you have istockphoto watermarks all over the place on that site ?

        Comment

        • potter
          Confirmed User
          • Dec 2004
          • 6559

          #5
          Yeah, I'd just use substr to trim the first X characters of the suburb variable instead of printing the whole thing.

          Comment

          • drmadcat
            Confirmed User
            • Jun 2011
            • 2024

            #6
            im really new to this
            were do i put
            echo substr('abcdef', 1);

            <?php echo GetValue("city","name","id",$f_row->city); ?>
            asiamoviepass.com

            Comment

            • bean-aid
              So Fucking Banned
              • Jun 2011
              • 16493

              #7
              I think you know what your doing...

              http://gfy.com/showthread.php?p=18349032#post18349032\

              Comment

              • papill0n
                Unregistered Abuser
                • Oct 2007
                • 15547

                #8
                that header is too tall imo mate

                not a bad little site tho - goodluck with it

                Comment

                • drmadcat
                  Confirmed User
                  • Jun 2011
                  • 2024

                  #9
                  Originally posted by papill0n
                  that header is too tall imo mate

                  not a bad little site tho - goodluck with it
                  its taken 5 weeks to get this fare still needs work but im trying to do it by myself
                  asiamoviepass.com

                  Comment

                  • michael.kickass
                    Too lazy to set a custom title
                    • Mar 2009
                    • 11039

                    #10
                    $YourVar = "drmadcat";

                    echo substr($YourVar, 0, 4); // will print "drma"

                    Good luck
                    NICERATIOS - $30 PPS - 50% Rev Share - 5% WM Referral - High Converting Sites!
                    Any questions about your NICERATIOS account? Vanessa will take care of you: [email protected]

                    Looking to expand your business in general, maybe sell your sites? Contact me:
                    [email protected]

                    Comment

                    • drmadcat
                      Confirmed User
                      • Jun 2011
                      • 2024

                      #11
                      Originally posted by michael.kickass
                      $YourVar = "drmadcat";

                      echo substr($YourVar, 0, 4); // will print "drma"

                      Good luck
                      thanks but were do i put that code
                      asiamoviepass.com

                      Comment

                      • grumpy
                        Too lazy to set a custom title
                        • Jan 2002
                        • 9870

                        #12
                        you better use css to solve that problem, fix the width and height of the box and set overflow to hidden.
                        Don't let greediness blur your vision | You gotta let some shit slide
                        icq - 441-456-888

                        Comment

                        Working...