Michal Kopanski

77
Reputation
29 views

Registered User

name Michal Kopanski
member for 5 months
seen Dec 4 at 9:11
website
location New York City
age 19

Hello!

I am a freelance Graphic and Web Designer from New York City, and I love to make websites! I am in an everlasting journey to learn all there is to know. Wanna help? Simply answer my questions! Thanks in advance!
Dec
4
comment What’s wrong with my SQL query?
Sorry, but I couldn't find an echo $query; in my code, and is there any way to prevent that? It would be nice to know a way around it. Thanks!
Dec
4
revised What’s wrong with my SQL query?
added 342 characters in body
Dec
4
comment What’s wrong with my SQL query?
Thank you sooooo much!!! I can't believe I put id's instead of names! I am so glad that StackOverflow has made this possible. Thanks again!
Dec
4
comment What’s wrong with my SQL query?
Removed the quotes around table and database name, but still same results. Thanks for the suggestion though.
Dec
4
comment What’s wrong with my SQL query?
fixed that, still doesn't work. =/
Dec
4
revised What’s wrong with my SQL query?
Updated the status.
Dec
4
comment What’s wrong with my SQL query?
There's no actual error, the values simply aren't submitted, but the entry is. I will edit the question with the form, and all the stuff.
Dec
4
comment What’s wrong with my SQL query?
If you're referring to [my_db_name], I don't actually have that in my SQL, that's just to display here.
Dec
4
asked What’s wrong with my SQL query?
Dec
3
accepted How to animate one child but not others using jQuery?
Nov
16
answered How to animate one child but not others using jQuery?
Nov
16
revised How to animate one child but not others using jQuery?
Added HTML code
Nov
16
comment How to animate one child but not others using jQuery?
@Frank DeRosa: I have added the HTML to the question, and the work in progress can be found here: projects.michalkopanski.com/PHOTOPortfolio/v2/… . Also, how much harder would it be for only one element to be open at a time? @beggs: Sorry for not being clear on this, I would like for only ONE element to move, and the others stay still, and that would be the element I click. Thanks to the both of you.
Nov
16
asked How to animate one child but not others using jQuery?
Oct
23
comment Why does MySQL insert 3 values instead of 1?
It worked!!! Oh, words can't express how much weight that just dropped off my shoulders. This things' deadline is in a couple of hours! If you'd like to see a demo of how it works, please let me know, and I'd be happy to show you. Also if you would like a zip of the files, I'll send that too. It's actually rather cool and original! Once again, thanks so much, you're a life savor!
Oct
23
asked Why does MySQL insert 3 values instead of 1?
Oct
7
awarded  Teacher
Oct
7
awarded  Editor
Oct
7
revised How to show/hide input value on focus?
deleted 2 characters in body; added 2 characters in body
Oct
7
accepted How to show/hide input value on focus?
Oct
7
answered How to show/hide input value on focus?
Sep
23
answered PHP will not delete from MySQL
Sep
23
comment PHP will not delete from MySQL
@harto: Yea, I would usually do that, but I was so frustrated that it didn't even cross my mind. It's been screwing with me for a good 30 minutes! @MitMaro: Thank you! I appreciate it, and I hope other readers can learn something from this question.
Sep
23
awarded  Commentator
Sep
23
comment PHP will not delete from MySQL
okay, so i don't how to add code into comments, here is a last attempt: <code>mysql_query("DELETE FROM videos WHERE videos.id = $id ");</code>
Sep
23
comment PHP will not delete from MySQL
sorry, it got all screwed up, here it is: mysql_query("DELETE FROM videos WHERE videos.id = $id ");
Sep
23
comment PHP will not delete from MySQL
Thanks, you were on the right track, but the query wasn't working, even with the $_GET request. The correct query was mysql_query("DELETE FROM `videos WHERE videos.id = $id ");`
Sep
23
comment PHP will not delete from MySQL
Thanks, I got it working now!
Sep
23
comment PHP will not delete from MySQL
Sweet! It worked! Thank you! =]
Sep
23
asked PHP will not delete from MySQL
Jul
10
answered CSS: problem with Float property
Jul
9
comment CSS: problem with Float property
So just type for example mywebsitedomain dot com I say this because then I can take a look at you source, and your CSS and sort out this problem in no time.
Jul
9
awarded  Autobiographer
Jul
9
awarded  Supporter
Jul
9
answered CSS: problem with Float property
Jul
9
comment How to read/display XML using PHP
This is really good, but what's the code to read it off of a foreign XML file? What I need to do is display results from an XML file that's on a different page (kinda like loading data from twitter). Thanks a lot guys.
Jul
4
asked How to read/display XML using PHP
Jul
4
awarded  Scholar
Jul
4
comment How to show/hide input value on focus?
Right, it is symbols. Thanks a lot!
Jul
3
comment How to show/hide input value on focus?
This is a great answer, but how would you make it work on two inputs, lets say: Usename, and Password? When I try to use this code, the first input doesn't erase the value on blur. Thanks!
Jul
3
comment How to show/hide input value on focus?
So the input will have for example "Search..." inside of it, and when you go click on the input, it would go blank. I believe I already have the answer, but thanks anyway Ian! =]
Jul
3
awarded  Student
Jul
3
asked How to show/hide input value on focus?