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
~178 People Reached
Favorite Forums
Favorite Tags
Member Avatar for wolveirne2005

This is whole system that's already built. The search functions need this kind of variable search[account_number] . Otherwise he result does not show up. How can I pass the value? [CODE] <div align="center"><br />Search:<br /> <select name="searchby" id="droplist"> <option name="search[company_name]">COMPANY NAME</option> <option name="search[account_number]">ACCOUNT NUMBER</option> <option value="all">SHOW ALL</option> </select> <br/ ><br …

Member Avatar for wolveirne2005
0
115
Member Avatar for wolveirne2005

I need to show mysql result only for current month. Following is my for each loop [CODE] foreach($projects as &$project){ $project = $module->get_project($db,$project['project_id']); $project_statuses[$project['project_status']][] = $project; } [/CODE] I need add a if statement to print only result from this month. I tried using if variable == date('m'). Did not …

Member Avatar for almostbob
0
63