User Profile

Collapse

Profile Sidebar

Collapse
treecool
treecool
Last Activity: Feb 1 '07, 08:21 AM
Joined: Jan 13 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • treecool
    replied to How do i check the an image before uploading
    in PHP
    there is many way..
    the way that i usually used is comparing the extension of the file.
    with " substr " command --> see PHP manual for the rest.
    See more | Go to post

    Leave a comment:


  • treecool
    replied to php and mysql
    in PHP
    table name " users "
    Code:
    ----------------------------------------------------
    | name      |  age                |            location |
    ----------------------------------------------------
    | TreeCool | 21                  |           Bandung |
    | Lina        | 20                  |          Jakarta    |
    if this is the table of databases

    we can display using "...
    See more | Go to post

    Leave a comment:


  • treecool
    replied to inserting into a mysql database
    in PHP
    Code:
    $query = "INSERT INTO customerdetails (custID, userName, title, password, custFirstName, custLastName, email, address1, address2, address3, country, telephone) VALUES (4,'[B]$u[/B]', PASSWORD('[B]$p[/B]'),'','$fn', '$ln', '$e','', '', '', '', '')";
    it is mean that you are using
    '$u' variable for userName
    '$p' for title
    and so on... .

    Code:
     
     <p><b>First Name:</b> <input type="text"
    ...
    See more | Go to post

    Leave a comment:


  • treecool
    replied to Address of localhost on mysql
    you can use command
    Code:
    mysql -h <server IP addr> -u <dbase user> -p
    password : *****
    the asterix (*) sign it means your dbase password...
    See more | Go to post

    Leave a comment:


  • treecool
    replied to Why is OSI called Open System?
    because it is standard protocol for all hardware and software developer manufacturing.
    and it is open for all.

    CMIIW...
    See more | Go to post

    Leave a comment:


  • there is other option..

    like go to http://domainwhitepage s.com
    and write down website address that you need to know it IP address
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...