Browse a Listing
Top > PHP > Tips and Tutorials > Introduction to PHP
Popular Tags
Free Script links
PHP is an HTML-embedded scripting language. Much of its syntax is borrowed from C, Java, and Perl with a couple of unique PHP-specific features included. The goal of the language is to give web developers the ability to quickly write dynamically generated pages.
Category:
Write a Review
Add Favorite
Refer it to Friend
Report Broken Link
Date Added: Oct 15, 2006 Hits: 0 Rating: 0.00 Votes: 0
Member Reviews
Visitor Ratings
Google PR
Member Reviews
Visitor Ratings
Google PR
Member Reviews
Visitor Ratings
Google PR
Member Reviews
Visitor Ratings
Google PR
PHP is a server-side, cross-platform, HTML-embedded scripting language. Currently there are over half a million domains running PHP and it is freely available for download online from www.php.net. Much of PHP?s syntax is borrowed from C, Java and Perl with a couple of unique PHP-specific features thrown in. The goal of the language is to allow web developers to write dynamically generated pages quickly. PHP eliminates the need for numerous small cgi programs by allowing you to place simple scripts directly in your HTML files. It also makes it easier to manage large web sites by placing all components of a web page in a single html file.
Category:
Write a Review
Add Favorite
Refer it to Friend
Report Broken Link
Date Added: Oct 15, 2006 Hits: 2 Rating: 0.00 Votes: 0
Member Reviews
Visitor Ratings
Google PR
Hopefully you know what PHP is already. If not I'd better explain it. Right, PHP is a scripting language that you embed in web pages to do advanced stuff. But unlike HTML, PHP is not sent straight to the client to work out it is converted into HTML on the server it is running on and then sent to the client. So this allows you to have a database server set up on your server and you can request records from it whatever way you want! Also because the PHP code is worked out on the server clients are unable to see the PHP code in the page just the outputted HTML!!!
Category:
Write a Review
Add Favorite
Refer it to Friend
Report Broken Link
Date Added: Nov 30, 2006 Hits: 3 Rating: 0.00 Votes: 0
Member Reviews
Visitor Ratings
Google PR
A few days ago the “old” Google web search API has stopped working for the web public. Not a big surprise after the release of the AJAX web search API. A customer of mine is using search results in his mini sites to give them a little more body. This is why I needed to look for some alternative. During the Zend PHP conference earlier this year, I got in touch with the Zend framework and learned that there is already a class to obtain results from the Yahoo search engine. The class has features to search the Yahoo API for web sites, image, news and the local search results
Category:
Write a Review
Add Favorite
Refer it to Friend
Report Broken Link
Date Added: Nov 22, 2007 Hits: 13 Rating: 0.00 Votes: 0
Member Reviews
Visitor Ratings
Google PR
Member Reviews
Visitor Ratings
Google PR
Member Reviews
Visitor Ratings
Google PR
String is a type in PHP and it is a series of characters. There are exactly 256 different characters possible. This also implies that PHP has no native support of Unicode.
However I have a good news as well as there is no limitation in string length in PHP (Of course available memory and PHP ini settings can reduce it).
Category:
Write a Review
Add Favorite
Refer it to Friend
Report Broken Link
Date Added: Jul 25, 2007 Hits: 6 Rating: 0.00 Votes: 0
Member Reviews
Visitor Ratings
Google PR