-
burakg registered the Another Php Library project.
2006-11-06 11:05:51 UTC in Another Php Library
-
in file web.php
line 114 and 126 should be
$dp_event = isset($_POST['dp_event']) ?
$_POST['dp_event'] :
isset($_GET['dp_event'])?$_GET['dp_event']:'';
not
$dp_event = $_POST['dp_event'] ? $_POST['dp_event'] :
$_GET['dp_event'];
'cos when i request index.php i have neither a post
variable nor request variable.
anyway seems like project does not continue anymore
sincerely.
2006-11-03 08:16:38 UTC in DotPHP
-
It would be great if messages were taken form a
language file, not embedded into source files. So we
can view the application in our own language.
2006-11-02 07:53:18 UTC in PHP Project Manager