Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~883 People Reached
Favorite Forums
Favorite Tags
php x 7
Member Avatar for sheru2302

Hi, I need help on updating webmails n sync servers. I'm adding user in linux server(logon server) and then i want to sync the password to 10 other IMAP servers. Later on in order to check mails I should update the webmails/ mail routers also. Can anybody help with the …

Member Avatar for sheru2302
0
63
Member Avatar for sheru2302

Hi, I need help on creation imap mailbox. Im new to php. This is a code where have been created by previous programmer. [CODE] if (($USER_REG_IS_LOGIN) && ($tmp_imap_server)) { if (!$user_exist) { $form_password = $tmp_emailname . "_1234"; $request_cmd = "create_imap_user {$tmp_emailname} {$tmp_imap_server} $form_password"; $request_data = UserRegSvr::send_request($socket, $request_cmd); $request_data = unserialize($request_data); …

Member Avatar for sheru2302
0
702
Member Avatar for sheru2302

Hi everyone, Im pretty new here. Also realy new to PHP and MySql. In my current company they separate the html, php, css, classes codes to different different files. I just want to know, how to create a checkbox list that are create based on datas from database. Basically its …

Member Avatar for vaultdweller123
0
118