PHP intermediate essential guide- PHP Challenge users visit Count-

In this blog, I am going to explain Php Challenge users Visits Count. First I am going to create a “.php” file. Within this challenge what we want to do…

Read more »

PHP intermediate essential guide- PHP Challenge users visits

In this blog, I am going to explain PHP Challenge users Visits. First I am going to create a “.php” file after that create two variable like $users & $visittime…

Read more »

How can I add participants in Moodle?

There are various ways to add participants in Moodle. I am here to say you some steps to add participants. First of all, you can add through manual enrollment. if…

Read more »
a-script-to-find-all-users-who-have-not-set-passwords

A script to find all users who have not set passwords

Write a script to find all users who have not set passwords. #!/usr/bin/ruby require “P4” p4 = P4.new p4.parse_forms p4.connect p4.run_users.each do |u| user = p4.fetch_user( u[ “User” ] )…

Read more »