Welcome Guest, Not a member yet? Register   Sign In
tell a friend project
#2

[eluser]kierownik[/eluser]
Nobody :long:

Now I was thinking in using just one file and make an array in that file.
Code:
$tellafriend = array(
    '2010-02-20' => array(
        '127.0.0.1' => array(
            'your name'             => 'cvcxv',
            'your email'            => '[email protected]',
            'first friend email'    => '[email protected]'
            ),
        'another ip here' => array(
            'your name'             => 'cvcxv',
            'your email'            => '[email protected]',
            'first friend email'    => '[email protected]'
            ),
        ),
    '2010-02-19' => array(
        '127.0.0.1' => array(
            'your name'             => 'test',
            'your email'            => '[email protected]',
            'first friend email'    => '[email protected]'
            ),
        '127.0.0.1' => array(
            'your name'             => 'cvcxv',
            'your email'            => '[email protected]',
            'first friend email'    => '[email protected]'
            ),
        ),
    );

What would the best approach be to get the best result.

I hope someone can help me.


Messages In This Thread
tell a friend project - by El Forum - 02-19-2010, 11:24 AM
tell a friend project - by El Forum - 02-20-2010, 12:27 PM
tell a friend project - by El Forum - 02-20-2010, 01:53 PM
tell a friend project - by El Forum - 02-20-2010, 04:29 PM
tell a friend project - by El Forum - 02-21-2010, 09:30 AM
tell a friend project - by El Forum - 02-24-2010, 11:38 AM
tell a friend project - by El Forum - 03-06-2010, 07:13 AM
tell a friend project - by El Forum - 03-14-2010, 05:22 AM
tell a friend project - by El Forum - 03-14-2010, 09:11 AM
tell a friend project - by El Forum - 06-23-2010, 07:41 AM



Theme © iAndrew 2016 - Forum software by © MyBB