Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in php

shared hosting website optimization (US server)

Difference between Data Access layer and Database Abstraction Layer and refactoring the Database class [duplicate]

dirname(__FILE__) on localhost

php constants wamp

PHP Does a colon : in an array key have any special significance?

php arrays

smart quotes not converting properly into UTF8

How to get the number of rows from a SELECT query? Error: mysqli_affected_rows() expects parameter 1 to be mysqli, object given

php mysqli

How to upload a file using a simple jquery-ajax call

PHP readline() when STDIN other than keyboard

returning an array in Mysqli prepared statement

Converting PHP array in HTML list

using "extends CAction" class of Yii framework

php yii magic-methods

Issue with SWITCH statement in PHP

php switch-statement

Upload file to FTP via PHP's cURL, error because password contains '<' character

php linux curl ftp

jquery to slide down - up the form- hidden by default for the first time,

php javascript jquery html forms

Disabling PHP sendmail for development environment

Meaning of the $type parameter in socket_read()

How to save save user's facebook profile picture to my domain/website data using php

php facebook curl profile image

Automatically generate RSS feeds

php rss feed

how to get the unchecked value from checkbox?

php checkbox

How do I achieve a url like www.example.com/username to redirect to www.example.com/user/profile.php?uid=10? [closed]