Jump to content

some questions


anujgarg

Recommended Posts

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?

8) 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

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.

 

8) 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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.