problems with php variables in mysql query
i can't seem to get the following query to work.
select $q1c from $vote_rate where id = $re
Solution to the FindControl problem
I have seen may posts about having problems with the FindControl method. Most seem to come about bec
php ajax - two drop down list with a submit button
i have created a form with 2 drop-down list and a submit button. I would like to know how to pass th
=> and <=
So I was digging through some code when I came across the <= operator. This is the first tim
A little help needed passing hidden values to next page
I have a page that has hidden values in a form.
example
Code: <input name='signupID
unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_
Can anyone view my code and tell me why im getting the error:
Parse error: syntax error, unexpect
Why doesn't this work? (SSH2)
This is my script:
Code: <?php
$connection = ssh2_connect('213.251.167.109', 22);
A Few Questions
Hi, I want to ask a few questions that I can't seem to find..
1) I'm creating a "shortcu
Port scanner problem
Hai
recently i developed one app through which u can check the opened and closed ports under an
small inaccuracies
I have this code to convert fractional base 10 into base 2:
while($num > 0)