Enter Keywords:
1 - 10 of 5600(0.018 seconds)
Sort By:
 
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, MySQ...Date Answered: 04/08/2008 Rating: 9.8 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 ...Date Answered: 06/03/2008 Rating: 9.6 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 Rating: 9.3 Views: 4
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 Rating: 8.7 Views: 0
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, PH...Date Answered: 11/01/2007 Rating: 7.8 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 ...Date Answered: 12/21/2007 Rating: 9.6 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, MySQ...Date Answered: 02/03/2008 Rating: 8.2 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, MySQ...Date Answered: 03/13/2008 Rating: 9.7 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 Rating: 9.3 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, MySQL Server, PHP and...Date Answered: 04/10/2008 Rating: 9.3 Views: 12