Leo

1d
comment How to redirect with header() with different IP
If you could make your own mini log system, you can send where the user come from by url, like header("location: http://www.mysite.net/test.php?from=place_one");
1d
answered Avoid drop-down in some items on Codrops horizontal drop-down menu script
1d
comment Avoid drop-down in some items on Codrops horizontal drop-down menu script
Updated, Zenith
1d
revised Avoid drop-down in some items on Codrops horizontal drop-down menu script
added jsfiddle and demos links
1d
revised Avoid drop-down in some items on Codrops horizontal drop-down menu script
description: 'standard link' to 'standard behavior link'
1d
asked Avoid drop-down in some items on Codrops horizontal drop-down menu script
Apr
29
answered Secure html+php form to upload image and vector files?
Apr
26
asked Secure html+php form to upload image and vector files?
Apr
6
awarded Popular Question
Jan
15
awarded Teacher
Jan
4
comment Wordpress counting posts wrong
Wow! That worked!!!12 was the standard post per page. I would never thought about use -1. Thak you, Munim!!
Jan
4
accepted Wordpress counting posts wrong
Jan
4
comment Wordpress counting posts wrong
Returned 0 posts
Jan
4
comment Wordpress counting posts wrong
Tryed this! It gave me the same amount (12 for 1st and 5 for 2nd). What make no sense for me is the counting of the TOTAL.
Jan
4
comment Wordpress counting posts wrong
You mean, a post in category A and B at same time? No :(. Thanks!
Jan
4
comment Wordpress counting posts wrong
Thanks for your answer. Yeah, the website could have a lot of categories (like IDs: 1, 2, 3, 4, 5, 6 ...), but all of them must be categorized as A (ID 30) or B (ID 29). The Archive of ID 5 should show: 1) posts with ID 5 also categorized as A (ID 30). 2) posts with ID 5 also categorized as B (ID 29). 3) all posts with ID 5 (should include posts categorized as A, as B and even that one who I forget to categorize as A or B). ID 5 and A are returning me 12. ID 5 and B are returning me 5. all ID 5 are returning me 12.
Jan
4
asked Wordpress counting posts wrong
Dec
4
comment HTML a tag causes wide spaces
You can try add the space at the end of line, like: echo "<a href = 'word.php?word=" . $splitword . "'>" . $splitword . "</a> ";
Sep
26
comment Block direct access to files into subfolder, but allow to index page with htacess
My current project is not classified too much, but I will keep this in mind for another project! Thanks you very much, Mikulas, for your help!
Sep
24
comment Block direct access to files into subfolder, but allow to index page with htacess
Great reference! Would be a most secure way protect each file with php session if I was able to do this?
1 2 3 4 5