Thanks
The While loop was missing the array[0]
Search found 8 matches
- Sat Jan 03, 2004 6:28 am
- Forum: Databases
- Topic: Missing a row in query
- Replies: 4
- Views: 610
- Fri Jan 02, 2004 4:17 pm
- Forum: Databases
- Topic: Missing a row in query
- Replies: 4
- Views: 610
- Fri Jan 02, 2004 3:36 pm
- Forum: Databases
- Topic: Missing a row in query
- Replies: 4
- Views: 610
Missing a row in query
I have a query that says If I run a quey of number of rows in array) Num_rows is 3 but I am only seeing 2 rows of data (or generically one row less of data than there should be). Here is an extract of the code... // get results $query = "select * from sffdatafeed where name like "%$trimmed...
- Sat Dec 20, 2003 7:11 am
- Forum: PHP - Code
- Topic: Caching problem or soenthing else???
- Replies: 18
- Views: 13874
- Fri Dec 19, 2003 5:12 pm
- Forum: PHP - Code
- Topic: Caching problem or soenthing else???
- Replies: 18
- Views: 13874
- Fri Dec 19, 2003 4:47 pm
- Forum: PHP - Code
- Topic: Caching problem or soenthing else???
- Replies: 18
- Views: 13874
- Fri Dec 19, 2003 11:50 am
- Forum: PHP - Code
- Topic: Caching problem or soenthing else???
- Replies: 18
- Views: 13874
- Fri Dec 19, 2003 10:11 am
- Forum: PHP - Code
- Topic: Caching problem or soenthing else???
- Replies: 18
- Views: 13874
Caching problem or soenthing else???
I have some php code that has been working OK. Basically the code lists properties for a region in France. For example, http://www.1stforfrenchproperty.com/1stFP/region/main.php?ss=Limousin will list the properties in Limousin region as you would expect. If that works and it will sometimes, then fol...