English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

4 answers

There are two problems with your code. One, the first angle bracket is un-closed. Two, the quotation marks can't be used this way. For the quotes, you can either escape the embedded ones or use two different styles. Try this:

$output='click here ';

2007-02-06 05:46:13 · answer #1 · answered by Anonymous · 4 0

Try single quotes. I need more information. have you tried an echo"$output";
on the same page? to see if it is taking the whole pdf?
Use a $_SESSION and get rid of the
Use an If $_POST. I hope this helps you out. You did not tell me how it is not working.

2007-02-06 06:00:40 · answer #2 · answered by ALunaticFriend 5 · 0 1

own living house web page is fairly good at form converstions and also you seldom favor to do form conversions (Google "form conversion" in case you do not understand what meaning), notwithstanding, the knowledge you have become is telling you that you're using a "consistent" named booleand on-line 7. look on the own living house web page guide for the settype() funciton and also you will see that the second one parameter should be a string--and also you're passing an undefined consistent as a change. Your actuality: $var2=settype($var1,boolean) ; the second one parameter isn't enclosed in unmarried or double costs and is hence a consistent--a consistent you have not defined. The restoration should be: $var2=settype($var1,'boolean') ; Or, in case you needed to understand a thanks to apply a consistent in own living house web page: outline('boolean', 'boolean'); // the consistent boolean is determined to the string "boolean" $var2=settype($var1,boolean) ; So, briefly, you've an mistakes on your syntax.

2016-11-02 12:11:47 · answer #3 · answered by ? 4 · 0 0

it must be

$output=" href="uncommonsense.pdf" click here ";

2007-02-06 05:41:12 · answer #4 · answered by aRnObIe 4 · 1 4

fedest.com, questions and answers