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
~206 People Reached
Favorite Tags
Member Avatar for cecille1127

hello everyone, Help pls. I encounter "server error" with the last sql query statement in the last 'for' loop. Here is the code: $qdev=mysql_query("select distinct(device) from wipdataperarea where creation_date like '$today%' and gtc='AL' order by gtc,device"); $device=mysql_num_rows($qdev); while ($dev=mysql_fetch_assoc($qdev)) { echo "<tr>"; echo "<td>" . $dev['device']. "</td>"; $qarea=mysql_query("select distinct(area2) from …

Member Avatar for cecille1127
0
140
Member Avatar for cecille1127

Hello everyone! I'm new here. I'm currently working on a project. The concept is that I created a shell script that will query information, then I will use VB to get the data retrieved by the shell script and put it in a text file. I do not know how …

Member Avatar for jhai_salvador
0
66