|
View previous topic
::
View next topic
|
| Author |
Message |
basrik
Joined: 16 Nov 2007
Posts: 3
|
Posted: Wed Nov 28, 2007 12:38 pm
Post subject: .html or .php?
|
|
|
Hello guys! im planning to make a web development website.. well as of now im starting to create the design the page... I just like to ask some tips.. in terms in search engine optimization... is it advisable to my site to make dynamic of my contents? i mean i want it to make the content dynamic meaning it comes from the database so that i can easily change the text anytime i want.. but i'm just confuse if ever i will do it.. can it will be easily crawl my site into any web search engine?
And anyway is there any reflection if my pages will .php or is it advisable to make it .html? Wink Wink _________________ Спорт бары Киева Заказ банкетов Киев |
|
| Back to top |
|
 |
davidmoris
Joined: 07 Jul 2011
Posts: 10
|
Posted: Tue Jul 12, 2011 4:19 pm
Post subject:
|
|
|
PHP and HTML together a lot, PHP can generate HTML and HTML can pass information to PHP. We will briefly build an HTML form, and call the form data using PHP. PHP offers several methods to achieve this goal, so feel free to substitute alternative methods as you follow. _________________ psd to magento |
|
| Back to top |
|
 |
buddy16cat
Joined: 15 May 2005
Posts: 85
|
Posted: Mon Jul 18, 2011 2:33 am
Post subject: depends on what you need the site to do.
|
|
|
Static HTML pages are good if you really don't expect to change the content or if content doesn't need to be customized to an individual user. I know that on my site I often delete or ads banners and ads and it is much easier if you develop a content management system to do it. My site has the ability to create homepages where ads can be added easily or deleted easily. Going into the HTML often to delete expired ads or add new ones gets tedious. I guess the key question is what does the site need to do. _________________ Make Money On-line at TheCashRoom! Create a homepage and easily add your ads from your affiliate programs to it.
The Presidents
HTML Tutorial |
|
| Back to top |
|
 |
tech.biztech
Joined: 19 Jul 2011
Posts: 44
|
Posted: Sat Oct 01, 2011 6:55 am
Post subject:
|
|
|
Here you shared here such a informative thing which will help to many programing beginner. _________________ Php Development |
|
| Back to top |
|
 |
ujjwal
Joined: 30 Aug 2011
Posts: 33
|
Posted: Tue Oct 04, 2011 6:19 am
Post subject:
|
|
|
Hi,
.HTML is better than .PHP. I would suggest you .HTML |
|
| Back to top |
|
 |
lizatailor23
Joined: 30 Mar 2011
Posts: 60
|
Posted: Tue Oct 04, 2011 6:27 am
Post subject: Re:
|
|
|
that particular one is up for debate, I don't see it as being an issue unless you are print'ing or echo'ing large blocks of.html that don't actually need to be processed.
echo '<table>';
echo '<tr><td>this is a waste</td></tr>';
echo '</table>';
this is obviously a very small example. I see lots of code that has massive amounts of.html printed out via.php. _________________ Web 2.0 design | Professional SEO Company | Ecommerce Template |
|
| Back to top |
|
 |
harrydenwt
Joined: 04 Oct 2011
Posts: 17
|
Posted: Tue Oct 04, 2011 6:33 am
Post subject:
|
|
|
In my point of view it depends upon the which kind of site you are developing.So acc to the situation you can chose html or php. But still i will recommend you php.As php is more used these days. And it also have more features than html. _________________ social bookmarking sites
social networking sites
backlink checker |
|
| Back to top |
|
 |
| View previous topic :: View next topic |
|