Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to insert PHP database files into my html?

Status
Not open for further replies.

Hisakata

Technical User
Sep 24, 2002
36
0
0
US
Hi guys, I am working on the front end of a web page and there is a back end guy doing the database side. How do I sync his php files to mine? Is it as simple as inserting a <body> tag and his php files will show up? Sorry I am unfamiliar with php. I am using dreamweaver studio 2004 on a pc platform. Thanks very much!
 
You'll probably want to design your template that the data will go into in dreamweaver first (after talking to him to see what you are going to do, of course -- he may have a different idea than you on how much space a chunk of data will need).

Then give it to him to put in the PHP code.

Unless you are both familiar with DW's PHP code generation routines (for data drill-down, connection, and various other silly things -- which I, personally, as a developer, loathe), I would suggest making it a `clean` handover from design->code.

Ever seen the rants of a developer? Silly user!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top