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
Search found 7 matches
- 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...
- Thu Aug 15, 2002 8:52 am
- Forum: Javascript
- Topic: Javascript & MySQL
- Replies: 5
- Views: 7162
- Mon Aug 12, 2002 10:07 am
- Forum: Javascript
- Topic: Javascript & MySQL
- Replies: 5
- Views: 7162
- 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
thanks
have a good day
- Sun Aug 11, 2002 8:04 am
- Forum: PHP - Code
- Topic: Problem with form
- Replies: 2
- Views: 950
- 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...