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
~10K People Reached
Favorite Forums
Favorite Tags

4 Posted Topics

Member Avatar for krishx343

Hi I am recently trying a rating concept in php. The project is, peoples will post the images of house and ask everyone to rate it as which is beautiful home. I've placed a 5 rating stars and doing all the vote captures. But i am confused in picking the …

Member Avatar for krishx343
0
225
Member Avatar for rajeesh_rsn

Hey Rajesh.. Same type of concept i am also trying in my project. For your case, solution is of 2 way 1. Get the IP address stored along with the Date Time Stamp. Check if the person trying to vote again on same day. If yes don't allow. If not …

Member Avatar for krishx343
0
258
Member Avatar for doS!

Hi There is an error in your line 12 [CODE] $rs=mysql_query("select * from adminsettings"); [/CODE] need to supply connection also to execute the query. Like this: [CODE] $rs=mysql_query("select * from adminsettings", $dbconnect); [/CODE]

Member Avatar for it200219
0
180
Member Avatar for krishx343

Hi I need to know, is there any option to use For loop instead of While and ForEach to retrieve the result. While Loop ----------- [CODE] $query = "SELECT name, subject, message FROM contact"; $result = mysql_query($query); while($row = mysql_fetch_array($result, MYSQL_ASSOC)) { echo "Name :{$row['name']} <br>" . }[/CODE] instead to …

Member Avatar for rajarajan2017
0
9K

The End.