Re: [PHP] fpdf problem?

2013-08-09 Thread Jim Giner
On 8/9/2013 1:56 PM, Jan Ehrhardt wrote: Jim Giner in php.general (Fri, 09 Aug 2013 12:33:30 -0400): Good question and the answer is: it happens for other pdfs as well, so I guess it's not fpdf. Sorry for the mis-post here - I'll do more research on Adobe and IE. Update: Solved my print probl

Re: [PHP] fpdf problem?

2013-08-09 Thread Jan Ehrhardt
Jim Giner in php.general (Fri, 09 Aug 2013 12:33:30 -0400): >> Good question and the answer is: it happens for other pdfs as well, so I >> guess it's not fpdf. >> >> Sorry for the mis-post here - I'll do more research on Adobe and IE. > >Update: >Solved my print problem by unchecking an option in A

Re: [PHP] fpdf problem?

2013-08-09 Thread Jim Giner
On 8/9/2013 12:11 PM, Jim Giner wrote: On 8/9/2013 12:06 PM, Tamara Temple wrote: On Aug 9, 2013, at 10:50 AM, Jim Giner wrote: I've been using fpdf to create pdf files for my site. All has been well for over a year. Suddenly I have a problem wherein IE 10 on W7 crashes when I try to print

Re: [PHP] fpdf problem?

2013-08-09 Thread Jim Giner
On 8/9/2013 12:06 PM, Tamara Temple wrote: On Aug 9, 2013, at 10:50 AM, Jim Giner wrote: I've been using fpdf to create pdf files for my site. All has been well for over a year. Suddenly I have a problem wherein IE 10 on W7 crashes when I try to print one of these pdfs created by my php s

Re: [PHP] fpdf problem?

2013-08-09 Thread Tamara Temple
On Aug 9, 2013, at 10:50 AM, Jim Giner wrote: > I've been using fpdf to create pdf files for my site. All has been well for > over a year. Suddenly I have a problem wherein IE 10 on W7 crashes when I > try to print one of these pdfs created by my php scripts. > > The pdf files that I create

[PHP] fpdf problem?

2013-08-09 Thread Jim Giner
I've been using fpdf to create pdf files for my site. All has been well for over a year. Suddenly I have a problem wherein IE 10 on W7 crashes when I try to print one of these pdfs created by my php scripts. The pdf files that I create seem fine. If I bring one up in IE and then save it to

Re: [PHP] Ambiguous?

2013-08-09 Thread richard gray
On 09/08/2013 14:00, Karl-Arne Gjersøyen wrote: 1) query foreach($varenr_inn_pa_lager as $vnr){ include('../../tilkobling.php'); $sql = "SELECT * FROM exan,dynamit WHERE varenr = '$vnr' LIMIT 1"; $resultat = mysql_query($sql, $tilkobling) or die(mysql_error

Re: [PHP] Ambiguous?

2013-08-09 Thread Floyd Resler
On Aug 9, 2013, at 8:00 AM, Karl-Arne Gjersøyen wrote: > 1) query > foreach($varenr_inn_pa_lager as $vnr){ >include('../../tilkobling.php'); >$sql = "SELECT * FROM exan,dynamit WHERE varenr = '$vnr' LIMIT > 1"; >$resultat = mysql_query($sql, $tilkobling) or >

Re: [PHP] Ambiguous?

2013-08-09 Thread Stuart Dallas
On 9 Aug 2013, at 13:00, Karl-Arne Gjersøyen wrote: > 1) query > foreach($varenr_inn_pa_lager as $vnr){ >include('../../tilkobling.php'); >$sql = "SELECT * FROM exan,dynamit WHERE varenr = '$vnr' LIMIT > 1"; >$resultat = mysql_query($sql, $tilkobling) or > die(

[PHP] Ambiguous?

2013-08-09 Thread Karl-Arne Gjersøyen
1) query foreach($varenr_inn_pa_lager as $vnr){ include('../../tilkobling.php'); $sql = "SELECT * FROM exan,dynamit WHERE varenr = '$vnr' LIMIT 1"; $resultat = mysql_query($sql, $tilkobling) or die(mysql_error()); 2) Result: Column 'varenr' in where clause is am

[PHP] List problem again...

2013-08-09 Thread Karl-Arne Gjersøyen
In my HTML5/PHP form I have this two rows.. 0082Exan ELEXE25NO200 0081Dynamit - papirpatron - 22x180EDY22X180K100 Then I have this in PHP source to handle it... $antall_varenr = count($varenr_in