Title: dwbaylor's Replies | WordPress.org

---

# dwbaylor

  [  ](https://wordpress.org/support/users/dwbaylor/)

 *   [Profile](https://wordpress.org/support/users/dwbaylor/)
 *   [Topics Started](https://wordpress.org/support/users/dwbaylor/topics/)
 *   [Replies Created](https://wordpress.org/support/users/dwbaylor/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/dwbaylor/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/dwbaylor/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/dwbaylor/engagements/)
 *   [Favorites](https://wordpress.org/support/users/dwbaylor/favorites/)

 Search replies:

## Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [My Link Plugin Problems](https://wordpress.org/support/topic/my-link-plugin-problems/)
 *  Thread Starter [dwbaylor](https://wordpress.org/support/users/dwbaylor/)
 * (@dwbaylor)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/my-link-plugin-problems/#post-1214971)
 * chirp..chirp…chirp
 * Anybody out there??
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: Register Plus] Fix for simple captcha](https://wordpress.org/support/topic/plugin-register-plus-fix-for-simple-captcha/)
 *  [dwbaylor](https://wordpress.org/support/users/dwbaylor/)
 * (@dwbaylor)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/plugin-register-plus-fix-for-simple-captcha/#post-1079931)
 * The code shown as <?php session_start(); ?> does not work because the use of “?
   >” tells the browser to to quit looking for more PHP code.
 * By using “<?php session_start();” the browser will just accept it as another 
   line of PHP code.
 * Also, “<?php” may already be present, in which case you just need to add “session_start();”
   somewhere after that. The “<?php” tells the broswer where to start looking for
   PHP code.
 * Hope that helps.

Viewing 2 replies - 1 through 2 (of 2 total)