Traffic and Adsense

Share my tips of website traffic and adsense income promotion.

Wednesday, September 27, 2006

 

Connect ACCESS DATABASE in PHP

First of all , add one dsn data sourse in your WINDOWS 2000/XP/2003 Server.

Secondly, copy these code to notepad, edit some parameters, such as dbname ,user,password etc. Save the file as "filename.php".

Thirdly, upload your php file to your website folder.

THE CODE ï¼?

$odbcDsn="accessdb";
$odbcUser="";
$odbcPass="";
$conn=odbc_connect($odbcDsn, $odbcUser, $odbcPass);
$sql="insert into photo(ClassID,PhotoName,Author,PhotoUrl_Thumb,PhotoUrl,PhotoIntro,Keyword) values('28','x','x','x','x','x','x')";
odbc_do($conn,$sql);

Comments: Post a Comment

Links to this post:

Create a Link



<< Home


Archives

05/21/06   06/19/06   06/21/06   06/23/06   06/26/06   06/27/06   06/29/06   07/02/06   07/05/06   07/10/06   07/27/06   07/30/06   08/01/06   08/06/06   08/07/06   08/09/06   08/12/06   08/18/06   09/14/06   09/21/06   09/26/06   09/27/06   10/03/06   10/04/06   10/05/06   10/06/06   10/07/06   10/22/06   10/25/06   10/26/06   10/28/06   10/29/06   10/30/06   10/31/06   11/05/06   11/06/06   11/07/06   11/08/06   11/09/06   11/11/06   11/18/06   12/02/06   02/19/07  

This page is powered by Blogger. Isn't yours?