insert PHP code into function
Posted on
16th Feb 2014 07:03 pm by
admin
Hi,
I'm having problems when trying following:
I have:
Code: [Select]createBar("Download: <b>$kwd</b><Br />", "100%")
and I'm trying to display following after $kwd:
Code: [Select]if(count($info['results']))
print '<div align="center" class="info"><b>'.$info['total_results_count'].'</b> results found, page '.$info['curpage'].' from '.$info['total_pages'].'</div>';
I replaced all double " by /" but this doesn't seems to work.
Code: [Select]createBar("Download: <b>$kwd</b> if(count($info['results'])) print '<div align="center" class="info"><b>'.$info['total_results_count'].'</b> results found, page '.$info['curpage'].' from '.$info['total_pages'].'</div>'<Br />", "100%")
I'm getting following error:
Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in
No comments posted yet
Your Answer:
Login to answer
315
24
Other forums
Question about the upload of large files
Hi there,
I have a question about the upload of large files, like videos (files generally abo
form help
this doesn't work. i want the form action to go the location.href of the submit button chosen.. how
Save cookie to DB
I'm working on a pixel tracking script for an incentive website and I need to use an ASP script to s
Load file in PHP
I have 2 files. The first is a PHP generated XML file that's dependent by 2 inputs. The second is a
need help with php get
i have a option box that gets filled with dates, but how do i get once the option value has been cli