Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in php

Using R with Apache & PHP [closed]

php apache r

Determine browser language(s) in Zend Framework?

php zend-framework

Building highly scalable web services

PHP generating csv not sending correct new line feeds

php csv newline

Creating a shopping cart price rule in Magento automatically

Get a subset of an array based on an array of keys

Beautiful Soup [Python] and the extracting of text in a table

php python

PHP readfile() of external URL

php readfile

Importing CSV that has line breaks within the actual fields

php csv import line-breaks

UTF-8 characters don't display correctly

php utf-8 multibyte

php:Store image into Mysql blob, Good or bad?

php mysql blob

exec function not returning all rows

php exec

Cannot connect with FTP server with PHP , ftp_connect()

php ftp

mPDF auto print issue

php mpdf

PHP strtotime returns a 1970 date when date column is null

php date-format strtotime

php json_encode() show's null instead of text

php json text hebrew

How do I obtain the current url without params in Yii?

php url yii url-routing

.htaccess deny files in subfolders

php apache .htaccess

Why does "echo strcmp('60', '100');" in php output 5?

php strcmp

Why does PHP allow protected and private methods to be made public via an override in subclasses?