This is a discussion on "efficient code" within the PHP Forum section. This forum, and the thread "efficient code are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
efficient code
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
efficient code
Is there a more efficient or cleaner way to code this php mail form?
|
|
|
|
|||
|
Re: efficient code
Where you have 'get values from contact form', you can just use a foreach to do the same thing...
foreach($_POST as $var => $value) {} Last edited by jimz; Sep 6th, 2006 at 01:25. |
![]() |
| Tags |
| efficient, code |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| code behind code doesnt work | skat | ASP.NET Forum | 4 | Feb 18th, 2008 10:05 |
| [SOLVED] Can this be made more efficient | AdRock | Databases | 0 | Nov 19th, 2007 23:05 |
| live search code and styleswitcher code | hebel | JavaScript Forum | 0 | May 12th, 2007 06:16 |
| Can somebody give me the code to hide the source code? | renren | JavaScript Forum | 7 | Mar 7th, 2006 12:27 |
| seeking more efficient code | jswebdev | PHP Forum | 4 | Oct 21st, 2005 16:22 |