The Most Active and Friendliest
Affiliate Marketing Community Online!

“Adavice”/  “1Win

Search results for query: *

  1. garima

    Newbie Here

    hi Doug, welcome doug , i hope you will enjoy this forum and you will collect valuable knowledge from this forum , i am also new in this forum. i am join this forum to got valuable knowledge of programming. mostly php language. best of luck...
  2. garima

    Programming tools : your favorites?

    Dream weaver is my favorite programming tool. because it provide very much help during program writting. ______________________________________________________________ Web Site Design
  3. garima

    tabled or tableless (div based) layouts?

    Handle site using css,div is difficult ,using table can easily handle , but using using div we can create best website template _____________________________________________________________________ Web site Design
  4. garima

    xhtml information?

    Before you continue you should have a basic understanding of the following: HTML and the basics of building web pages XHTML stands for EXtensible HyperText Markup Language _____________________________________________________________ Web site Design
  5. garima

    Differences between HTML & XHTML

    XHTML is not very different from the HTML 4.01 standard.some difference between html and Xhtml is:- XHTML elements must be properly nested XHTML elements must always be closed XHTML elements must be in lowercase XHTML documents must have one root element
  6. garima

    How to code for firing E-mail in PHP?

    The PHP mail() function is used to send emails from inside a script. Syntax is :- mail(to,subject,message,headers,parameters); ___________________________________________________ Web site design
  7. garima

    Tip : Searching in array in php

    Array search function is :- The array_search() function search an array for a value and returns the key. array_search(value,array,strict); _________________________________________________________________ Web site design
  8. garima

    Tip : Sorting arrays in PHP

    multisort :- syntax:- array_multisort(array1,sorting order,sorting type,array2,array3...) usort:- The usort() function sorts an array by a user defined comparison function. syntax:- usort(array,sorttype); _______________________________________________________________ Web site Design
  9. garima

    Tip : merging arrays in php

    Merging two arrays together is a one step command called array_merge. <?php $pantry_food = array_merge ($pantry, $pantry2); ?> __________________________________________________________ Web site Design
banners
Back