Jump to content
php.lv forumi

interesanti


ziedinjsh

Recommended Posts

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ā?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...