Click here to Skip to main content
15,886,199 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: MS Visual Web Developer 2008 Express Edition Pin
John Bracey1-Dec-09 21:27
John Bracey1-Dec-09 21:27 
QuestionCustom User Control Suggestions Needed Pin
ken99830-Nov-09 8:15
ken99830-Nov-09 8:15 
QuestionAccessing SQL Database From difference Client PCs Pin
jeshra27929-Nov-09 20:24
jeshra27929-Nov-09 20:24 
AnswerCROSS POST Pin
dan!sh 29-Nov-09 21:51
professional dan!sh 29-Nov-09 21:51 
GeneralRequest on Soa, SaaS, SoapUI, and Web services Pin
Rajesh557529-Nov-09 19:08
Rajesh557529-Nov-09 19:08 
GeneralRe: Request on Soa, SaaS, SoapUI, and Web services Pin
dheeraj01-Dec-09 22:46
dheeraj01-Dec-09 22:46 
Questionhow can I understand which limk is clicked in previous page? Pin
hande5428-Nov-09 9:53
hande5428-Nov-09 9:53 
AnswerRe: how can I understand which limk is clicked in previous page? Pin
Marc Firth29-Nov-09 8:01
Marc Firth29-Nov-09 8:01 
you could add a variable to the url you use eg

<a href="mycart.php?item=shoes">My Item</a>


and then access it using php. e.g:


mycart.php:

<?php
$item = $_GET['item'];
echo $item;
?>


or the asp equivalent.

If you are using javascript perhaps you could create an array of items you can add more items to. You'd be better off handling it server side though (php).

BTW there's a PHP forum on CP.


GeneralRe: how can I understand which limk is clicked in previous page? Pin
hande5429-Nov-09 8:48
hande5429-Nov-09 8:48 
QuestionHow to draw a circle and add some text inside that using HTML? Pin
sivakumar.mariappan27-Nov-09 22:02
sivakumar.mariappan27-Nov-09 22:02 
AnswerRe: How to draw a circle and add some text inside that using HTML? Pin
Matt Cavanagh28-Nov-09 1:35
Matt Cavanagh28-Nov-09 1:35 
QuestionIE8 file upload problem... Pin
l a u r e n27-Nov-09 9:14
l a u r e n27-Nov-09 9:14 
AnswerRe: IE8 file upload problem... Pin
Vimalsoft(Pty) Ltd30-Nov-09 0:27
professionalVimalsoft(Pty) Ltd30-Nov-09 0:27 
GeneralRe: IE8 file upload problem... Pin
Jasmine Pomelo7-Dec-09 18:41
Jasmine Pomelo7-Dec-09 18:41 
Questionneed a complete and free file manager Pin
Mehdi Ghiasi27-Nov-09 8:43
Mehdi Ghiasi27-Nov-09 8:43 
AnswerRe: need a complete and free file manager Pin
Christian Graus27-Nov-09 9:28
protectorChristian Graus27-Nov-09 9:28 
QuestionStart paragraph below floating image Pin
peterchen26-Nov-09 5:02
peterchen26-Nov-09 5:02 
AnswerRe: Start paragraph below floating image Pin
RCoate27-Nov-09 16:54
RCoate27-Nov-09 16:54 
AnswerRe: Start paragraph below floating image Pin
Matt Cavanagh28-Nov-09 1:37
Matt Cavanagh28-Nov-09 1:37 
AnswerRe: Start paragraph below floating image Pin
Marc Beneteau11-Feb-10 0:53
Marc Beneteau11-Feb-10 0:53 
Questionsort Pin
baselanfouqa24-Nov-09 19:43
baselanfouqa24-Nov-09 19:43 
AnswerRe: sort Pin
Abhijit Jana24-Nov-09 20:22
professionalAbhijit Jana24-Nov-09 20:22 
AnswerRe: sort Pin
raghu.g24-Nov-09 20:24
raghu.g24-Nov-09 20:24 
GeneralRe: sort Pin
baselanfouqa24-Nov-09 22:09
baselanfouqa24-Nov-09 22:09 
GeneralRe: sort Pin
raghu.g24-Nov-09 22:52
raghu.g24-Nov-09 22:52 

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.