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
~1K People Reached
Favorite Tags
Member Avatar for javedshaikm

I have a scenario where, WLAN client when there is no MAC-address entry in the radius user pool the client is able to connect To WLAN and access the resources. Where could bew the configuration mistake, in the controller or in the Radius server? But as per the practical scenario …

0
93
Member Avatar for javedshaikm

I have a similar mysql database both onine and in offline, with a few common tables in them. How can I synchronize both the databases to make sure the 'similar tables' in offline & online databases have the same data. How can I do this with phpmyadmin.

Member Avatar for ammonsutherland
0
219
Member Avatar for javedshaikm

HI I have QB POS 8, which I want to connect to my PHP script running on my localhost. The PHP script generates sales receipt and that sales amount has to be updated to my QB POS to print sales report. Any help would be apreciated, thanks in advance.

Member Avatar for pritaeas
0
202
Member Avatar for javedshaikm

![Routing-Lab](/attachments/large/3/Routing-Lab.JPG "Routing-Lab") 1) How can I make sure R11 is able to get the OSPF routes of all the areas. 2) Make sure area-278 does not receive any ospf routes from other areas as well as from ASBR routes from other areas. At the same tim, area-278 should be able …

0
120
Member Avatar for javedshaikm

Data from a XML sheet is converted to php array and I have tried to create a quiz format question with the below code, but it does't work. Not sure how to get it working for multiple questions... <?php function get_answer($input){ if ($input == ($att['ans']) ) {echo "Correct Answer . …

Member Avatar for diafol
0
174
Member Avatar for javedshaikm

How can I convert the below array to look like a quiz question format: Array ( [content] => Array ( [@attributes] => Array ( [id] => 20 ) [quest] => <FONT FACE="Arial">If K represents kinetic energy, V velocity and T time and these are chosed as the fundamental units then …

Member Avatar for javedshaikm
0
246
Member Avatar for javedshaikm

Can some help me to convert the below xml data into php array. Thanks in advance. <dataroot> <content id= "1"> <quest><![CDATA[<FONT FACE="Arial">Which of the following is not the measure of a physical quantity?</FONT>]]></quest> <opt1><![CDATA[<FONT FACE="Arial">kilogram</FONT>]]></opt1> <opt2><![CDATA[<FONT FACE="Arial">impulse</FONT>]]></opt2> <opt3><![CDATA[<FONT FACE="Arial">energy</FONT>]]></opt3> <opt4><![CDATA[<FONT FACE="Arial">density</FONT>]]></opt4> <ans><![CDATA[a]]></ans> <ans_desc><![CDATA[<FONT FACE="Arial">kilogram is the name of the fundamental …

Member Avatar for cereal
0
336