I'm looking for an off the shelf shopping cart that has been developed in PHP. Please
send me the link and the cost of the software.
I would develop my own, but time is an issue.
Thanks!
Jeremy
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub
I've read through most of the documentation on how to use COM to create MS Word
documents via PHP, but I'm still having some issues that I can't seem to find any help
on.
CODE:
Version)\n";
$word->visible = 1 ;
$word->Documents->Add();
$word->Selection->Typetext("This is a test");
?>
RE
Thanks for the spell check... I'm sure it will come in handy once I get this thing to
work.
I've adjusted my permissions for the COM permissions on the server. I have given
Internet Users access to open/close/read/create the word file. Is there anything else
that needs to be done??
Here's m
I've been trying to create a MS Word document from PHP, but I've been running into
some issues. I was wondering if there was anything in the config file (php.ini) that
needs to be configured before I can do this.
I'm using the example from the manual, but i'm receiving several errors.
###
I'm working on a simple session management program for logging in and I can't seem to
get the information to properly display. I would really appreciate a second look from
someone.
Code is below
Execute($strSQL);
if ($rs->EOF)
{
Access_Denied();
}
else
{
$_SESS
5 matches
Mail list logo