Click here to Skip to main content
15,896,912 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
hi all

i earler created site with asp and csharp and sqlserver ....

i begginer in php site development ...

i know html,css,php,sql and few mysql ...

QUESTION 1 :

now i want know about how do create page like ASP MasterPage and how do i can decrease page refresh ?

QUESTION 2 :

what is of order to create php website ? (for example in asp first i create database then create master page and then create other pages and finally create relation beetwen them )

if anyone have a free full website project file , please leave a link ...

thanks a lot
Posted

1) You need a template engine. There are many out there, but here is a collection of the most promising ones: http://www.webresourcesdepot.com/19-promising-php-template-engines/[^]
2) Your choice. But it will be hard to test without a database. So I suggest create the database first if you already have a design plan.

+1) I suppose, you want a link to the source, not the page itself. Well, go to SourceForge[^], and choose one.

+2) "decrease page refresh"? What exactly do you mean?
 
Share this answer
 
v2
Hi 1.)you can use javascript for validating your form fields
2.)write php script in same page (code that check username and password in your database)

if you are starter in php I suggest you to go through links below

www.TutJunction.com
www.myphpscripts.net
www.phpjunkyard.com
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900