No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
4 Posted Topics
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 … | |
Re: 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 … | |
Re: 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] | |
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 … ![]() |
The End.