Likes Received By danx10

  1. Silver89 liked danx10's post in the thread preg_match with brackets.

    Escape it ) -> \) and ( -> \( <?php $var = "Name (SubName)"; if(preg_match("#(\([a-zA-Z]+\))#", $var, $matches)) {...

    Jan 10, 2010
  2. triphp123 liked danx10's post in the thread Help: PHP Line error.

    Use your original code (from your first post) and.... Parse error: syntax error, unexpected '<' in...

    Jan 10, 2010
  3. luckymurari liked danx10's post in the thread Simple PHP question on Post Get.

    Read -> http://www.weberdev.com/get_example-3859.html $_POST is different to $_GET. The example i gave is using $_GET, the reason for...

    Jan 7, 2010
  4. aaron_nimocks liked danx10's post in the thread Removing Line Returns While Keeping HTML.

    Aaron, you don't use echo() with highlight_string(), remove the echo() and use the following: <form id="form1" name="form1"...

    Jan 6, 2010