Results 1 to 3 of 3

Thread: help the beginners

  1. #1

    Thread Starter
    Fanatic Member popskie's Avatar
    Join Date
    Jul 2005
    Location
    In my chair
    Posts
    666

    help the beginners

    hi,
    I C# and vb6 programmer for almost 3 years but totally beginners in PHP. I want to ask some advice or basic tutorial or links.

    I have ff. question
    1. I want to retreive data from my sql with filter statement and put into label.
    2. How to execute button event.

    thanks.................

    Popskie

  2. #2
    Frenzied Member oceanebelle's Avatar
    Join Date
    Jun 2005
    Location
    my n00k.
    Posts
    1,064

    Re: help the beginners

    have you read the php documentation? the one where there's an index for functions..

    eg. all functions for the manipulation of mysql (like retrieving data , connecting to it) has the prefix mysql, and the explanation is straightforward so I don'T think it is much of a problem

    then as for button event, won't javascript do that?

  3. #3
    Addicted Member BIOSTALL's Avatar
    Join Date
    Apr 2005
    Location
    Northampton, UK
    Posts
    180

    Re: help the beginners

    if you want to put your query result in a label.... use mysql_fetch_row or something and assign it to a variable... then echo the variable.

    BIOSTALL

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width