1,071 reputation
517
bio website
location
age
visits member for 2 years, 2 months
seen 32 mins ago
stats profile views 163

I'm doing Magento programming and "theming" and also some other php projects. I also do a lot of linux server admin and mysql db design and query writing.


26m
comment Mysql :Exclude row that does not satisfy the condition list
@user1396792 Wow, no upvotes, no best answer? I hope you don't plan on asking any more questions.
29m
comment How to store complex data structures in MySQL and prevent duplicates?
@GilbertLeBlanc I am using PHP. So I suppose I would want to start a transaction and/or lock tables, do a few queries and then take action based on those... I think I'll probably post an answer to my own question. it's complex, but might be useful to someone else.
31m
comment How to store complex data structures in MySQL and prevent duplicates?
@bapusethi It's actually a PHP application.
18h
comment Why `logged out` from any of current account, when i delete cookies?
Is this a virus?
18h
comment PHP Session & Cookies Interview questionn
I cannot understand you.
19h
comment Mysql :Exclude row that does not satisfy the condition list
If you thought any of the answers were good you should give them an upvote. I don't know if you are allowed to since you're a new user, though. But I think you do have the ability to click on the checkmark for best answer. Then if you have further questions, you can post them in a new question.
19h
revised uploaded images crop with specified width and height with php
fixed spelling and grammar and tried to clarify
19h
comment PHP - Filtering by MySQL field value
MySQL is for querying. lol It's whole purpose is retrieving data.
19h
comment PHP - Filtering by MySQL field value
Does your handling of categories have to be unique for each category? Are there groups of categories? i.e. if there are 5 categories of categories then we can split them up using a switch. Or if the handling depends on some aspect of the category, that might be a clue. Any more info?
20h
comment Apache mod rewrite for dynamic pages
What's "dynmatic". Is that like "dynamic"?
20h
suggested suggested edit on uploaded images crop with specified width and height with php
20h
comment uploaded images crop with specified width and height with php
There's an imagemagick build in extension: php.net/manual/en/book.imagick.php
20h
answered PHP - Filtering by MySQL field value
20h
answered PHP: Detecting when a variables value has been changed
20h
revised Mysql :Exclude row that does not satisfy the condition list
added a suggested schema
21h
answered Mysql :Exclude row that does not satisfy the condition list
21h
answered PHP Session behaves weird wont change value
21h
comment Is it possible to query a tree structure table in MySQL in a single query, to any depth?
I've come across this idea a few times but as far as I remember, that system, though seeming very clever, abandons a lot of what makes RDBMS fast and safe. If you have a large tree and need to insert something into one of the oldest branches, you will have to update nearly every record in the table, and the same if you delete. I think I would recommend kids take the road more-traveled when it comes to this problem. But I'm no expert.
21h
asked How to store complex data structures in MySQL and prevent duplicates?
22h
revised storing complex perl data structures in MySQL
fixed horrendous grammar