Page 2 of 3

Posted: Mon Jul 11, 2005 2:47 pm
by RvB
kool, dad explained to me a bit last night, its server side right???

Posted: Sat Jul 23, 2005 1:52 am
by UnKnOwN
oh nice i justneed help with mySql this will be a big help thanks

Posted: Sat Jul 23, 2005 9:06 am
by planetpixel
very usefull, thanks for sharing.

Posted: Wed Aug 10, 2005 7:34 am
by sa3ude
thanks for replying
i hope it helps you all
bye

Posted: Wed Aug 17, 2005 8:53 pm
by Lixas
IaM wrote:kool, dad explained to me a bit last night, its server side right???
Not exactly, php is server sided, and it obtain a data, and using various methods to output to user.
sql is database, and using sql queries, u can get data from database. One example of sql query:

Code: Select all

mysql_query&#40]

in this query i'm getting data from "topics" table, where collumn name "section" is equal to variable $sid, all data is ordered descending by colulumn "id" and data is taken from $limit to $limit row

This was not very simple query, but i hope u understand it
If u have any more questions, do not hesitate to ask in theese forums

Good luck with sql understanding

Posted: Thu Aug 18, 2005 3:43 am
by Ken
I always use books like that to learn computer stuff. Works good too. I might read that.

Posted: Thu Aug 25, 2005 8:21 am
by toychoq
Thanx a lot for all guys
who have put links for useful info?

Posted: Sat Sep 03, 2005 3:22 pm
by ELMOHTARF
thanks for this for this book

Posted: Mon Sep 05, 2005 12:50 am
by sa3ude
you are welcome

i have alot of books which i will put here
but not now
bye

Posted: Mon Mar 27, 2006 11:57 pm
by AndersW
That was one heavy book!