Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in php

How to run a cronjob every X minutes?

php cron cron-task

Do htmlspecialchars and mysql_real_escape_string keep my PHP code safe from injection?

php security xss sql-injection

How to remove "index.php" in codeigniter's path

Eloquent get only one column as an array

php laravel eloquent

PHP function to get the subdomain of a URL

php subdomain

"The page has expired due to inactivity" - Laravel 5.5

php laravel csrf laravel-5.5

How do I convert datetime to ISO 8601 in PHP

Auto increment in phpmyadmin

php phpmyadmin

Remove Trailing Slash From String PHP

php string

change the date format in laravel view page

php laravel date

How to compare two dates in php [duplicate]

php

PHP cURL vs file_get_contents

php curl file-get-contents

Setting environment variables for accessing in PHP when using Apache

Automatic post-registration user authentication

php symfony registration

What does new self(); mean in PHP?

php class self

Grabbing the href attribute of an A element

php html dom

Compile error: "g++: error trying to exec 'cc1plus': execvp: No such file or directory"

php c++ c linux gcc

`static` keyword inside function?

php function static keyword

Redirecting from HTTP to HTTPS with PHP

php https

How can I create an array with key value pairs?

php arrays