Search found 1 match

by ace4hire
Tue Jul 12, 2005 7:09 am
Forum: PHP - Code
Topic: help in separating html code and php code
Replies: 2
Views: 337

help in separating html code and php code

i'm new in using php.. guys please help meh on how to separate my php code to html... what will i do?? here's an example code,this code is combined w/ html and php.. <?php session_start(); require("cn.php"); $select = "select * from $table2 where username=('$uname') and password=('$pw...