I'm getting this message after I install Mambo:
"Can\'t create/write to file \'W:\tmp\#sql_116c_0.MYI\' (Errcode: 2)
SQL=SELECT ROUND(v.rating_sum/v.rating_count) AS rating,
v.rating_count,\na.*, u.name AS author, u.usertype\nFROM mos_content AS
a\nINNER JOIN mos_content_frontpage AS f ON f.cont
I know this is not the question you asked, but in my experience, PHP runs
much much better under Apache than IIS. Perhaps you should consider using
Apache. (I used to run both IIS 5 and IIS 6 with PHP and it was terribly
slow. I installed Apache for Windows and it is 1000% better.)
Anyway, there i
PHP MAIL() relies on SMTP to send email. You will need to figure out where
on your network is an SMTP mail server. If you send mail to/from the
Internet, you will have one. Exchange 5.5 has the Internet Mail Connector,
and Exchange 2000 uses, by default, only SMTP.
A workaround maybe to setup an S
I have a field in a mysql table called table which is called names.
Examples of the information in this column :
Name
Lottery Company
Mark MiniMark
J B's Supermarket
I connect to the datbase successful and I use the following php line to
get the information from the row: $row_info=mysql
Alright, I've gotten COM to work under PHP with the following:
<%
$com = new com("iUtil.iTemplate");
%>
Now, looking at the documentation I can't find any function to close the
object when I don't need it any longer. Am I missing anything here? If PHP
autocloses objects that wou