[PHP-WIN] code isn't parsing mysql ...

2005-02-12 Thread Patrick Roane
Can anyone take a look at my code to see why the mysql components are being ignored? --- http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";> Listing 13.1 Opening a C

[PHP-WIN] BLOBS problem

2005-02-12 Thread Patrick Roane
I am trying to load some jpgs etc. into mysql but my code does not seem to want to communicate with the database. I'm not even getting any (database, parse or syntax) errors. There has to be a simple explanation for this. Here is my code. http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";> Li

RE: [PHP-WIN] getting error after filling out form

2005-02-12 Thread Mikey
> The requested URL > /php_excercises/{/php_excercises/schedule.php} was not found > on this server. Prolly because you are telling PHP to put the braces in for you: > print ' > --^ HTH, Mikey -- PHP Windows Mailing List (http://www.php.net/) To u

[PHP-WIN] getting error after filling out form

2005-02-12 Thread Patrick Roane
The php $_SERVER['PHP_SELF'] form comes up fine, I can fill it out, but when I click 'submit' I get the following error: The requested URL /php_excercises/{/php_excercises/schedule.php} was not found on this server. ..and my database table is ignored. This was all working just fine before and I d

[PHP-WIN] Outputting MS Word document

2005-02-12 Thread Dale Attree
Hi, I have saved the content of an uploaded MS Word document into a database table. Now I would like to output the content without recreating the file on the harddrive. I believe I will have to use header("application/[what do i put here]"). Any ideas? Kind Regards, Dale