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

Linux, Apache, MySQL, PHP

 
GeneralRe: Dealing with Very Large Select Lists (drop down menus) Pin
Logan Black5-Aug-08 13:10
Logan Black5-Aug-08 13:10 
QuestionANN: Free PHP Syntax Highlighter for Visual Studio Pin
bradr22-Jul-08 3:04
bradr22-Jul-08 3:04 
AnswerRe: ANN: Free PHP Syntax Highlighter for Visual Studio Pin
Mohammad Dayyan3-Aug-08 10:33
Mohammad Dayyan3-Aug-08 10:33 
QuestionWhat's difference between $_REQUEST and $_POST in PHP? Pin
Mohammad Dayyan19-Jul-08 11:52
Mohammad Dayyan19-Jul-08 11:52 
AnswerRe: What's difference between $_REQUEST and $_POST in PHP? Pin
Mohammad Dayyan20-Jul-08 12:17
Mohammad Dayyan20-Jul-08 12:17 
AnswerRe: What's difference between $_REQUEST and $_POST in PHP? Pin
Ranjit Viswakumar29-Jan-09 14:00
Ranjit Viswakumar29-Jan-09 14:00 
GeneralRe: What's difference between $_REQUEST and $_POST in PHP? Pin
Mohammad Dayyan30-Jan-09 0:34
Mohammad Dayyan30-Jan-09 0:34 
QuestionPHP MYSQL query issue Pin
Junaid Najeeb16-Jul-08 4:19
Junaid Najeeb16-Jul-08 4:19 
i have a table counter with a attribute count (integer) with value = 1
i get the value of it

$sql = 'SELECT count FROM counter';
$result = mysql_query($sql, $link);

$row = mysql_fetch_assoc($result);

$tempcounter = $rows['count'];
$tempcounter = $tempcounter + 1;

now doing this i have the current value of count in a variable $tempcounter
i now need to update table to increment the counter;

$sql2 = "UPDATE counter SET count = $tempcounter";
i m having diffculties with the sql string


HELP

reply me at junaidzhotmail@hotmail.com
AnswerRe: PHP MYSQL query issue Pin
alex.barylski16-Jul-08 11:44
alex.barylski16-Jul-08 11:44 
AnswerRe: PHP MYSQL query issue Pin
Mohammad Dayyan3-Aug-08 10:29
Mohammad Dayyan3-Aug-08 10:29 
Questionwhen must we use LONGTEXT type in MYSQL? Pin
Mohammad Dayyan9-Jul-08 6:39
Mohammad Dayyan9-Jul-08 6:39 
AnswerRe: when must we use LONGTEXT type in MYSQL? Pin
alex.barylski10-Jul-08 10:50
alex.barylski10-Jul-08 10:50 
GeneralRe: when must we use LONGTEXT type in MYSQL? Pin
Mohammad Dayyan10-Jul-08 11:01
Mohammad Dayyan10-Jul-08 11:01 
GeneralRe: when must we use LONGTEXT type in MYSQL? Pin
Inder Singh Thakur30-Jul-08 19:44
Inder Singh Thakur30-Jul-08 19:44 
QuestionBiswanath Pal:Problem On API Application Pin
Biswanath pal7-Jul-08 2:42
Biswanath pal7-Jul-08 2:42 
AnswerRe: Biswanath Pal:Problem On API Application Pin
Soumen Nandy8-Jul-08 0:19
Soumen Nandy8-Jul-08 0:19 
AnswerRe: Biswanath Pal:Problem On API Application Pin
alex.barylski10-Jul-08 10:47
alex.barylski10-Jul-08 10:47 
QuestionHow can I store an image to the database's field ? Pin
Mohammad Dayyan5-Jul-08 12:38
Mohammad Dayyan5-Jul-08 12:38 
AnswerRe: How can I store an image to the database's field ? Pin
Hari Om Prakash Sharma6-Jul-08 23:26
Hari Om Prakash Sharma6-Jul-08 23:26 
GeneralRe: How can I store an image to the database's field ? Pin
Mohammad Dayyan8-Jul-08 23:21
Mohammad Dayyan8-Jul-08 23:21 
GeneralRe: How can I store an image to the database's field ? Pin
Hari Om Prakash Sharma9-Jul-08 1:44
Hari Om Prakash Sharma9-Jul-08 1:44 
AnswerRe: How can I store an image to the database's field ? Pin
Marc Firth15-Jul-08 2:40
Marc Firth15-Jul-08 2:40 
GeneralRe: How can I store an image to the database's field ? Pin
Mohammad Dayyan3-Aug-08 10:21
Mohammad Dayyan3-Aug-08 10:21 
QuestionFunction return XML object.... unable to parse it to javascript Pin
Y_Kaushik25-Jun-08 19:42
Y_Kaushik25-Jun-08 19:42 
AnswerRe: Function return XML object.... unable to parse it to javascript Pin
Mohammad Dayyan3-Aug-08 10:46
Mohammad Dayyan3-Aug-08 10:46 

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.