hi...
I have registered new to forum,therefore I dont know rules of the message writing for the time being.
my question which is so...
for instance;
apple,orange,1,2,red,yellow ...and so on
how I can change this elements,that is, with helping code ; "1" number can be changed.
this data is register in field in my database,consequently this;
...
Welcome to DevShed, onetolearnphp.
Please read the sticky posts at the top of the forum.
PHP Code:
Original
- PHP Code
$myArray = array('apple','orange',1,2,'red','yellow');
$myArr ay[2] = 7;...
Also read Mark's signature. You are one of the people it is talking about. You could have solved your own problem by turning on error_reporting and seeing the error for yourself.
As for the response time you're getting, please remember that if you have an emergency, we don't care. We volunteer our time to help people for no tangible reward. Don't post things like "is there one ...
Quote: Originally Posted by ManiacDan Also read Mark's signature. You are one of the people it is talking about. You could have solved your own problem by turning on error_reporting and seeing the error for yourself.
As for the response time you're getting, please remember that if you have an emergency, we don't care. We volunteer our time to help people for no ...
Quote: therefore I must use php-designer No, you need to simply put this at the top of your page:
PHP Code:
error_reporting ( E_ALL );
ini_set ( 'display_errors' , 1 );
That will show you the error, which in this particular instance would have been "PARSE ERROR: Unexpected $end"
By googling ...
Quote: therefore I must use php-designer No, you need to simply put this at the top of your page: PHP Code: error_reporting ( E_ALL ); ini_set ( 'display_errors' , 1 ); That will show you the error, which in this particular instance would have been "PARSE ERROR: Unexpected $end" By googling that error, you would have found out that it means you didn't close all your curly braces....
Thread profile page for "[PHP5] How I can change an array elements" on http://www.devshed.com.
This report page is a snippet summary view from a single thread "[PHP5] How I can change an array elements", located on the Message Board at http://www.devshed.com.
This thread profile page shows the thread statistics for: Total Authors, Total Thread Posts, and Thread Activity