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
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
> 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
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
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