march Posted February 12, 2006 Report Share Posted February 12, 2006 Lieku jebkādu funkciju, bet visulaiku izmet erroru: Fatal error: Cannot redeclare del() (previously declared in c:\program files\apache group\Apache\htdocs\php system\welcome.php:97) in c:\program files\apache group\Apache\htdocs\php system\welcome.php on line 95 Kāpēc??? Link to comment Share on other sites More sharing options...
v3rb0 Posted February 12, 2006 Report Share Posted February 12, 2006 <?php function a(){ echo 1;} function a(){ echo 2;} ?> tāpēc! Link to comment Share on other sites More sharing options...
litt Posted February 12, 2006 Report Share Posted February 12, 2006 if(!function_exists('mana_funkcija')){ function mana_funkcija($a){ return $a; } } Link to comment Share on other sites More sharing options...
Recommended Posts