hi guys, i am doing some examples from a book, and i can't work out when they say this
@ $db = mysql_connect('localhost','root','');
mysql_select_db('users');
@ $query = "select from login where user=$user and pass=password('$pass');
the first thing i don't get is what does the sign @...
hello guys,
chech this one out it will do a lot if you are making an authorized area.....
befor you write this make a table or a seprate database if you like in mysql...
call it what you like, i have called in this example the databse login and the table usercheck
make the table with two...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.