I have managed to make work the exemple given (13-Sep-2000 06:06) on a seperate page.
But i can't make it work AT ALL with the page i got and the code issued from Dreamweaver...
If think the probleme is even in the query.
The exemple :
mysql_select_db ('database_name')
or die ();
$query = "SELECT * FROM table_name";
My code
mysql_select_db($database_Israelfr, $Israelfr);
$query = sprintf("SELECT * FROM adr_data WHERE categorie = '%s' AND pays = '%s'", $colcategorie_query,$colpays_query);
What is sprintf for ?
If someone want to suggest me to forget Dreamweaver help and try to write down ALL THE PHP CODE, I can argue that with my level it take me weeks to do somethings as simple... I know, not everybody is a programmer ! 🙂