Jump to content

Displaying number of answered questions in an array.


ChrisWheeler

Recommended Posts

Hi folks.

 

I have something I want to do but don't have the knowledge to do it. I know the bare bones of php but not enough to to right home about. Here's what I would like to do. I am using wordpressand a theme that uses this line of code to get all users information in an array.

 

$questions = ThemexUser::$data['user']['profile'];

 

What I would like to do is get the number of filled in fields and display them. EG: "You have 7 of 11 fields filled out". I have been trying for a week now without any results. Any help would be greatly appreciated.

Ok, here's what I have so far.

$a = 0;
$v = count($a);
$questions = in_array("$a", ThemexUser::$data['user']['profile'], true);
echo $v;

So now you can better see what I'm trying to do. This code gives me a "0", however I purposly left 3 questions unanswered so I'm doing something wrong.

 

FYI: The result from "var_export($questions)" is false.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.