ziedinjsh Posted December 22, 2011 Report Share Posted December 22, 2011 kā tiek iekš header includod faces.php <?php function addSmilies($text) { $codesToConvert = array( ':)' => '<img src="'.url.'img/faces/smile.gif">', ':(' => '<img src="'.url.'img/faces/sad.gif">', ';(' => '<img src="'.url.'img/faces/cry.gif">', ':D' => '<img src="'.url.'img/faces/lough.gif">', ':d' => '<img src="'.url.'img/faces/lough.gif">', ';)' => '<img src="'.url.'img/faces/blink.gif">', ':P' => '<img src="'.url.'img/faces/thongue.gif">', ':p' => '<img src="'.url.'img/faces/thongue.gif">', ':o' => '<img src="'.url.'img/faces/scream.gif">', ':O' => '<img src="'.url.'img/faces/scream.gif">', ':0' => '<img src="'.url.'img/faces/scream.gif">', ':@' => '<img src="'.url.'img/faces/angry.gif">', ':8' => '<img src="'.url.'img/faces/cool.gif">', ':*' => '<img src="'.url.'img/faces/kiss.gif">', ); return (strtr($text, $codesToConvert)); } ?> atvert index.php viņš neredirekto uz loginu, bet kad vieņu izņem tad redirekto!, kapēc tā? Quote Link to comment Share on other sites More sharing options...
daGrevis Posted December 22, 2011 Report Share Posted December 22, 2011 include(faces.php); echo addSmilies('Hello! :)'); Quote Link to comment Share on other sites More sharing options...
rpr Posted December 23, 2011 Report Share Posted December 23, 2011 ne pa tēmu topika nosaukums, vajadzētu vispār tādus dzēst ārā. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.