[PHP-WIN] Visibility of the root in an APACHE setting

2005-09-24 Thread Tony Aldemir
A rookie question: Whenever I download and unzip any PHP related solution, the term "unzip it to your web server's document root" is used. I am using APACHE and my doc root is the default "C:\Program Files\Apache Group\Apache2\htdocs". Now if I put all of the PHP code I develop as well as I down

[PHP-WIN] unresolved _core_globals_id question

2005-09-24 Thread Alexey A. Rybak
hi, all i'm trying to build my php-5.0.5 extension under XP with VC++ 6.0, but at the link stage i always get error LNK2001: unresolved external symbol _core_globals_id ..\..\Release_TS/php_blitz.dll : fatal error LNK1120: 1 unresolved externals Error executing link.exe. how can i fix this erro

Re: [PHP-WIN] Login System / Cookies

2005-09-24 Thread Armando
I figured I wouldn't want to store plain text passwords in the database, but I was considering a "Forgot your password?" option in which it could be emailed. I suppose what I'll do instead is just used the hashed password and if someone forgot theirs, I'll write a random password generator to r

Re: [PHP-WIN] Login System / Cookies

2005-09-24 Thread David Collard
Armando wrote: Greetings! I'm developing a login system in php and wondering if someone could possibly provide some advice, as I'm still relatively new to php. First, I'm limited to using cookies only for my session variables, so for instance, remembering users who wish to not have to login