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

4 Posted Topics

Member Avatar for frazehmad

Hi, I'm writing a script where user upload any video file and my script converts the video in flv format. Since video files are very heavy in size (I want to give upload limit of 10MB), it takes much time to upload. I observed, when we upload any file to …

Member Avatar for frazehmad
0
3K
Member Avatar for peekayb
Member Avatar for teedoff
0
90
Member Avatar for jtapp

What about using a sub query? Try it: [CODE]SELECT result.*, c.strOfficerTitle, c.strFirstName, c.strLastName (SELECT a.strLodgeName, a.intLodgeNumber, a.intDistrictID, a.strLodgeMailingCity, a.strLodgeMailingPostCode, b.strDistrictName, b.strDistrictWebSite FROM tblDistricts AS b LEFT JOIN tblLodges AS a ON b.intDistrictID = a.intDistrictID) AS result LEFT JOIN DistrictOfficers AS c ON result.intDistrictID = c.intDistrictID WHERE c.intDistrictID='$id' GROUP BY result.strLodgeName …

Member Avatar for frazehmad
0
126
Member Avatar for frazehmad

Hi, I just joined this community and inspired by roaming in it. However, I would like to discuss a problem - I'm having. I'm developing an application for property management. I've a table with some general columns as well as some specific. For example; General: [Buy OR Sell] , [Plot …

Member Avatar for frazehmad
0
96

The End.