Weekly Calendar
Hi, I am looking at creating a weekly calendar. The calendar will read from Monday - Sunday. Does an
how to transport the Query and insfoset
Hi
I have created the query using SQ01........
How to created T-code for query..
php + mysql count consecutive data
I have a database of values and I want to work out how to display them if the values match a consecu
Generate multilayered array from string.
ok so i have a string that looks like this:
Code: [Select]blog:edit_all,delete_all|users:edit_all
Running External Scripts
I am very new to PHP and am not even sure what I'm asking is possible. I have just installed mediaW
get multiple rows
Hi I want to get multiple rows from a db
I am using this for the db query
Code: public
background color imagefill
Hello
I would like to ask you why I see this square in red color just in my local xampp insta
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
Trouble with a select list
Hello All!
I was wondering if any of you guys could help me with a small problem I'm having!
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