
Join free
Skip to: site menu |main content
Welcome to my personal site. If You have any question or suggestion please feel free to contact me from contact page.
Basic Idea behind importing user in drupal is:-
1)Create dummy user object...
2)Call drupal's user_save function...
Actually, You need to create the user account array first...and then pass it to function user_save().
<?php
//$account = user_save('',$user_array);
$password = user_password($your_password);
$user = array(
InderSingh.com v1.2
(May 22, 2012)
Recent comments
17 weeks 1 day ago
17 weeks 1 day ago
17 weeks 1 day ago
1 year 16 weeks ago
1 year 16 weeks ago
1 year 16 weeks ago
1 year 32 weeks ago
1 year 33 weeks ago
1 year 35 weeks ago
1 year 39 weeks ago