Hello everyone,
I'm a noob at PHP web publishing and I have been trying to get some records to display from my database. Everything was going fine hosting the site and getting the database set up in till I tried to call the layout in question.
I get the error
PHP Warning: urlencode() expects parameter 1 to be string, object given in C:Program FilesFileMakerFileMaker ServerWeb Publishingpublishing-enginephpFileMakerImplementationFileMakerImpl.php on line 339
From this code
$findCommand =& $fm->newFindAllCommand("organizationsPHPs");
$result = $findCommand->execute();
I'm not sure what is going on and I need help debugging it.