[PHP-DEV] RE: PHP 4.0 Bug #9745 Updated: PHP Warning: Unable to load dynamic library './msql.dll'

2001-03-14 Thread John Stoops
I think its more to do with the configuration of php and mysql than the code. Heres my whole php page if its any help: Start New Quote Start New Quote Company Name Employee ".$row[1]."" } ?>

[PHP-DEV] RE: PHP 4.0 Bug #9745 Updated: PHP Warning: Unable to load dynamic library './msql.dll'

2001-03-14 Thread John Stoops
Lets start again. My php page: Untitled My error message: PHP Warning: Unable to load dynamic library './msql.dll' - One of the library files needed to run this application cannot be found. in Unknown on line 0 -- PHP Development Mailing List To unsubsc

[PHP-DEV] RE: PHP 4.0 Bug #9782 Updated: Warning: Undefined variable: HTTP_POST_VARS

2001-03-16 Thread John Stoops
/startquote.php on line 251 I have tried buiding the string as follows: 'Service$counter' 'Service'.$counter "Service".$counter $postVar = "Service".$counter // put $postVar between [] I have done this in ASP before and from what I have seen f