Jump to content

dilum

Members
  • Posts

    30
  • Joined

  • Last visited

    Never

Everything posted by dilum

  1. Hi, anyone can give code for encode the video .wave to .fla using ffmpeg in PHP. thanks for any help.
  2. wher is your new my_private value? like $my_private! what about this? mysql_query("UPDATE my_members SET my_private=$my_private WHERE my_private=$my_private AND my_id=$_SESSION['my_userid']"); And can't use double quatation whithine double quat. Like this " "test" "
  3. I think this is the code you want! <?php $randomAd = array("advertisement 1", "advertisement 2", "advertisement 3"); $listTotal = count($randomAd); $randomize = rand(0, $listTotal); //echo $randomize; echo $randomAd[ $randomize]; ?> this will generate random array values..
  4. This is fine and working. But i want like this. i log into some web site and without loging out i want exicute my own php code for finding sessions whatever i sat earlier web site. have any idea?
  5. ??? I want print all the sessions available in a page. Can i do it?
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.