Forum: Advanced PHP Programming
07-13-2009, 03:09 AM
|
|
Replies: 1
Views: 2,551
check rental item availability PHP MySQL
I am making a scheduling application for a rental company. They make reservations and rent out items. When they try to make a reservation, I need to check each item's availability. I've tried...
|
Forum: Advanced PHP Programming
01-09-2009, 02:42 AM
|
|
Replies: 11
Views: 8,943
The default quotestyle is ENT_COMPAT which only...
The default quotestyle is ENT_COMPAT which only encodes double quotes. I think I need ENT_QUOTES which will also encode single quotes. I wanted to use character set "UTF-8" because everything else is...
|
Forum: Advanced PHP Programming
01-09-2009, 01:18 AM
|
|
Replies: 11
Views: 8,943
|