Welcome Guest, Not a member yet? Register   Sign In
Beginner question
#3

[eluser]Christophe28[/eluser]
Hi,

Thank you for your response.

I have added the following line in routes.php
Code:
$route['photos/(:any)/(:any)'] = 'photos/photofunction/$1,$2';

And added the following line in controller.php
Code:
function photofunction($username, $caption)
    {

        echo     $username;
        echo     $caption;
    }

But got the following warning when surfing to /photos/Christophe/mygreatphoto
Quote:A PHP Error was encountered

Severity: Warning

Message: Missing argument 2 for Photos::photofunction()

Filename: controllers/photos.php

Line Number: 13

Christophe,mygreatphoto

A PHP Error was encountered

Severity: Notice

Message: Undefined variable: caption

Filename: controllers/photos.php

Line Number: 17

I have changed a bit here and there, like ID to caption. I think this is ok? What am I missing here?

Dank je voor je hulp Smile

Christophe


Messages In This Thread
Beginner question - by El Forum - 06-22-2010, 06:35 AM
Beginner question - by El Forum - 06-22-2010, 06:39 AM
Beginner question - by El Forum - 06-22-2010, 07:04 AM
Beginner question - by El Forum - 06-22-2010, 07:13 AM
Beginner question - by El Forum - 06-22-2010, 07:15 AM



Theme © iAndrew 2016 - Forum software by © MyBB