-
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
-
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?
-
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