Search found 8 matches

by webvivre
Sat Jan 03, 2004 6:28 am
Forum: Databases
Topic: Missing a row in query
Replies: 4
Views: 610

Thanks

The While loop was missing the array[0]
by webvivre
Fri Jan 02, 2004 4:17 pm
Forum: Databases
Topic: Missing a row in query
Replies: 4
Views: 610

Get 2 sets of results rather than 3!
by webvivre
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...
by webvivre
Sat Dec 20, 2003 7:11 am
Forum: PHP - Code
Topic: Caching problem or soenthing else???
Replies: 18
Views: 13874

At least somebody is seeing the issue.... Here is dept-ep.php script.... Any help please.... <?php header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); header("Last-Modified:". gmdate ("D, d M Y H:i:s") ."GMT"); header("Cache-Control: no-store, no-cache, mus...
by webvivre
Fri Dec 19, 2003 5:12 pm
Forum: PHP - Code
Topic: Caching problem or soenthing else???
Replies: 18
Views: 13874

Yes - I'm refreshing.

Do firewalls have an effect - I am really at a loss to understand what I am seeing on my PC!!
by webvivre
Fri Dec 19, 2003 4:47 pm
Forum: PHP - Code
Topic: Caching problem or soenthing else???
Replies: 18
Views: 13874

No - the code is still causing problems from here!

Both above urls give me results for different regions.

Replace ss= with

ss=Centre
ss=Provence
ss=Normandy
ss=Aquitaine

You should see different results - I do not!!!

Help!!!

Any ideas???

Thanks
by webvivre
Fri Dec 19, 2003 11:50 am
Forum: PHP - Code
Topic: Caching problem or soenthing else???
Replies: 18
Views: 13874

Here is the code for this page.... <?php header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); header("Last-Modified:". gmdate ("D, d M Y H:i:s") ."GMT"); header("Cache-Control: no-store, no-cache, must-revalidate"); header("Cache-Control: post-chec...
by webvivre
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...