- Thursday, December 4, 2008, 7:02
- PHP
- 8 views
PHP Manual
Author
:
Stig Sæther Bakken
Email
:
stig@php.net
Website
:
http://www.nwalsh.com
Description :
Notice how this is different from a CGI script written in other languages like Perl or C – instead of writing a program with lots of commands to output HTML, you write an HTML script with a some embedded code to
do something (in this case, output some text). The PHP code is enclosed in special start and end tags that allow you to jump into and out of PHP mode.
What distinguishes PHP from something like client-side Javascript is that the code is executed on the server.
If you were to have a script similar to the above on your server, the client would receive the results of running that script, with no way of determining what the underlying code may be. You can even configure
your web server to process all your HTML files with PHP, and then there’s really no way that users can tell what you have up your sleeve.
Full story
- Monday, December 1, 2008, 15:47
- PHP
- 41 views
Membuat Dynamic Title
Author
:
Loka Dwi Artara (Al-k)
Email
:
-
Website
:
http://www.ilmuwebsite.com
Description :
SEO, lengkapnya Search Engine Optimization, yaitu sebuah cara yang mempermudah sebuah website dikenali dan direcord dalam database search engine. Bagi anda seorang web master banyak hal yang tentunya telah anda lakukan guna mempromosikan website anda dengan mengikuti syarat-syarat SEO tersebut. Seperti penggunaan CSS, submit web ke penyedia jasa search engine, membuat url yang friendly dengan mod_rewrite, membuat dynamic title, dan segudang syarat lainnya.
Sesuai dengan judul yang telah saya berikan, kali ini saya akan menjelaskan secara sederhana bagaimana membuat Dynamic Title.
Full story
- Monday, December 1, 2008, 15:28
- PHP
- 19 views
Kalkulator online dengan PHP
Author
:
Ivan Yudianto
Email
:
-
Website
:
http://www.ilmuwebsite.com
Description :
PHP mempunyai beberapa fungsi matematika yang dapat digunakan untuk menghitung. Melalui artikel ini saya akan mengajarkan kepada anda cara membuat kalkulator online.
Full story