chaldoray,
Quote:
What's a good script to track what links your surfers are clicking any good ones out their? If so please tell me
|
Don't know of any free scripts for that, but they must be out there - keep looking

- There are gazzilions of free scripts out there.
Quote:
Also what are some good sites to learn more about php function like if else, etc.
|
If you would like to learn PHP, it's probably best to get a book, however if you need reference to PHP functions,
http://www.php.net/ is your best bet. It has the entire PHP manual right there, which you can search.
P.S. 'if' and 'else' are not functions, but language conditional statements. - some info about them can be found here:
http://ca2.php.net/else
Good Luck!