Posts Tagged array

  • PHP Function – str_replace

    The str_replace function is used to replace part of a string with another string. The syntax of this PHP function is detailed below: <? mixed str_replace( $search, $replace, $subject, $count ); ?> $search - This can either be a string value or

    more
  • Use jQuery To Make Multiple Columns The Same Size

    Probably just about every web developer has run into this problem. You have a two or three column layout on your website and your center column has a ton of great content that spans a very long way down the page and your side bars are short. They a

    more
  • Advanced jQuery Ajax Options

    Yesterday we discussed how you can use jQuery as an Ajax library for your web application. The discussion only covered the most basic options to make the Ajax work. There are many more options available to modify how the Ajax behaves. Today we wil

    more