php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "BBcode"

What are some best practices for creating custom BBcodes in PHP?

When creating custom BBcodes in PHP, it is important to properly sanitize and validate user input to prevent security vulnerabilities such as cross-si...

How can highlighting for PHP code be implemented effectively within custom BBcodes in PHP?

To implement highlighting for PHP code within custom BBcodes in PHP, you can use a syntax highlighting library like GeSHi. This library allows you to...

What are some alternative methods for displaying images in PHPBB if direct image output is not working?

If direct image output is not working in PHPBB, an alternative method to display images is to use the BBCode [img] tag to link to the image URL. This...

How can PHP forum admins handle images in user posts that are too wide and cause scrollbars, especially when using BBCode instead of HTML?

When handling images in user posts that are too wide and cause scrollbars, PHP forum admins can limit the maximum width of the images by adding a CSS...

Showing 231 to 234 of 234 results

‹ 1 2 ... 38 39 40 41 42 43 44 45 46 47 ›
PHP.ORG

A free knowledge base for PHP developers. Open to all.

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.