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

4 Posted Topics

Member Avatar for anjerodesu

Hello everyone, After a while of being a lurker, I decided to register and be part of a great community. I'm Angelo, an iOS and Web developer from Philippines. Hoping to learn more while sharing my own knowledge and experiences to the community. :)

Member Avatar for Everyauction
0
189
Member Avatar for anjerodesu

Hi everyone, I would like to ask a question about MySQL. Say, I have a database like this: database 1: articles |- id |- title |- description database 2: tags |- id |- articleID |- tag I needed to search from articles.description and tags.tag and while doing so, the searched …

Member Avatar for anjerodesu
0
324
Member Avatar for hunterious.latham

It probably means $q is empty or null. Try to put it inside an if statement with `if ( $q )` as the statement. You can also add `or die ( mysql_error() );` to make sure that the query is not producing an error: `$q = mysql_query( "SELECT u.*,c.* FROM …

Member Avatar for GraficRegret
0
425
Member Avatar for sunnyy221

Have you tried using `fmod() or fmodf() from <math.h>`? Or better yet, use <tgmath.h> as suggested here: [Click Here](http://www.cocoabuilder.com/archive/cocoa/239717-cgfloat-fmax-fmaxf.html#239897) If you are simply using 2 integers then use the modulo operator (%).

Member Avatar for anjerodesu
0
76

The End.