Description:
PHP, server side scripting.
|
|
|
image uploads and version control?
|
| |
I'm developing a php website that I have under subversion version control. I'm working on an image upload functionality, and in the middle of it I realized that any files that a user uploads will not be under version control, and if I checkout or export the site from version control, and deploy it, it won't bring any of the uploaded... more »
|
|
A New Job Portal
|
| |
Hi friend, How are you? Hope this mail finds you in the best of health and happiness I am just mailing about the service Jobzo.com a jobportal which will be really useful for your job searching. View and visit this and feel the change Just try this [link]
|
|
Installing BBCode extension for Windows
|
| |
I know I asked this a few days ago, but I didn't really get a satisfactory answer, and I know the people in this group are better than that... Is there a .dll file I can download for the BBCode extension? That would make things really easy for me. If not, can someone please explain how to compile the C source (downloaded from [link])... more »
|
|
date_create
|
| |
I'm porting some perl (a calendar) over to php and I have some date questions. What I'd like to do is feed in a month and year and get the number of days in the month and the starting day of the week. The date function does this: $day_of_week = date('w',$unix_timestamp); $days_in_month = date('t',$unix_timestamp);... more »
|
|
|