Search:

Type: Posts; User: tekbunly

Search: Search took 0.01 seconds.

  1. Replies
    8
    Views
    12,604

    Simple PHP mail script

    Simple PHP mail script

    This script is not only educational, but also applicable for practical web development. It allows you to place a simple form for sending emails on any HTML page. The script...
  2. Replies
    5
    Views
    3,314

    Arrays :: Declaration and Syntax

    * A simple array of 5 ints would look like:

    int ia[5];

    This would effectively make an area in memory (if availble) for ia, which is 5 * sizeof(int). We will discuss sizeof() in...
  3. Replies
    5
    Views
    3,563

    problem 1) I have two hosting accounts, I've...

    problem 1) I have two hosting accounts, I've setup php/mysql connection correctly and the files were working, I tried to use the same connection techninue to connect to php/mysql connection,...
  4. Thread: about html

    by tekbunly
    Replies
    18
    Views
    7,847

    HMTL

    Unless you break out of the WYSIWYG-user's mentality, you will always be restricted in what you can create. Too many beginners go straight to FrontPage or DreamWeaver and never really learn how to...
Results 1 to 4 of 4