|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2009-02-17 23:53 UTC] jani@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Tue Mar 24 18:00:02 2026 UTC |
Description: ------------ list($phones['type'],$phones['fullnumber']) = explode('_',$post['phones']); echo $phones['type']; echo $phones['type']; not working properly.