Record count of entire database
Does anyone know if there is a way to obtain the number of records in each table of the database usi
using variables in another page
I have a test database set up on localhost. I have a form that I can type a name into, hit the butto
Slashes
Have a small problem and I'm not able to understand why I'm getting the results I'm getting... and i
small inaccuracies
I have this code to convert fractional base 10 into base 2:
while($num > 0)
Basic Question Regarding PHP Includes
Hi
Just starting out with PHP.
Working on a site that uses some basic includes, these
Linux socket programming
Where can I find a good introduction to socket programming?
Probably Easy, Need help with Check Boxes in PHP Code
hello,
Thanks for looking this over and helping me out. My problem is I have a online store l
Help with explandable category tree
I have the below query:
SELECT l1.id as lev1_id,l2.id as lev2_id,l3.id as lev3_id,l1.categ
Is there a quick way to do this?
Hi all,
I need to create a mysql table from php that goes a little something like this
How to implement HTTP connection timeout
Hi All,I would like to implement an HTTP connection timeout.
I am working on a application wh