|
Jan
24 |
|
comment |
nslookup works, ping and ssh don't - OS X Lion 10.7.3 See solution below, that was not the issue. |
|
Jan
24 |
|
comment |
nslookup works, ping and ssh don't - OS X Lion 10.7.3 How did you add them? |
|
Oct
30 |
|
awarded | Excavator |
|
Oct
30 |
|
revised |
response.sendRedirect not working fixed typo |
|
Oct
23 |
|
comment |
dyld: DYLD_ environment variables being ignored because main executable (/usr/bin/sudo) is setuid or setgid @eneskaya: Are you using mySQL? Does mySQL still work for you? |
|
Sep
29 |
|
awarded | Popular Question |
|
Sep
27 |
|
awarded | Supporter |
|
Sep
24 |
|
comment |
tcpip() command implementation in Octave Thanks for the answer, I knew the sockets package and it would be suitable if developing in Octave, but the plan was to run Matlab-developed scripts in Octave. |
|
Sep
24 |
|
accepted | tcpip() command implementation in Octave |
|
Sep
20 |
|
accepted | LIKE-Query with PHP, mySQL and PDO |
|
Sep
20 |
|
asked | tcpip() command implementation in Octave |
|
Sep
18 |
|
awarded | Teacher |
|
Sep
7 |
|
awarded | Student |
|
Sep
4 |
|
awarded | Teacher |
|
Aug
20 |
|
answered | LIKE-Query with PHP, mySQL and PDO |
|
Aug
20 |
|
comment |
LIKE-Query with PHP, mySQL and PDO Query looks just like that (when wrapping in single quotes): SELECT * FROM table WHERE title LIKE '%\\\'%' - yet, it selects titles with \' and ' as well.
|
|
Aug
20 |
|
awarded | Student |
|
Aug
20 |
|
comment |
complex multidimentional associative array process with foreach What is the question? Please use punctuation, your post is unreadable. |
|
Aug
20 |
|
revised |
LIKE-Query with PHP, mySQL and PDO typos |
|
Aug
20 |
|
comment |
LIKE-Query with PHP, mySQL and PDO raina77ow: $stmt->bindValue(':title','%\\\'%',PDO::PARAM_STR); does match \' and ' as well.
Matt: As far as I know, there is no way to see the raw query generated from PDO, or is it?
|