Jump to content

srinivasan

Members
  • Posts

    7
  • Joined

  • Last visited

About srinivasan

  • Birthday 03/05/1981

Contact Methods

  • Website URL
    http://
  • ICQ
    0

Profile Information

  • Location
    India - Tamilnadu

srinivasan's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. I believe this code may suit your requirements.-------------------------------------------------------------------------------------------$test = "I wish I was a moderator. I wish I was a bus driver. I love smiles!";$data = explode(" ", $test);$count = count($data);$newdata = array();for($i=0; $i<$count; $i++){ $value = $data[$i]; if(!in_array($value, $newdata)) { $value = explode(".", $value); $newdata[] = $value[0]; }}echo print_r($newdata);-------------------------------------------------------------------------------------------Regardssrinivasan and suresh (Team Crew)India - Tamilnadu
  2. Hi,I am done a project on integrating phpbb. my prob is if once i click and enter login user name and password, its working fine.If sometimes it's not working, it's again asking for login why it's happening sometimes not regularly.How can i solve this problem.thankssrinivasan
  3. Dear all,I want only Minimize and Maximise option in the popup window.It means I wont need the close option in that window.Please find solution in javascript for php.Also, It must work in safari, IE, mozilla and other browsers.please find solution.quicklythanks srinivasanm
  4. Dear all,I need coding for closing a pop up window, I wrote a separate button to close the window, What i need is if i click the close in window, it should call the same function that i wrote for button clicking.the code i wrote is<script language="javascript"> var winobj; //window.onunload=displayMessage; winobj = window.self; window.onunload=displayMessage; function displayMessage() { document.write('<p style="display:none;"><FORM action="main.php" name="logout" method="post" target="_parent">'); document.write('<INPUT type="hidden" name="session_id" value="<?=$session_id?>">'); document.write('<INPUT type="hidden" name="include" value="9">'); document.write('<INPUT type="submit" class="buttons" value="<?=$lng["logout"]?>">'); document.write('<FORM></p>'); document.logout.submit(); alert('You are Quiting CramLIVE now...'); winobj.close(); } </script>please find solution.
  5. dear sir,I am developing php as starter, so i need to implement paging in the web, so please find solution with some sample coding. it might be simplethankssrinivasanm
  6. I am a new to php programming so please solution for the php coding convert to pdf.
×
×
  • Create New...