Explain Codes LogoExplain Codes Logo

Php

Php simple foreach loop with HTML

php
foreach-loop
html-table
conditional-formatting

Send email with PHPMailer - embed image in body

php
responsive-design
email-marketing
image-embedding

How can I with mysqli make a query with LIKE and get all results?

php
prepared-statements
sql-injection
mysql

Check If a Column Exists in Laravel Migration File

php
migrations
laravel
database

Php DOMDocument errors/warnings on html5-tags

php
error-suppression
html5-parsing
domdocument

Simple PHP Pagination script

php
pagination
database
sql

Using $_POST to get select option value from HTML

php
form-engineering
data-sanitization
security-best-practices

How to convert Laravel migrations to raw SQL scripts?

php
migrations
laravel
sql-scripts

Loading .sql files from within PHP

php
sql-engineering
pdo
database-connections

Doctrine 2 Query with LIKE

php
sql-injection
doctrine-orm
performance-tips

Laravel Eloquent how to use between operator

php
eloquent
laravel
database-queries

Doctrine 2: Update query with query builder

php
query-builder
doctrine-2
update-query

Laravel: getting a single value from a MySQL query

php
laravel-eloquent
query-builder
database-queries

Commands out of sync; you can't run this command now

php
mysqli
sql-syntax
error-handling

Multiple inputs with same name through POST in PHP

php
form-data
data-sanitization
best-practices

How to insert multiple rows from a single query using eloquent/fluent

php
bulk-operations
eloquent
database-performance

How to remove line breaks (no characters!) from the string?

php
string-manipulation
performance-optimization
regex-patterns

What is 'YTowOnt9'?

php
serialization
base64-encoding
data-integrity

How can I echo HTML in PHP?

php
echo
heredoc
template-engines

How to set HTTP header to UTF-8 using PHP which is valid in W3C validator

php
prompt-engineering
best-practices
multibyte-safe