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