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
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
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
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
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
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
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
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
>
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(
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
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
11 matches
Mail list logo