Advertisement

Check out our new and improved Advanced Search! We have added additional search options and the ability to save your searches.
 
Enter Keywords:
 
1 - 10 of 4683(0.016 seconds)
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

9.8
I want to select a field value from the database and surround it with a link, but do it within the query not after! Ie. $sql = "SELECT foo as foo FROM mytable WHERE this_id = $id"; Output:...
Zones: PHP and Databases, PHP, MySQL ServerDate Answered: 04/08/2008 Views: 0
I am doing a db query, and using pagination. When setting limit in mysql query it is not working. Instead of displaying 50 results per page it is displaying thousands. I know that my set limi...
Zones: MySQL Server, PHP and DatabasesDate Answered: 06/03/2008 Views: 0
How do i write the end of this query. if $cid_query is null/empty search records COMPANIES.COMPANY_ID BETWEEN 7000 and 7228 if $cid_query has numeric value search single record COMPANIES.COMPAN...
Zones: PHP and Databases, PHPDate Answered: 09/09/2008 Views: 9
1) I am not sure if I have this syntax correct, specifically lines 5 and 6. 2) Also, in line 6 I want it to search all region_ids if null, otherwise search specific region_id. Is line 6 doing th...
Zones: PHP and Databases, PHPDate Answered: 09/09/2008 Views: 4
I'm using PHP generated by Dreamweaver in an online form, and it WAS working fine, up until I removed some of the required fields, both from the code and the db. I've triple checked all the field...
Zones: SQL Syntax, PHP and Databases, MySQ...Date Answered: 11/01/2007 Views: 0
I have an UPDATE command in my PHP for MYSQL.  The confusing fact is that when I shorten the string that contains the UPDATE command string it works without an error.   Here is the string that r...
Zones: MySQL Server, PHP and DatabasesDate Answered: 12/21/2007 Views: 0
Hi, I'm trying to build a form which include a couple of text fields and check boxes, the purpose of the form is basically for reporting, data can be save and retrieve: text fields such as: first...
Zones: PHP and Databases, PHP, MySQL ServerDate Answered: 02/03/2008 Views: 0
I have a loop that pulls data from a mysql database using php. I know how to parse to make a bit of data shorter... i.e. if a zip code is 10 digits, I can use $LEGALZIPGOOD = substr("$LEGALZIP"...
Zones: PHP and Databases, PHP, MySQL ServerDate Answered: 03/13/2008 Views: 0
I have two data fields, Phone and Zip... currently, they DO NOT include dashes. I want them to include dashes. How do I take the phone number of 1234567890 and run a query on the entire datab...
Zones: PHP and Databases, PHPDate Answered: 04/08/2008 Views: 0
Each month, I run a script that adds up data from our clients' accounts and the volume they run through our system. In a certain table, for example, I have a client number that identifies the clien...
Zones: PHP, PHP and Databases, MySQL ServerDate Answered: 04/10/2008 Views: 4