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'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 …
All can be done with any programming language.....PHP, ASP.net, Java.
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 …
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 …
The End.
frazehmad