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
Ranked #17.3K
~2K People Reached
Favorite Tags

6 Posted Topics

Member Avatar for shubham05
Member Avatar for Aeonix
0
165
Member Avatar for Anati

u just have to put condition on loginform and u can redirect ur pages to admin and user

Member Avatar for hiren2927
0
119
Member Avatar for brianbabu
Member Avatar for Priyanka_9

A. Check the machine is installed gcc In the terminal enter: gcc: rpm -q gcc Before installing the return result is: [Root @ localhost gcc] # rpm -q gcc package gcc is not installed The results are returned after the installation: [Root @ localhost /] # rpm -q gcc gcc-4.1.2-44.el5 …

Member Avatar for hiren2927
0
398
Member Avatar for Maideen

You are updating while simultaneously joining two tables. So this is what you could try UPDATE [dbo].[SOMasterTEMP] SET qty= dbo.SVendorMaster.Mon FROM dbo.SOMasterTEMP,dbo.SVendorMaster WHERE dbo.SOMasterTEMP.svcode=dbo.SVendorMaster.SVCode

Member Avatar for hiren2927
0
698
Member Avatar for rubysethi

The PHP function explode lets you take a string and blow it up into smaller pieces. For example, if you had a sentence you could ask explode to use the sentence's spaces " " as dynamite and it would blow up the sentence into separate words, which would be stored …

Member Avatar for hiren2927
-2
413

The End.