I have 2 files one is a php file the other is an include file which has all
the html in it
The php fil calls up the include file to the browser no problem. When I fill
in the cells it seems that the values are not being passed from the submit
method post through back to the php file which needs to
Hi,
I would like to compile PHP, under win32, with EAPI, but it seems that PHP will not
compile fine under VC .NET (aka VC 7), since MS made some in the C/C++ include files
(for exemple, no more iostream.h, like needed by COM.c in the PHP ext).
So, is there someone who knows a way to get it rig
Which line is the #13 (and #21, #25 resp.) in your code?
"Masterblue" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
news:[EMAIL PROTECTED]
> I tried the code below but i got an error ,
> Im on a win2000 machine and I use php 4.3.3
> Could someone help me out please!!!
>
> - Code -
> $db = '\\
php-windows Digest 11 Oct 2003 17:57:36 - Issue 1951
Topics (messages 21752 through 21755):
PWS exec(), system(), shell_exec()
21752 by: Yingyuan D Hsu
include_path problem
21753 by: Muhammad Imran
php with MS Acces
21754 by: Masterblue
I can't make a 'read_tag.php
I have found that this script doesn't work:
read_tag.php
---
";
$tagdata = stristr($filedata, $tagrealname);
$posofend = strpos($tagdata, "");
$length = strlen($tagdata);
$lengthoftag = strlen($tagrealname);
$lengthofend = strlen("");
$lengthofstr = $length - $posofend - $lengthoftag;
$returndat
I tried the code below but i got an error ,
Im on a win2000 machine and I use php 4.3.3
Could someone help me out please!!!
- Code -
$db = 'server\\resource\\db.mdb';
$conn = new COM('ADODB.Connection');
$conn->Open("DRIVER={Driver do Microsoft Access (*.mdb)}; DBQ=$db");
// Driver do
I am trying to use PEAR DB interface, I have include it in my include_path
but when script run it unable to find it. Can any one help me. I am using
RH
8 and PHP 4.3.3.
Is it file permission error
error message come like:
Warning: main(DB.php): failed to open stream: No such file or director