Thread: MySQL and PHP help
View Single Post
  #1  
Old 2 Weeks Ago
aphq aphq is offline
Junior Member
 
Join Date: Oct 2006
Posts: 3
Send a message via AIM to aphq Send a message via MSN to aphq
Default MySQL and PHP help

I am new to MySQL and PHP, so I am taking tutorials and following the practices it gives me. I have data in the database, but I don't know how to create an out put. This code:
Code:

              
$first $last
Phone: $phone
Mobile: $mobile
Fax: $fax
E-mail: $email
Web: $web


'; $i++; } ?>

            
Creates this output:
$first $last
Phone: $phone
Mobile: $mobile
Fax: $fax
E-mail: $email
Web: $web.
What am I doing wrong?
Reply With Quote