Jump to content

retoto

Members
  • Posts

    23
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

retoto's Achievements

Member

Member (2/5)

0

Reputation

  1. Hi this again me i have lil problem wan i try to build proxy checker i try to spilt ip and port with explode and I successful but here the problem the str get spacing like "80 " instead "80" i try to fix this with str_replace but nothing :\ some one get the answer for this ? thanks
  2. Ok thanks all help alot but i serach for one function that spilt wirte like if i enter "84/21" so it well opent in array $array_1 = "84"; $array_2 = "21"; have for this function ?
  3. i dont know any thing in js : so i cant make it without help ( lol ) and again jump to question 1 how i can do it with function echo and not in print_r
  4. Ok thank you all ppl and what the name of his script? or you can give me that script i well be grateful to you (?)
  5. Hi all, i have 2 lil questions for you 1 how can i make array in textarea like some one wirte in textarea txt so it is get in to array like some one enter "the man well" so the array well be $array = array('the', 'man', 'well'); 2 i dont know exactly if its js or php but anyaway i need script that show the txt i well enter in textarea on live like if i enter txt "Hi all " so i well see it on another textarea onlive sorry abut my sucks english and thanks
  6. Hi all i wont read from Folder like i have folder in my ftp name "pic" how can i read the files from my folder pic ? have some function? thanks for the help
  7. thanks you all all you help alot lol
  8. Hi all i search some lil function to spilt if i have sote/dfd/dfd.index.php soo i spilt tow / and if i print after the spilt i got dfd.index.php if somt one can give me function for that .. thanks alot !
  9. i need function ( if have ) to count how mach "a" or somthing else have in word like in "bssdfb" so if want count "b" and i echo funcion i will see 2... thanks for the help
  10. you mean like that :S? <?php $array = array(0 => "bleu", 1 => "bleu", 2 => "ghgf", 3 => "gfhfgh"); for ($i=0;$i<=4;$i++) { $keys = array_keys($array[$i], 'bleu'); echo $keys; } ?> Warning: array_keys() [function.array-search]: Wrong datatype for second argument in *********** on line 4
  11. thanks man but out pot " Array ( [0] => 0 [1] => 1 ) " how can i print only 0 and 1 without all this :\?
  12. <?php $array = array(0 => "bleu", 1 => "bleu", 2 => "ghgf", 3 => "gfhfgh"); $key = array_search('bleu', $array); echo #key; ?> you can see that i search "bleu" and i have two from that in array and this print on page only one... how can i print two thing ? (0,1) thanks
  13. thanks alotttttttt man!! love you (lol)
  14. Agin my i need help at that whan ppl prass enter that in post it well down line// i need function whan people prass enter it well add < br / > have functuin for that :S? if some one can give me it be great thanks
×
×
  • 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.