Search found 6 matches

by pravin_bluebird
Fri Aug 22, 2008 5:19 am
Forum: PHP - Code
Topic: [solved]ini_set problem on windows server
Replies: 1
Views: 153

[solved] ini_set problem on windows server

solved using htaccess

actually i thought htaccess is not supported by windows server...But it works on my server...
Regards
by pravin_bluebird
Fri Aug 22, 2008 4:25 am
Forum: PHP - Code
Topic: [solved]ini_set problem on windows server
Replies: 1
Views: 153

[solved]ini_set problem on windows server

Hello all, I want to upload around 10 mb file size.... and i am using windows server i write the following code ini_set("memory_limit","25M"); ini_set("post_max_size","50M"); ini_set("upload_max_filesize","20M");   set_time_limit(0); and i ...
by pravin_bluebird
Mon Oct 15, 2007 12:23 am
Forum: Miscellaneous
Topic: how to start learning LAMP[solved]
Replies: 8
Views: 3017

Thanks all for your quick reply, Its true that LAMP is a combination of Elements. now what's my next query is I know PHP and Mysql very well. But i am working only on windows platform. now i want to work also with Linux Os. So my question is up to which level i have to learn linux for only web Devel...
by pravin_bluebird
Fri Oct 12, 2007 8:30 am
Forum: Miscellaneous
Topic: how to start learning LAMP[solved]
Replies: 8
Views: 3017

how to start learning LAMP[solved]

Hello all, i am working in PHP since last 6 month. I am working on PHP with windows OS. But as i know that PHP is very good with Linux Os. and LAMP is doing good than other combination I want to start learning and working using LAMP.... I don't know what to learn and from where to start learning LAM...
by pravin_bluebird
Thu Sep 27, 2007 4:45 am
Forum: General Discussion
Topic: Php with OOp[solved]
Replies: 5
Views: 741

thanks jmut ,

well , in one of my recent Interview i face this question
I also assume same as you but i could not able to answer as it is not specific and perfect answer.

regards
by pravin_bluebird
Thu Sep 27, 2007 4:02 am
Forum: General Discussion
Topic: Php with OOp[solved]
Replies: 5
Views: 741

Php with OOp[solved]

Hi all ,
I have a small silly question.

From Which version php supprts the OOP

thanks....