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 derfloh 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: *

  1. Dreamtripper

    I need assistance with $CharacterLimit function in sql/php

    Ah I got it! Just need to change this <? echo $name;?> to <?=$limited_name?> Works great. Now is there away to add ... at the end for names that are longer than 14 characters? And thanks vacunita for your fast assistance.
  2. Dreamtripper

    I need assistance with $CharacterLimit function in sql/php

    Okay I added it, and kind of works, Here is the code after I put in the code you suggested: <?php include("includes/profile.class.php"); $profile=new profile; include("includes/people.class.php"); $people=new people; $new_members=$profile->get_new_people()...
  3. Dreamtripper

    I need assistance with $CharacterLimit function in sql/php

    Hello, I need assistance inserting $CharacterLimit in to my code so that the called information does not explode my tables. The function needs to be inserted into the code below. And <?=$name?> is what I am wanting to limit to 14 characters. ---------------------- <?php...

Part and Inventory Search

Back
Top