Archive for May, 2009
Advantages of Php Development
PHP Hypertext Processor is a server-side web programming language that can be embedded into HTML. PHP uses are widespread, and can include any kind of server functionality that takes user’s input and displays or manipulates the input. PHP can run on both UNIX and Windows servers, which makes it more accessible than Windows (ASP). This scripting language is growing day by day. PHP5 a fully object oriented language and its platform independence and speed on Linux server helps to build large and complex web applications.
PHP is a particularly useful programming language because it allows for advanced programming and is easy to integrate with web pages. Another plus of PHP is that the language interfaces very well with MySQL, a popular type of online database. MYSQL is a commercial grade database application that is made available free under the Open Source to anyone. Another plus of PHP is that it is Open Source Code. The actual code that is PHP is available to the public for free, while the source code for products such as ASP is not. So PHP is very cheap. Because PHP is open source, there is a large community of PHP programmers that help each other with code. This means PHP programmers can rely on each other by using reusable pieces of code called functions and classes rather than constantly reinventing the wheel. This can dramatically cut down on production time.
PHP is based on C++ language and the syntax used in PHP is quite similar to C/C++. C/C++ is still considered the best programming language by many programmers and people who love this language would surely feel more comfortable with the syntax of PHP.
PHP and MySQL are excellent choice for webmasters looking to automate their web sites. Now search spiders “see” all the content on a PHP page, the same way it is viewed in a browser. The creation of a php-shopping cart is surprisingly simple and when done with precision it could translate into a highly effective and universally accepted php-shopping cart.
Nasir Mehmood
http://www.articlesbase.com/programming-articles/advantages-of-php-development-71741.html
what is code for auto generated mail in php programming?how to write code for this?
what is code for auto generated mail in php programming?
how to write code for this?
http://uk.php.net/manual/en/function.mail.php
How can I make sure that my customers don’t remove my copyright from my PHP program?
I wrote a PHP program and I want to add a line of text to the bottom of a page as a copyright. I don’t want my customers to be able to remove this line. Would it be possible to make it so if they remove it, the program no longer works? or make it complicated to remove?
mmm put it in a div named copyright
and at the end of the page or when performing a task search for the object on ur screen named copyright (use javascipt)
var x = document.getElementById(“copyright”)
and only perform the tast if it does exist
and if it doesn’t exist refresh the page
or maybe use this
if (document.getElementById(‘copyright’). innerHTML = ‘urCopyRight’ )
{
task
}
does learning PHP programming need advance maths?
In general the answer is no.
The level of programming required for any language depends on what you're programming. For example, if you are programming a physics simulator, it would require you to know advanced math.
For normal programs advanced math knowledge is not required.
what are the websites that i can use to help me learn php programming ?
what are the websites that i can use to help me learn php programming ?
http://www.w3schools.com/php/default.asp
http://www.learnphpfree.com/
http://www.php-learn-it.com/
http://www.phpfreaks.com/
it teach php
http://www.php.net/ for all kind of documentary
http://www.easyphp.org/ ( you download it on your PC you will have php installed with mysql and phpmyadmin with Apache server)
http://www.opensourcecms.com/ ( you can find CMS for free as well)
Where can I work as a php programming freelancer online?
I am quite experienced php programmer and I want to earn money for this. Where can I consult people who are starting with php (for example on skype) for money?
There are lot of outsourcing sites where people request for help. Few of these sites are given below
www.rentacoder.com
www.getafreelancer.com
PHP Tutorial: Installation and The Basics
To get php and apache installed use xampp.
xampp is free and contains php / apache (around 33mb)
1. Download and Install XAMPP from here:
http://www.apachefriends.org/en/xampp.html
2. on windows go to C:\xampp
it should have a folder called htdocs. If you put a file called foo.html
into the htdocs folder you should be able to access it by going to
http://localhost/foo.html or /foo.php.
There’s also something called WAMP
http://www.wampserver.com/en/
There’s a lot of php tutorials out there just search google
http://www.google.com/search?hl=enr&q=php%20tutorial
Request tutorials here
http://youtube.jimmyr.com/
More PHP TUtorials here
http://killerphp.com/
Some people have recommended other editors
http://www.scintilla.org/SciTE.html
http://www.pspad.com/
http://en.wikipedia.org/wiki/Comparison_of_text_editors
http://www.context.cx/
%%programming
Duration : 0:10:53
Create program with PHP
Tutorial helps you to get started.
How to create a program with php.
Duration : 0:3:45
PHP Basics: Advanced function
Not the trickiest example function, however this will teach you how to output a value created from within the function.
Duration : 0:7:18