Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
PHP: array to string?
Name: jb60606 Date: May 10, 2007 at 12:31:27 Pacific OS: Suse 10 CPU/Ram: 1Ghz/512MB Product: HP Vectra
Comment:
Lets say I want to get the contents of a simple array:
$arr = array(“A”, “B”, “C”, “D”);
Into a string, with each element seperated by a "+", preferably with no trailing "+".
Is there any kind of function out there that will help me do this?
Better yet, is there a function for sorting strings?
Summary: Hi All! I have a problem regarding xml document. Actually i am sending a request from my application to a server which in tern generates an xml document. I am calling a function on that server which ...
Summary: I am attempting to create a database for my rather large collection of DVD-Rs. I have used phpMysql to create the database and have created two tables, one each for the two main types of content that...
Summary: hi I am new to php. I found a script on this site using a php file to download pdf. I keep getting Bad access attempt message below is the code. I have turn php safe mode off. Permissions to 755 on ...