![]() |
|
![]() |
| LinkBack | Thread Tools | Display Modes |
| | #1 (permalink) |
| Moderator Join Date: Apr 2006 Location: India
Posts: 1,731
Thanks: 2
Thanked 198 Times in 164 Posts
Rep Power: 38 | PHP Qs Set - 6 1) How do I read a file into an array? using the explode command (or) using $myarray = file("/path/to/somefile"); where $myarray is an array. each line in the file, is now a cell in the array
__________________ Sree |
| | |
| | #2 (permalink) |
| Moderator Join Date: Apr 2006 Location: India
Posts: 1,731
Thanks: 2
Thanked 198 Times in 164 Posts
Rep Power: 38 | Re: PHP Qs Set - 6 2) What is sizeof in multi-dimensional arrays will tell you how many elements r there in that particular dimension
__________________ Sree |
| | |
| | #3 (permalink) |
| Moderator Join Date: Apr 2006 Location: India
Posts: 1,731
Thanks: 2
Thanked 198 Times in 164 Posts
Rep Power: 38 | Re: PHP Qs Set - 6 3) How can I get the size of an IMAP message? You can retrieve the total size of the message with: $size = $mailsize->bytes; where $mbox is a pointer to the inbox and $x is the message number: $mailsize = imap_fetchstructure($mbox, $x);
__________________ Sree |
| | |
| | #4 (permalink) |
| Moderator Join Date: Apr 2006 Location: India
Posts: 1,731
Thanks: 2
Thanked 198 Times in 164 Posts
Rep Power: 38 | Re: PHP Qs Set - 6 4) what is Mailing list software Mailing list software - the order of mailing combines mails to the same domain and delivers them in a row to the same mailserver.
__________________ Sree |
| | |
| | #5 (permalink) |
| Moderator Join Date: Apr 2006 Location: India
Posts: 1,731
Thanks: 2
Thanked 198 Times in 164 Posts
Rep Power: 38 | Re: PHP Qs Set - 6 5)How can I use an external mail server from PHP? exec sendmail (or) use one of the many PHP SMTP implementions that open an actual socket connection to the remote mail server
__________________ Sree |
| | |
![]() |
| Tags |
| php , set |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Recomended PHP Books | wizkid | PERL, PYTHON, PHP & MY SQL | 2 | 26-01-09 11:07 PM |
| PHP based web application frameworks | vjsreevs | WEB DESIGNING, DEVELOPMENT ,PROMOTION & SEO | 4 | 11-08-06 05:13 PM |
| PHP Qs Set - 4 | vjsreevs | PERL, PYTHON, PHP & MY SQL | 5 | 17-07-06 08:01 PM |
| Software Engineer / Analyst in PHP, .net, and Web Designer | sridhar | Fresher Jobs | 0 | 15-07-06 03:51 PM |
| Installing Apache, PHP on Windows | BINNY | PERL, PYTHON, PHP & MY SQL | 1 | 11-04-06 07:34 AM |
| More Interview Questions Here... |