Welcome to Dream.In.Code
Getting PHP Help is Easy!

Join 132,462 PHP Programmers for FREE! Get instant access to thousands of PHP experts, tutorials, code snippets, and more! There are 1,355 people online right now. Registration is fast and FREE... Join Now!




String Causing Error.

 
Closed TopicStart new topic

String Causing Error.

RichardSA
post 23 Mar, 2005 - 02:51 PM
Post #1


New D.I.C Head

Group Icon
Joined: 16 Feb, 2005
Posts: 24



Dream Kudos: 25
My Contributions


i have this code:

CODE
$downloads = parse_ini_file("downloads.txt", true);
$x=0;
foreach($downloads as $name => $data) {
$x = $x + 1;

//heres the long string

$string = "[$data['type'] $data['id']]
id=$data['id']
name=\"$data['name']\"
filename=$data['filename']
desc=\"$data['desc']\"
local=$data['local']
mirror=\"$data['mirror']\"
type=$data['type']
typefeed=$data['typefeed']
uploader=\"$data['uploader']\"
date=\"$data['date']\"
ip=\"$data['ip']\"

";


i don't see why, but i always get this error:

CODE
Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /homepages/0/d116750209/htdocs/mod.php on line 6
line 6 being:
CODE
$string = "[$data['type'] $data['id']]


i must be missing something really easy... but i don't know what, please can someone help me.

This post has been edited by RichardSA: 23 Mar, 2005 - 02:52 PM
User is offlineProfile CardPM

Go to the top of the page

snoj
post 23 Mar, 2005 - 03:00 PM
Post #2


$Null

Group Icon
Joined: 31 Mar, 2003
Posts: 3,304



Thanked 5 times

Dream Kudos: 700
My Contributions


You need to put {} around the varibles it seem.
User is offlineProfile CardPM

Go to the top of the page

RichardSA
post 23 Mar, 2005 - 03:18 PM
Post #3


New D.I.C Head

Group Icon
Joined: 16 Feb, 2005
Posts: 24



Dream Kudos: 25
My Contributions


Omg... thanks. I knew it was something simple i was missing.
User is offlineProfile CardPM

Go to the top of the page

Closed TopicStart new topic
Time is now: 11/22/08 01:07PM

Live PHP Help!

PHP Tutorials

Reference Sheets

PHP Snippets

Bye Bye Ads

Free DIC T-Shirt

T-Shirt Example

Related Sites

Monthly Drawing

Thumb Drive

Partners

Top Contributors

Top 10 Kudos This Month