anujgarg Posted December 14, 2009 Share Posted December 14, 2009 Hello, I am looking for the answers for following questions: 1) Does PHP support overloading or overriding? How? 2) Difference between reply-to and return-path in header of a mail function? 3) Importance of database abstraction layer in PHP and MySQL connection? 4) How to use COM components in PHP? 5) How can I copy a file from one server to another by using PHP? 6) IMAP vs POP3 7) What is the best way of creating multi-language site. Do we essentially need to have different folders for each language on server? I have the following statement in htaccess: RewriteRule ^(.*)$ http://askapache.com/$1 What does ^(.*)$ and $1 mean in here? TIA Anuj Link to comment https://forums.phpfreaks.com/topic/185069-some-questions/ Share on other sites More sharing options...
anujgarg Posted December 14, 2009 Author Share Posted December 14, 2009 anyone please... Link to comment https://forums.phpfreaks.com/topic/185069-some-questions/#findComment-977039 Share on other sites More sharing options...
isedeasy Posted December 14, 2009 Share Posted December 14, 2009 Sounds like homework to me.... Link to comment https://forums.phpfreaks.com/topic/185069-some-questions/#findComment-977048 Share on other sites More sharing options...
c-o-d-e Posted December 14, 2009 Share Posted December 14, 2009 Don't BUMP topics. It decreases your likely hood for a reply. It does indeed sound like homework, and because of this I'll only answer a few. 1a) http://uk2.php.net/manual/en/book.overload.php 1b) http://uk2.php.net/manual/en/function.override-function.php 7) Create it however you want, organise it in folders, or have it all in the same directory. It would not affect anything. Unless it was tutorials for each language, then have the specific language folders. If not, then there is no point. Unless you are using "include something.aspx" or another language. If it's a file that you don't go onto itself, its included.. then you could put it in specific language folders for tidiness. It's all down to your personal preference. Look up mod_rewrite, it'll give you a better understanding. http://httpd.apache.org/docs/2.0/mod/mod_rewrite.html - maybe? Use GOOGLE for your answers! Link to comment https://forums.phpfreaks.com/topic/185069-some-questions/#findComment-977052 Share on other sites More sharing options...
anujgarg Posted December 14, 2009 Author Share Posted December 14, 2009 Yes...kinda HomeWork.. I tried google a lot but did not get any substantial solution that's why I came here. I know when I post these questions here I'll definitely get specific answers... btw... thanks for the replies Link to comment https://forums.phpfreaks.com/topic/185069-some-questions/#findComment-977061 Share on other sites More sharing options...
c-o-d-e Posted December 14, 2009 Share Posted December 14, 2009 The forum doesn't deal with completing other peoples homework. Link to comment https://forums.phpfreaks.com/topic/185069-some-questions/#findComment-977132 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.