Archive for 'Business'

learn php
Jay Gilbert asked:


Even if you don’t know one bit of PHP, the Dreamweaver PHP buttons can help you create database functions on your webpages. Learn more in this lesson on Dreamweaver and PHP/SQL

I’ll admit that I am not a coder and I don’t know much more than a tiny bit of PHP at the time of writing this. However, I have managed to create database driven webpages, and even password protected members only areas due to the extremely easy to use PHP buttons in Dreamweaver.

If you are interested in learning to do this for yourself, this lesson will point you in the right direction so that you can experiment and see for yourself how easy it is.

The first thing you need to do is to create an SQL database on your webhost. This can be done via CPanel or if not that, then ask your host how…anyways, creating an SQL database with 1 table is not hard.

The key is, to create it, record the information and then try to log in to that database via Dreamweaver.

You can do this by creating a new database connection in the ‘Application’ window of Dreamweaver.

This is one of the most challenging parts, and you’ll need to set up the site’s testing server. At first this can be tricky, but if you stick with it and get connected to your SQL databas via Dreamweaver, you’ll soon find ways to insert records, display records, and much more!

You see, once you are connected to the database, the table names will dynamically show up in Dreamweaver, and from there it is only a short step to learn how to insert records, repeat records, and display data in the database.

Of course reading a book can help you with PHP, but it is also fun to just jump right in the Dreamweaver buttons.

Even a total PHP dunce like myself was able to start creating little PHP/SQL applications once I figured out these basic steps.

So if you want to create PHP applications, but don’t know how to hand-code PHP, create a PHP/SQL database with 1 table, figure out how to connect to it via Dreamweaver, and start messing around with the Dreamweaver PHP buttons.

In a few hours time you’ll see what creating PHP/SQL applications in Dreamweaver is all about.

For more information on Dreamweaver including step by step video tutorials, visit http://www.dreamweaverhowto.com



Tags: , ,

learn php
Mansi Gupta asked:


PHP or Hypertext Preprocessor Programming is a server-side Script based programming language. Server-side script means the script that the server possesses before the HTML file containing those scripts are transferred to the browser of the client. Scripts PHP Programming is software programming that is used for web hosting and web developing. However, all web platforms and web servers do not allow PHP programming to be executed in them. Win32 platform is one such web platform where PHP is not possible. Programmers having knowledge of PHP programming have a demand in IT Community.

PHP is popular amongst most web-scripting program present today.

The reason for the popularity is as follows:

The roots of PHP Programs are in C & C++ and finds similarity with C++ and C syntax. It is easy to manipulate and learn for all programmers. The back-end tool for PHP is My SQL. The interfacing property of My SQL, an online database, matches properly with PHP. Webmasters, who want to make their web sites automated, look for My SQL and PHP as the best option for making their website dynamic. Operating System like Windows and Unix supports PHP Programming Language. The output buffering of PHP language is very powerful and helps in increasing output flow. The rearrangements of buffer in internal PHP programming helps the header to be arranged before the contents of the web page.

PHP has a dynamic property and works combined with HTML to display elements dynamic in nature on the web page. PHP has the property to parse codes within its own delimiters. PHP did not parse anything outside of its delimiters and all those elements left are sent into the output.

Varying types of Relational Database Management Systems can combine with PHP programs and run on different popular web servers. The combination also works for different O.S. as well. PHP Program provides quality assurance and is a secured, fast, reliable and a cheap option for developing and hosting applications on the web.

PHP Programming is free and simple to use than their .net-programming counterpart. However, .net-programming allows use of crystals for report creation and a complex system can be easily executed by using .net.

Even SAPI or a command line interface is provided by PHP for desktop applications and shell improvement, parsing of log, daemons etc. it is increasingly being used on command lines which have been conventionally used in shell scripting, Perl, Awk or Python.

The principal focus of web designing using PHP programming has now shifted to server side scripting from the initial focus which was to create dynamic web pages. The PHP program can take out input from different streamed files containing different PHP instructions and can output them or display them in another stream of data.

PHP programming is the new revolution of the world!



Tags: , ,
Back to top