background preloader

Joomla

Facebook Twitter

QueryStrings. QueryStrings Overview: Query strings are a way to pass information with a link (url). Let's learn how to use query strings to pass information between PHP pages. Q: What are querystingsWell querystring's are nothing but ordinary urls that have extra info (data) after the file name (Starts with a ? Mark) basically A query string is the extra portion of the URL that appears after the question mark in a URL. A sample Query String url from PHPBuddy To explain you I will take an example, we will create 2 pages the first page will have links with query string and the second page with process the info in the query string. <a href=page_two.php? In the above example we have created 3 hyperlinks with querystring "link=one", "link=two", "link=three" now we will create page_two.php where we will retrive the contents of that querystring. page_two.php.

Joomla Tutorials - LearnPHP.org. Your First PHP code. Your First PHP code Overview: We will write first PHP code, this section also covers basic PHP syntax, including variable usage. Before you can work with PHP you need to install PHP on your computer if you havenít installed PHP yet, now is a good time to install PHP. First we will make a simple HTML page <html> <body> Welcome to PHP tutorial </body> </html> Okay the above HTML page doesn't do anything special but just outputs Welcome to PHP tutorial on the browser, now lets add some PHP tags to it. Note: All PHP code is written between <? Okay the above PHP script will output Welcome to PHP tutorial note that we use the echo construct of PHP, the echo function simply outputs the content to the browser. So if we wanted to write "Welcome" we would write echo "Welcome"; Note Have you noticed the ; at the end of the statment, Each PHP instruction must end with a semicolon.

Introduction to VariablesLet me introduce you to PHP variables, variables help you store and retrive data. Home. Royalty free stock images | Lightbox 'Veggie' managed by dbrethauer. Estensions Root. Joomla Extensions & Templates, WordPress Plugins & Themes, Drupal Extensions | CMS Market. Ultimate Top Ten Joomla Extensions REVEALED. Last month Joomlashack asked our community, "What are the Top Ten Joomla extensions? " So what did 2,591 voters and 12,642 votes reveal? Announcing the Joomlashack Ultimate Top Ten Joomla Extensions, with cash prizes to the top two extensions. The grand prize winners: #1 Virtuemart, "the complete e-Commerce shopping cart solution for Joomla" wins a $200 donation from Joomlashack! #2 JoomlaPack, "an open-source backup component" wins a $100 donation from Joomlashack!

Congratulations to these two high-profile open source projects. Both of these extensions are licensed under the GPL and are available for free on their project websites. Now, what about the other 120+ extensions suggested and voted on? Read about the official Joomlashack Top Ten- with a tie! And what about the next 10?

Some very close and competitive voting.