Recent content by Affection

  1. A

    LIMEWIRE IS NOW ILLEGAL!?

    are there any other free music downloading programs. i purchase some from iTunes but i like to preview the songs before hand and i don't get too many hours at work. but i still want my music!
  2. A

    Anything else like phpMyAdmin that works on ASP and MS-SQL ?

    aspMyAdmin? :) Why not get Enterprise Manager or SQL Management Studio and connect to the database that way? Not Web based, but full featured.
  3. A

    Anything else like phpMyAdmin that works on ASP and MS-SQL ?

    aspMyAdmin? :) Why not get Enterprise Manager or SQL Management Studio and connect to the database that way? Not Web based, but full featured.
  4. A

    New line textarea php sql?

    Newlines are ignored in HTML, and have to be converted to a line break tag: < b r / > PHP has a function to do this for you: nl2br. You could also do it manually using str_replace.
Back
Top