Code examples for the Dev tag - developer knowledge base - page 11 (351)

"Learn how to send emails with PHP using a simple example. See how to use the mail() function and create a mailer script."
Create cookies using PHP with examples: Learn how to set, get and delete cookies using PHP with code examples.
Learn how to make a "Who's Online" feature in PHP, with a step-by-step example.
Learn how to create multi-dimensional arrays in PHP with an example. Understand the basics and gain the confidence to use them in your code.
Learn how to use JavaScript in PHP with an example of a simple form submission task.
Build your own PHP search bot with this step-by-step example! Learn the basics of search engine programming & create a powerful tool for your site.
"Learn how to make an Ajax request with PHP, plus a step-by-step example to get you started."
Learn how to send post requests with PHP, including an example of the code used.
Learn how to edit data in PHP with an easy example. Understand the basics of manipulating data and start coding!
Create an online survey using PHP: learn how to create a survey form, add questions & get feedback from users with an example.
Learn how to create dynamic php pages with an example. See how to use variables and loops to generate content for your page.
Create your own search engine with PHP. Learn how with a step-by-step example.
Learn how to create dynamic routing on PHP with a simple example.
Make a REST API in PHP with an example: Learn how to create a REST API in PHP using a simple example.
Learn how to create a php search engine with a step-by-step example. Get ready to power up your website's search capabilities!
Create a custom 404 page in PHP w/ example: Learn how to create a simple custom 404 page in PHP & make your website more user-friendly.
Learn how to create a modal window in PHP with a step-by-step example.
Create view counters w/ PHP: Learn how to create & use a simple view counter in PHP w/ a working example.
"Learn how to set your PHP file to UTF-8 encoding with an example of adding this line to the top of a .php file: header('Content-Type: text/html; charset=utf-8');"
Find out how to make the text clickable using PHP: examples and instructions for implementation.