Jump to content

rastaman46

Members
  • Posts

    58
  • Joined

  • Last visited

Profile Information

  • Gender
    Not Telling

rastaman46's Achievements

Member

Member (2/5)

0

Reputation

  1. Thanks for your time im ill take over here Thanks for your time
  2. Thanks works but haw do im add extra info in here GROUP_CONCAT(t2.chosen_team SEPARATOR ', ') im still want to display member id and bett size next to name ???
  3. First table Table 2 here what im trying to do
  4. Hey and thanks for replay its most look my target but only get one result? Im got more then one name in it
  5. Hey again well im trying to call 2 tables from sql "t1" content name "t2" got all records im matching them up by ID but result im get its row me in single rows Same name comes up few times diferent info same name but i need if name is same and have few recods im like to display like this "Name"-->first-->second-->and so on not like "Name" --> first "Name" --> second "Name" -->and so on did im was clear???
  6. source im taking it from is shoutcast DNSA server XML file var_bump return this string(13) "141.237.52.41" string(12) "86.1.223.181"
  7. Im tryd use explode like this $hmm = $listeners['LISTENERS']['HOSTNAME']; $ip = explode(" " ,$hmm); echo $ip; output = array array
  8. Yes its array foreach ($returnStats['listener'] as $listener) { $listeners['LISTENERS'] = array( 'HOSTNAME' => (string) $listener->HOSTNAME, 'USERAGENT' => (string) $listener->USERAGENT, 'CONNECTTIME' => (string) $listener->CONNECTTIME, 'POINTER' => (string) $listener->POINTER, 'UID' => (string) $listener->UID, ); echo $listeners['LISTENERS']['HOSTNAME']; }
  9. I need get users from sql by matching ip up where userip In ('141.237.52.41','86.1.223.181') Like this output im get im can do this
  10. Hello im here again im just strugling to add comma between Ip adresses im get result in array like this "141.237.52.41 86.1.223.181" but i need "141.237.52.41,86.1.223.181" Im tryd implode but no succes
  11. Im noob on arrays so please help people here is output im get Array ( [fieldType] => input [config] => Array ( [setting] => 10 [setting1] => 20 ) ) how to im get value in PHP variable im tryd "$config['setting']" but get me nothing [fieldType] => input [config] call me field do works but not rest Please just guid me up im beginning in this world!!!
×
×
  • 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.