No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
6 Posted Topics
Re: u just have to put condition on loginform and u can redirect ur pages to admin and user | |
Re: 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 … | |
Re: 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 | |
Re: 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 … |
The End.