| | |
[b]How the break data in Array..?? [/b]
Please support our PHP advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
Thread Solved |
i have some data in an Array but i want only a particular part of it..!!
how can i get it..
for Example...
i just want to get status = 1
how can i get it..?? help me out...!!
how can i get it..
for Example...
PHP Syntax (Toggle Plain Text)
Array ( [0] => status=1&messages=xxxxxxxxx&credit=23.4; )
i just want to get status = 1
how can i get it..?? help me out...!!
Last edited by peter_budo; Jun 1st, 2009 at 2:31 pm. Reason: Keep It Organized - Avoid using an excessive amount of [bbcode] to alter font styles or to draw more attention to your post.
Okay i have tested... its working pretty fine with explode..!!!!
.
.
.
thnx maan..!!!
.
.
.
thnx maan..!!!

PHP Syntax (Toggle Plain Text)
$arr = explode("&",$lines[0]); print_r($arr[0]);
![]() |
Similar Threads
- Reading in a *.csv file and loading the data into an Array (Java)
- read data into array using methods (Java)
- storing data into array (C++)
- adding data from an array to mysql table (PHP)
- Need help getting txt data into a 2D array with multiple delimiters (C++)
- Reading in data into array (special case, please see) (C++)
- how to copy data into array or memory ? (C)
- how to add data from an array to a stack (C++)
Other Threads in the PHP Forum
- Previous Thread: CAPTCHA Image error whilst sending form
- Next Thread: alternative of header..??
| Thread Tools | Search this Thread |
advanced apache api array basics beginner binary broken cakephp check checkbox class cms code codingproblem combobox cookies cron curl database date datepart display dynamic echo email error file files folder form forms function functions google head href htaccess html image include includingmysecondfileinthechain insert ip javascript job joomla js limit link login mail menu mlm mobile multiple mysql nodes oop outofmemmory paging parse password paypal pdf php problem procedure query radio random recursion remote script search server sessions smarty sms source space sql stored syntax system table traffic tutorial unicode up-to-date update upload url validation validator variable video web webapplications youtube





