PDA

View Full Version : PHP Problem


DA Master
10-05-2002, 12:34 PM
On my homepage I have the number of tutorials on my site. Is there anyway that this can be updated using php?

Horus_Kol
10-06-2002, 08:49 AM
how do you store the information on links to those tutorials?

If it is in a database, then you can use the number of records in the database as the number of tutorials.

DA Master
10-06-2002, 12:08 PM
I just have some tutorials on the page. I was wondering if there is a variable that could be used.

scoutt
10-06-2002, 12:58 PM
unless they are stored some where then you can't. and no there is not a variable you can use.

DA Master
10-07-2002, 10:40 AM
Ok then, it doesn't matter. Thanks for your help anyway.