Today's Posts Follow Us On Twitter! TFL Members on Twitter  
Forum search: Advanced Search  
Navigation
Marketplace
  Members Login:
Lost password?
  Forum Statistics:
Forum Members: 24,254
Total Threads: 80,792
Total Posts: 566,472
There are 1879 users currently browsing (tf).
 
  Our Partners:
 
  TalkFreelance     Design and Development     Programming     PHP and MySQL :

PHP Tutorials for Beginner

Thread title: PHP Tutorials for Beginner
Reply  
Page 1 of 2 1 2 >
    Thread tools Search this thread Display Modes  
12-28-2009, 09:24 AM
#1
nazreeric is offline nazreeric
Status: I'm new around here
Join date: Apr 2009
Location:
Expertise:
Software:
 
Posts: 5
iTrader: 0 / 0%
 

nazreeric is on a distinguished road

  Old  PHP Tutorials for Beginner

PHP is a powerful server-side scripting language for creating dynamic and interactive websites.

PHP is the widely-used, free, and efficient alternative to competitors such as Microsoft's ASP. PHP is perfectly suited for Web development and can be embedded directly into the HTML code.

The PHP syntax is very similar to Perl and C. PHP is often used together with Apache (web server) on various operating systems. It also supports ISAPI and can be used with Microsoft's IIS on Windows.


A PHP file may contain text, HTML tags and scripts. Scripts in a PHP file are executed on the server.
What You Should Already Know

Before you continue you should have a basic understanding of the following:

* HTML / XHTML
* Some scripting knowledge

If you want to study these subjects first, find the tutorials on our Home page.
What is PHP?

* PHP stands for PHP: Hypertext Preprocessor
* PHP is a server-side scripting language, like ASP
* PHP scripts are executed on the server
* PHP supports many databases (MySQL, Informix, Oracle, Sybase, Solid, PostgreSQL, Generic ODBC, etc.)
* PHP is an open source software (OSS)
* PHP is free to download and use

What is a PHP File?

* PHP files may contain text, HTML tags and scripts
* PHP files are returned to the browser as plain HTML
* PHP files have a file extension of ".php", ".php3", or ".phtml"

What is MySQL?

* MySQL is a database server
* MySQL is ideal for both small and large applications
* MySQL supports standard SQL
* MySQL compiles on a number of platforms
* MySQL is free to download and use

PHP + MySQL

* PHP combined with MySQL are cross-platform (means that you can develop in Windows and serve on a Unix platform)

Why PHP?

* PHP runs on different platforms (Windows, Linux, Unix, etc.)
* PHP is compatible with almost all servers used today (Apache, IIS, etc.)
* PHP is FREE to download from the official PHP resource: http://www.php.net
* PHP is easy to learn and runs efficiently on the server side

Where to Start?

* Install an Apache server on a Windows or Linux machine
* Install PHP on a Windows or Linux machine
* Install MySQL on a Windows or Linux machine

Reply With Quote
Thanked by:
DDS (01-23-2011)
02-19-2010, 02:19 PM
#2
ryxin is offline ryxin
Status: I'm new around here
Join date: Feb 2010
Location:
Expertise:
Software:
 
Posts: 1
iTrader: 0 / 0%
 

ryxin is on a distinguished road

  Old

Thank you for posting this article. This will really helps me a lot to learn about php.. Because i am quite new beginner in php..I am interested in getting to know this kind of programming language..

Reply With Quote
02-19-2010, 05:31 PM
#3
SweetG is offline SweetG
Status: I'm new around here
Join date: Jan 2009
Location: Spring Hill, Florida
Expertise: PHP, HTML, CSS
Software: Notepad,Dreamweaver,Photoshop
 
Posts: 9
iTrader: 0 / 0%
 

SweetG is on a distinguished road

Send a message via AIM to SweetG

  Old

I am taking php and MySQL this semester in school.. I'm very excited.

Reply With Quote
02-20-2010, 02:01 PM
#4
elizabethturner is offline elizabethturner
Status: I'm new around here
Join date: Feb 2010
Location:
Expertise:
Software:
 
Posts: 1
iTrader: 0 / 0%
 

elizabethturner is on a distinguished road

  Old

nazreeric Good Article on PHP.
But I have some other Unknown facts about PHP as following.

PHP code is embedded into the HTML source document and interpreted by a Web server with a PHP processor module, which generates the web page document. As a general-purpose programming language, PHP code is processed by an interpreter application in command line mode performing desired operating system operations and producing program output on its standard output channel. It may also function as a graphical application. PHP is available as a processor for most modern web servers and as standalone interpreter on most operating system and computing platforms.

Reply With Quote
02-24-2010, 03:33 PM
#5
Mad-Hatter is offline Mad-Hatter
Status: I'm new around here
Join date: Feb 2010
Location:
Expertise:
Software:
 
Posts: 3
iTrader: 0 / 0%
 

Mad-Hatter is on a distinguished road

  Old

A pretty good site for getting the basics of PHP, Ajax, and Perl is Tizag.com it will really help you grasp certain concepts and it's explained very simply.

Reply With Quote
03-01-2010, 04:46 PM
#6
asdfghjkl is offline asdfghjkl
asdfghjkl's Avatar
Status: I'm new around here
Join date: Feb 2010
Location:
Expertise:
Software:
 
Posts: 13
iTrader: 0 / 0%
 

asdfghjkl is on a distinguished road

  Old

I know I’m being too much greedy…. But I would be waiting for some Javascript and AJAX tutorials too.

Reply With Quote
05-02-2010, 02:30 AM
#7
AccurateHub is offline AccurateHub
Status: Junior Member
Join date: Apr 2010
Location:
Expertise:
Software:
 
Posts: 27
iTrader: 0 / 0%
 

AccurateHub is on a distinguished road

  Old

Thank you for this informative post. I would also like to mention that tiztag also has several tutorials to help you get started with PHP.

Reply With Quote
05-11-2010, 03:27 AM
#8
thecitizen is offline thecitizen
Status: I'm new around here
Join date: May 2010
Location:
Expertise:
Software:
 
Posts: 14
iTrader: 0 / 0%
 

thecitizen is on a distinguished road

  Old

nice tips for the beginner..when i started with php i read some books, took a MySQL class at a community college and also used this site extensively (this is not spam, i promise) ---> it's just a great resource that I'm completely unaffiliated with.....http://www.tuxradar.com/practicalphp

Good luck to all those new to PHP!

Reply With Quote
07-16-2010, 01:21 AM
#9
edward_mo is offline edward_mo
Status: I'm new around here
Join date: Jul 2010
Location: USA
Expertise: SEO
Software: Chrome
 
Posts: 3
iTrader: 0 / 0%
 

edward_mo is on a distinguished road

  Old

Nice this post is great for the beginner of PHP i also expect that some more threads comes from the your side.


* link removed*

Reply With Quote
07-21-2010, 09:30 AM
#10
barrywolf is offline barrywolf
Status: I'm new around here
Join date: Jul 2010
Location:
Expertise:
Software:
 
Posts: 4
iTrader: 0 / 0%
 

barrywolf is on a distinguished road

  Old

I think the most difficult aspect of PHP to master would be the object orientated aspect coding. After 3 years of uni I have learnt how it works and operates, but to learn that by self study would be incredibly difficult to get my head around all the techniques.

What could also be useful is a disection of code? The purpose of each line as well as good programming habbits.

Reply With Quote
Reply  
Page 1 of 2 1 2 >


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

  Posting Rules  
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump:
 
  Contains New Posts Forum Contains New Posts   Contains No New Posts Forum Contains No New Posts   A Closed Forum Forum is Closed