Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in php

Using cURL to download a site's HTML source, but getting different file than intended

php curl http-referer spoofing

Google API OAuth 2.0 CURL returning "Required parameter is missing: grant_type"

php curl oauth google-api

How to send HTML code in an http POST request?

php html http post

What's the PHP $_SERVER variable for the directory above DOCUMENT_ROOT?

php variables

php - how to make sure that the uploaded file is a jpg, gif or png?

php gd

What is the best way to store one-to-many or many-to-many relationships in PostgreSQL?

PHP/mySQL: mysql_query with SELECT, FROM, and WHERE

php mysql select where fetch

Parse KML file with PHP

Installing ImageMagick Onto Xampp/Windows 7

php apache dll xampp imagick

symfony link_to in action

php / html: replace html closing tags with newlines

php html newline strip-tags

php regex needed to check that a string has at least one uppercase char, one lower case char and either one number or symbol

php regex

WHy does PHPUnit give me an assertEquals failure for apparently identical strings?

php phpunit

Create a QR-Code Image with the php imagick library

php qr-code imagick

Best practice to hide/secure the php-engine config file?

php security

PHP - to store big session array in $_SESSION or in database?

Insert character after each 8 character

php string text binary character

Automatic job (phpunit with code coverage) when jenkins is idle?

Is it unsafe to post the server-side code of your webpage/blog?

php security

Ternary operator syntax (PHP)

php