I am trying to implement a "struct" or user-defined type where I can implicitly name but cannot implement with the NEW keyword. I have resorted to an array structure
Option Explicit
Public Type InvoiceRecord
ID as Integer
invDate as Date
End type
Public Function loadStruct()
Dim...
I am having trouble adding string values to a variable,
also tried $ref .= $tmp;
$ref .= $ref.$tmp; <== crashes apache
$referer = $_SERVER['HTTP_REFERER'];
$counter = strlen($referer);
$ref = " ";
$searchChar = "/";
for($i = 7; $i < $counter; $i++)
//just get after http:// to first slash
{...
Hi QatQat,
I am just accessing MySQL tables internally using DSN to access the tables on the web server.
Actually I did interface via MSAccess eventually but the DSN drivers seem to be having some issues. During setup if I click "test" the connection hangs. However I did manage to successfully...
I downloaded the MySQL 3.51 ODBC driver and it is hanging on connection for some reason. Is there a fix? I just want to get data from my web tables via VBA
Cheers,
steveB
OK I did see that.
will it be hierarchal pending on which extenion comes first? and what is index.html.var
also I am guessing a restart will be necessary
Thanks
How do I get apache to recognize the .php extension so I can access the index by simply going to the domain name(www.somedomain.com) rather than having to qualify the the entire URL ie. www.somedomain.com/index.php
php is working fine but I can only access the index if it has an .html...
After building a form in php the MySQL table I was adding to quit accepting data entry on the 16th record. Now it is stuck however I was able to edit records. If I delete and rebuild the table it won't accept any new record entries.
Not sure why this is? I recently shifted from ASP to PHP and...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.