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 #37.0K
3 Posted Topics
Re: package help!!
make class p1 public ...............i.e package test1; public class p1{ //code here }
My friend u have not used the PHP tags <input type='text' name='txtQty' value='".$rows['totalInCart']."'> <input type='hidden' name='hidden_id' value='".$rows['itm_id']."'> It should be like this i.e use php tags before using any php functions <input type='text' name='txtQty' value=<?php '".$rows['totalInCart']."' ?> > <input type='hidden' name='hidden_id' value=<?php '".$rows['itm_id']."' ?> >
Re: Java Packages
complile by typing javac -d . classname.java then run using java home.user.workspace.mypackage
The End.
Shanki87