1,681 reputation
212
bio website
location Wisconsin
age 33
visits member for 1 year, 3 months
seen 5 hours ago
stats profile views 52

Mar
18
answered PHP contact box script sends email on page load
Mar
7
awarded  Caucus
Feb
7
awarded  Analytical
Feb
7
awarded  Yearling
Jan
7
comment CSS underlining
Are you talking about a horizontal rule -- <hr />? Also, fix your accept rate. It is atrocious.
Jan
2
comment MySQL syntax WHERE clause
Change your & to AND.
Dec
28
comment RegEx Error in Router
Well your first problem is the lack of examples of what $route and $uri could be. ;)
Dec
28
comment How to insert a line break <br> after every <a> tag?
Technically, OP didn't ask for just after.
Dec
28
comment How to insert a line break <br> after every <a> tag?
You shouldn't be able to downvote without leaving a comment.
Dec
28
comment How to insert a line break <br> after every <a> tag?
Hmm. Why the downvote?
Dec
28
comment update delete column to 1 where review id is 'x' using mysql?
"Doesn't work" means nothing to me. You'll need to be more specific on how it doesn't work.
Dec
28
answered How to insert a line break <br> after every <a> tag?
Dec
28
comment How to insert a line break <br> after every <a> tag?
What about making the <a> tag a block-level element?
Dec
28
comment How to make Https Requests in PHP
Easier isn't always better. :) Read up on cURL. You'll get the hang of it.
Dec
28
comment update delete column to 1 where review id is 'x' using mysql?
@JohnSimmons - An easy way is to simply echo $review; in your delete_review function (comment out the rest for now).
Dec
28
comment update delete column to 1 where review id is 'x' using mysql?
The fact that this is ripe for SQL injection aside, have you verified that $reviews['review'] (and subsequently $_GET['review']) is actually set?
Dec
28
comment PHP/JS; Convert invisible linebreaks or newlines to html tags for printing
JavaScript is browser-based, so assuming you're using the same browser on both your page and the fiddle, it should work properly. Do you perhaps have NoScript (or something similar) and it's set to block JavaScript?
Dec
27
answered jQuery: Can't select all inputs and on keydown select 'this' and show next element
Dec
27
comment Accessing and printing HTML source code using PHP or JavaScript
@HMarioD - Sure, that'll work too. :)
Dec
27
answered Accessing and printing HTML source code using PHP or JavaScript