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
Memory Allocation
Hi folks,
see this ex:
int v=5;
v=v+10;
then what will do the compiler before th
php ajax - two drop down list with a submit button
i have created a form with 2 drop-down list and a submit button. I would like to know how to pass th
dropdown menu
Hello everbody,
I am php newbie.
I need to develop a program that once click the drop do
Validating time
Hi Guys
what do you think of the following approach to validate a 24hour time:
http://
How to disable direct access to a file
Suppose I've 2 Files. 1.php & 2.php
I don't want anybody to access 2.php directly fr
Displaying data from MySql a different way
Hi all,
I'm pretty new to php and MySql and have hit a problem.
I am able to display data
Create multiple (n) arrays
Hi there,
I have the following need:
I have 2 arrays (coming from a databases)
PHP switch function help
Hi, I am trying to create a search function for a directory website. On the search function on html
Writing Windows Device Drivers with C
Yes: one of the nice features of C is void*. You can put anything there and get anything out. Very