Click here to Skip to main content
15,888,351 members
Home / Discussions / Linux, Apache, MySQL, PHP
   

Linux, Apache, MySQL, PHP

 
AnswerRe: PHP Pin
Satheesh15463-Jan-12 16:43
Satheesh15463-Jan-12 16:43 
AnswerRe: PHP Pin
cjoki4-Jan-12 5:37
cjoki4-Jan-12 5:37 
AnswerRe: PHP Pin
AndyInUK9-Jan-12 5:13
AndyInUK9-Jan-12 5:13 
AnswerRe: PHP Pin
DeepthiTanguturi22-Jan-12 22:17
DeepthiTanguturi22-Jan-12 22:17 
QuestionWindows CE not running PHP Pin
MJsopo3-Jan-12 3:05
MJsopo3-Jan-12 3:05 
AnswerRe: Windows CE not running PHP Pin
Kevin Schaefer3-Jan-12 12:05
Kevin Schaefer3-Jan-12 12:05 
GeneralRe: Windows CE not running PHP Pin
MJsopo4-Jan-12 3:35
MJsopo4-Jan-12 3:35 
QuestionMy php and Msql problems Pin
hathyan2-Jan-12 13:43
hathyan2-Jan-12 13:43 
Hi
I just have that stupid problem and hoping that you can help me on it.

I try to take specific value (user ID for selected user name) from my database to deal with it.
but it's seems that nothing happen ! Confused | :confused:

the code is:

PHP
$query2 = MYSQL_QUERY("SELECT userid FROM users WHERE username LIKE '" . $username . "'") ;

            while ($result2 = MYSQL_FETCH_ARRAY($query2)) {
            $found2 = '1'; $userid2 = $result2['id']; }


echo $userid2;

AnswerRe: My php and Msql problems Pin
Kevin Schaefer3-Jan-12 12:08
Kevin Schaefer3-Jan-12 12:08 
AnswerRe: My php and Msql problems Pin
hathyan3-Jan-12 13:52
hathyan3-Jan-12 13:52 
AnswerRe: My php and Msql problems Pin
cjoki4-Jan-12 5:57
cjoki4-Jan-12 5:57 
Questionwondering why about the site..jump..other site.. Pin
hack0042-Jan-12 2:19
hack0042-Jan-12 2:19 
AnswerRe: wondering why about the site..jump..other site.. Pin
Mohibur Rashid5-Jan-12 20:00
professionalMohibur Rashid5-Jan-12 20:00 
AnswerRe: wondering why about the site..jump..other site.. Pin
cjoki9-Jan-12 9:44
cjoki9-Jan-12 9:44 
QuestionHow do I write a callback function that calls to a function inside the executable? (linux) Pin
coffeenet30-Dec-11 4:54
coffeenet30-Dec-11 4:54 
AnswerRe: How do I write a callback function that calls to a function inside the executable? (linux) Pin
loctrice30-Dec-11 5:03
professionalloctrice30-Dec-11 5:03 
GeneralRe: How do I write a callback function that calls to a function inside the executable? (linux) Pin
coffeenet30-Dec-11 18:25
coffeenet30-Dec-11 18:25 
AnswerRe: How do I write a callback function that calls to a function inside the executable? (linux) Pin
Richard MacCutchan30-Dec-11 6:18
mveRichard MacCutchan30-Dec-11 6:18 
GeneralRe: How do I write a callback function that calls to a function inside the executable? (linux) Pin
coffeenet30-Dec-11 18:26
coffeenet30-Dec-11 18:26 
GeneralRe: How do I write a callback function that calls to a function inside the executable? (linux) Pin
Richard MacCutchan30-Dec-11 22:31
mveRichard MacCutchan30-Dec-11 22:31 
QuestionSELECTING OS Pin
mitul33126-Dec-11 21:05
mitul33126-Dec-11 21:05 
AnswerRe: SELECTING OS Pin
Kevin Schaefer3-Jan-12 12:33
Kevin Schaefer3-Jan-12 12:33 
AnswerRe: SELECTING OS Pin
arjo12913-Jan-12 15:57
arjo12913-Jan-12 15:57 
QuestionIs there a way to make a ssh connection without specifying an username Pin
aiming042026-Dec-11 18:45
aiming042026-Dec-11 18:45 
AnswerRe: Is there a way to make a ssh connection without specifying an username Pin
markkuk27-Dec-11 12:08
markkuk27-Dec-11 12:08 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.