TalkPHP
 
 
Account Login
Latest Articles
» The basic usage of PHPTAL, a XML/XHTML template library for PHP
» Vulnerable methods and the areas they are commonly trusted in.
» Simple way to protect a form from bot
» The Basics On: How Session Stealing Works
» How to keep your forms from double posting data
IRC Channel
IRC Speech Bubble Join the friendly bunch on IRC...
(#TalkPHP on Freenode)

...Also available via a web interface.

See this thread for information on the TalkPHP Free Hugs Initiative™. Subject to availability.
Associates
Associates
CSS Tutorials
Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old 09-27-2008, 02:35 PM   #1 (permalink)
The Visitor
Newcomer 
 
Join Date: May 2005
Posts: 3
Thanks: 0
CLCook is on a distinguished road
Red face Need to convert string to array

Hi guys,

This seems really simple to me, but I've had no luck. I need help! :)

I've got file upload script which is working just fine. Here's the code I'm using to define the file extensions which are uploadable.

PHP Code:
$uploadtypes = array( "png""gif""jpeg""jpe""jpg""fla""html""doc"); 
So, here's my problem. I want this editable in the GUI. So, I added a field in my MySQL database and had $uploadtypes equal the field.

I've tried several functions to separate the values and to explode into an array. No luck.

I want the end-use to type "png, gif, jpeg, fla" etc into a string. Then, I need that coverted into the PHP line above.

Any suggestions?
CLCook is offline  
Reply With Quote
Old 09-27-2008, 05:03 PM   #2 (permalink)
The Addict
 
Enfernikus's Avatar
 
Join Date: Jun 2008
Posts: 335
Thanks: 2
Enfernikus is on a distinguished road
Default

Don't know if I'm getting you very well but you could use the

serialize
unserialize


functions
Enfernikus is offline  
Reply With Quote
Old 09-27-2008, 05:16 PM   #3 (permalink)
The Frequenter
Zend Certified 
 
Join Date: Sep 2007
Location: Denmark
Posts: 352
Thanks: 8
Kalle is on a distinguished road
Default

Something like:

PHP Code:
$types = Array('tiff');
$str 'png,gif,jpg';

$types array_merge(implode(','$str), $types); 
__________________
Send a message via MSN to Kalle Send a message via Skype™ to Kalle
Kalle is offline  
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT. The time now is 04:43 AM.

 
     

Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Inactive Reminders By Icora Web Design