the AddType makes no difference at all.
You probably missed something else and inadvertently fixed it. I
would recommend reading through the explanations of the changes to
understand what they are doing, otherwise you've just made it work but
no really understood why.
- Julie
--> Jul
d your server.
- Julie
--> Julie Meloni
--> [EMAIL PROTECTED]
--> www.thickbook.com
Find "Sams Teach Yourself MySQL in 24 Hours" at
http://www.amazon.com/exec/obidos/ASIN/0672323494/thickbookcom-20
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
check again
that you do not have a hidden file extension.
The installation tutorials at
http://www.thickbook.com/extra/index.html?t=in do provide instructions
for updated software versions.
- Julie
--> Julie Meloni
--> [EMAIL PROTECTED]
--> www.thickbook.com
Find "Sams Teach
ly E_ALL right now, you can set it lower (and restart your
server).
- Julie
--> Julie Meloni
--> [EMAIL PROTECTED]
--> www.thickbook.com
Find "Sams Teach Yourself MySQL in 24 Hours" at
http://www.amazon.com/exec/obidos/ASIN/0672323494/thickbookcom-20
--
PHP Windows Mailing L
BM> Entering data in the form and then pressing submit... it just stays at the form,
doesn't even try to progress...
View Source and verify that you have a form action present.
- Julie
--> Julie Meloni
--> [EMAIL PROTECTED]
--> www.thickbook.com
Find "Sams Teach Your
probably help you out. For example, if "isn't
working" means "my cookies aren't being accepted", then someone will help
you with testing cookie settings in your browser. And so on.
- Julie
--> Julie Meloni
--> [EMAIL PROTECTED]
--> www.thickbook.com
Find &q
ge is also empty.
Either turn on register_globals, or use
$_GET[jpegifimage] and $_GET[createAuctionPage] in place of
$jpegifimage and $createAuctionPage
- Julie
--> Julie Meloni
--> [EMAIL PROTECTED]
--> www.thickbook.com
Find "Sams Teach Yourself MySQL in 24 Hours" at
htt
re in the PHP Manual.
- Julie
--> Julie Meloni
--> [EMAIL PROTECTED]
--> www.thickbook.com
Find "Sams Teach Yourself MySQL in 24 Hours" at
http://www.amazon.com/exec/obidos/ASIN/0672323494/thickbookcom-20
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
SMTP=localhost
AR> [EMAIL PROTECTED]
Please note at the opening of the chapter, the special section for
windows users, explaining how to modify php.ini correctly. It says
you need an actual SMTP server name, if you're not running a mail
server on localhost.
- Julie
--> Juli
t that is probably on the end of your PHP file, ie
scriptname.php.txt
Julie Meloni
[EMAIL PROTECTED]
"PHP Essentials" & "PHP Fast & Easy"
--- www.thickbook.com ---
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMA
also want to think about not storing plaintext passwords in
your db, but instead hashing the passwords using the password()
function in MySQL, then comparing the hashed input password against
the hash stored in the table.
Mmm...hash.
- Julie
Julie Meloni
[EMAIL
start your httpd of choice after making changes to php.ini
Julie Meloni ([EMAIL PROTECTED])
"PHP Essentials" and "PHP Fast & Easy"
--- www.thickbook.com ---
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additiona
Name new.host.name
or something along those lines.
It should be:
ServerName localhost
Or, some actual host+domain name that your computer is called and
recognized as in DNS.
Save httpd.conf.
Restart Apache.
--
++
| Julie Meloni ([EMAIL PROTECTED])
It sounds as if your Action line is screwed up (or something else...)
somehow. Post the relevant changes you made to httpd.conf
+--------+
| Julie Meloni ([EMAIL PROTECTED]) |
||
| "PHP Essentials" and
14 matches
Mail list logo