Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in php

How can I determine a file's true extension/type programmatically?

Automatically detect user's current local time with JavaScript or PHP

php javascript timezone

Store in Session Data vs store in Sql Database for temporary data

Getting Oracle's MD5 to match PHP's MD5

php oracle md5

How do I properly split a PATH variable in PHP?

AJAX only access

php jquery ajax

Google calendar API : Selecting/Creating calendars?

Enabling $_GET in codeigniter

How to get the disk space on a server?

php size

Is it allowed to call non-static methods with call_user_func?

php oop

What's the ORM used by yii?

php frameworks yii

while ($row = mysql_fetch_array($result)) - how many loops are being performed?

php mysql

PHP/JSON - stdClass Object

php arrays json iteration

How can I avoid showing "#!/usr/bin/php" on PHP?

Python vs PHP speed

php python

How is -13 % 64 = -13 in PHP?

php math modulus

Session cookies = cookies?

php session browser cookies

Staging vs Testing server for PHP

php version-control

converting blob image to file in php

php

How to pass the exception caught in inner catch to outer catch in a nested try catch

php exception try-catch