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
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
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.