Click here to Skip to main content
15,891,529 members
Home / Discussions / Web Development
   

Web Development

 
QuestionFrom Login to username! Pin
nclauder26-Mar-07 5:05
nclauder26-Mar-07 5:05 
QuestionMultiple file Uploade and retrieve Pin
jayvaishnav8226-Mar-07 5:02
jayvaishnav8226-Mar-07 5:02 
AnswerRe: Multiple file Uploade and retrieve Pin
Vasudevan Deepak Kumar29-Mar-07 9:35
Vasudevan Deepak Kumar29-Mar-07 9:35 
QuestionReload FileJavacript Pin
AnhTin25-Mar-07 23:17
AnhTin25-Mar-07 23:17 
AnswerRe: Reload FileJavacript Pin
Bradml26-Mar-07 0:37
Bradml26-Mar-07 0:37 
AnswerRe: Reload FileJavacript Pin
badgrs27-Mar-07 11:04
badgrs27-Mar-07 11:04 
QuestionJS/Cross-browser event handling - problem Pin
Dmitry Khudorozhkov24-Mar-07 7:22
Dmitry Khudorozhkov24-Mar-07 7:22 
QuestionCan someone test this on php 4.46 under Linux? Pin
Ted Ferenc23-Mar-07 6:47
Ted Ferenc23-Mar-07 6:47 
The zip file of this is at http://gpssharing.com/cookie.zip.

The test is at

http://gpssharing.com/cookie.php

Run the prog, then refresh the page, so the cookies will be read after being set.

can you see the two cookies 'fred' and 'test'?

Works fine on 4.4.6 under windows and 4.4.4 under Linux

Thanks in advance.






document.cookie = 'test=hello world; path=/';




_COOKIE Array<br />";
print_r($_COOKIE);

echo "_COOKIE['test'] " . $_COOKIE["test"] . "<br />";
echo "_REQUEST['test'] " . $_REQUEST["test"] . "<br />";
echo "_SERVER['HTTP_COOKIE'] " . $_SERVER["HTTP_COOKIE"] . "<br />";
echo "";

//phpinfo();
?>




"Normal is getting dressed in clothes that you buy for work and driving through traffic in a car that you are still paying for - in order to get to the job you need to pay for the clothes and the car, and the house you leave vacant all day so you can afford to live in it." - Ellen Goodman

AnswerRe: Can someone test this on php 4.46 under Linux? Pin
Bradml23-Mar-07 11:51
Bradml23-Mar-07 11:51 
General'Solution' Pin
Ted Ferenc23-Mar-07 22:14
Ted Ferenc23-Mar-07 22:14 
GeneralRe: 'Solution' Pin
Bradml23-Mar-07 22:16
Bradml23-Mar-07 22:16 
GeneralRe: 'Solution' Pin
Ted Ferenc23-Mar-07 22:29
Ted Ferenc23-Mar-07 22:29 
GeneralRe: 'Solution' Pin
Bradml23-Mar-07 22:34
Bradml23-Mar-07 22:34 
GeneralRe: 'Solution' Pin
Ted Ferenc23-Mar-07 22:49
Ted Ferenc23-Mar-07 22:49 
GeneralRe: 'Solution' Pin
Bradml23-Mar-07 22:51
Bradml23-Mar-07 22:51 
GeneralRe: 'Solution' Pin
Ted Ferenc23-Mar-07 22:59
Ted Ferenc23-Mar-07 22:59 
GeneralRe: 'Solution' Pin
Bradml23-Mar-07 23:05
Bradml23-Mar-07 23:05 
GeneralRe: 'Solution' Pin
Ted Ferenc24-Mar-07 1:12
Ted Ferenc24-Mar-07 1:12 
GeneralRe: 'Solution' Pin
Bradml24-Mar-07 1:28
Bradml24-Mar-07 1:28 
AnswerRe: Can someone test this on php 4.46 under Linux? Pin
Vasudevan Deepak Kumar29-Mar-07 9:36
Vasudevan Deepak Kumar29-Mar-07 9:36 
AnswerRe: How to validate dropdown list boxes in asp.net at client side using java script Pin
Bradml22-Mar-07 20:39
Bradml22-Mar-07 20:39 
GeneralRe: How to validate dropdown list boxes in asp.net at client side using java script Pin
Bradml22-Mar-07 21:31
Bradml22-Mar-07 21:31 
AnswerRe: web development Pin
Sandeep Akhare24-Mar-07 0:59
Sandeep Akhare24-Mar-07 0:59 
QuestionUncheck the checkbox when web page opened [modified] Pin
LiYS22-Mar-07 16:08
LiYS22-Mar-07 16:08 
AnswerRe: Uncheck the checkbox when web page opened Pin
Bradml22-Mar-07 16:20
Bradml22-Mar-07 16:20 

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.