Search found 7 matches

by edoardor
Sat Aug 24, 2002 4:01 am
Forum: PHP - Code
Topic: PHP & COM
Replies: 2
Views: 922

Hi,
thanks for the information that you have given to me, I have made the modifications but it does not change null.

I have found this bug report in PHP , therefore it does not remain that to wait for version 4.3

Good job and thanks
by edoardor
Fri Aug 23, 2002 9:38 am
Forum: PHP - Code
Topic: PHP & COM
Replies: 2
Views: 922

PHP & COM

I have e code like this: $workbook = "c:\\test.xls"; $ex = new COM("Excel.application") or Die ("Did not connect"); $ex->application->Workbooks->Open($workbook) or Die ("Did not open"); $ex->Application->ActiveWorkbook->RefreshAll(); // this refresh tables $ex...
by edoardor
Thu Aug 15, 2002 8:52 am
Forum: Javascript
Topic: Javascript & MySQL
Replies: 5
Views: 7162

I solved my problem, after much tiredness, of this way: file.html <html> <head> <applet width="0" height="0" name="Query" code="Query" codebase=""> </applet> <script language="JavaScript"> <!-- function loadField(fname,codname,desname, subm...
by edoardor
Mon Aug 12, 2002 10:07 am
Forum: Javascript
Topic: Javascript & MySQL
Replies: 5
Views: 7162

before they are explained me badly: I have a form like: <form name="form3" method="post"> <input type="text" name="cod" value="<? print $row[aliquota]; ?>" maxlength="3" size="3" > <? print $desc;?> // desc is set by a php search ...
by edoardor
Mon Aug 12, 2002 7:06 am
Forum: Javascript
Topic: Javascript & MySQL
Replies: 5
Views: 7162

Javascript & MySQL

someone knows like making in order to approach of the MySql tables from a Javascript?

thanks

have a good day
by edoardor
Sun Aug 11, 2002 8:04 am
Forum: PHP - Code
Topic: Problem with form
Replies: 2
Views: 950

If I have understood well is not possible in no way.........
by edoardor
Sun Aug 11, 2002 7:05 am
Forum: PHP - Code
Topic: Problem with form
Replies: 2
Views: 950

Problem with form

I have a form like: <form name="form3" method="post"> <input type="text" name="cod" value="<? print $row[aliquota]; ?>" maxlength="3" size="3" > <? print $desc;?> // desc is set by a php search function to mysql table where cod is...