|
-
Aug 17th, 2005, 01:01 AM
#1
Thread Starter
Fanatic Member
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
-
Aug 18th, 2005, 12:31 AM
#2
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?
-
Aug 18th, 2005, 04:32 AM
#3
Addicted Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|