Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.php > #17801
| From | bill <william@TechServSys.com> |
|---|---|
| Newsgroups | comp.lang.php |
| Subject | Re: PhP PASSWORD HASHING USING SALT PASSWORD HASHING TECHNIC |
| Date | 2018-09-08 06:50 -0400 |
| Organization | Aioe.org NNTP Server |
| Message-ID | <pn09ha$15p6$1@gioia.aioe.org> (permalink) |
| References | (1 earlier) <p47blf$vl4$1@jstuckle.eternal-september.org> <fv9fe0Fca6oU4@mid.individual.net> <pmoaj7$3ff$1@softins.softins.co.uk> <pmobsl$je0$1@solani.org> <pmosip$213$1@jstuckle.eternal-september.org> |
On 9/5/2018 11:26 AM, Jerry Stuckle wrote: > On 9/5/2018 6:41 AM, Christoph M. Becker wrote: >> On 05.09.2018 at 12:19, Tony Mountifield wrote: >> >>> In article <fv9fe0Fca6oU4@mid.individual.net>, >>> Arno Welzel <usenet@arnowelzel.de> wrote: >>> >>>> Jerry Stuckle: >>>> >>>> [...] >>>>> When you have problems like this, it's often handy to echo the >>>>> appropriate values to the screen for debugging. Of course >>>>> you only do >>>>> this on your development system, which is not accessible >>>>> from the internet. >>>> >>>> Even better is to use a debugger. >>> >>> What debuggers are available for PHP running on a LAMP stack? >> >> <https://xdebug.org/> is generally recommendable. You also may >> want to >> have a look at <http://php.net/manual/en/book.phpdbg.php>. >> > > xdebug is not a debugger itself. It is simply an interface into > the PHP code. You need an additional product such as Eclipse to > debug the code. And that can be difficult to set up the first > time, especially if you're debugging a remote system (and if you > are debugging a remote system you need the same source code on > both your local and remote system). > > This is why I suggested he simply echo the values to the screen. > It's quick and easy, especially for a beginner. > AS I have done. I have a tiny library of routines to "pretty" show variables.
Back to comp.lang.php | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
PhP PASSWORD HASHING USING SALT PASSWORD HASHING TECHNIC Timothy Steele <steeletimothy2000@gmail.com> - 2018-01-23 01:26 -0800
Re: PhP PASSWORD HASHING USING SALT PASSWORD HASHING TECHNIC Jerry Stuckle <jstucklex@attglobal.net> - 2018-01-23 08:01 -0500
Re: PhP PASSWORD HASHING USING SALT PASSWORD HASHING TECHNIC "J.O. Aho" <user@example.net> - 2018-01-23 18:59 +0100
Re: PhP PASSWORD HASHING USING SALT PASSWORD HASHING TECHNIC Arno Welzel <usenet@arnowelzel.de> - 2018-09-05 09:37 +0200
Re: PhP PASSWORD HASHING USING SALT PASSWORD HASHING TECHNIC tony@mountifield.org (Tony Mountifield) - 2018-09-05 10:19 +0000
Re: PhP PASSWORD HASHING USING SALT PASSWORD HASHING TECHNIC "Christoph M. Becker" <cmbecker69@arcor.de> - 2018-09-05 12:41 +0200
Re: PhP PASSWORD HASHING USING SALT PASSWORD HASHING TECHNIC bill <william@TechServSys.com> - 2018-09-05 07:34 -0400
Re: PhP PASSWORD HASHING USING SALT PASSWORD HASHING TECHNIC "Christoph M. Becker" <cmbecker69@arcor.de> - 2018-09-05 14:15 +0200
Re: PhP PASSWORD HASHING USING SALT PASSWORD HASHING TECHNIC bill <william@TechServSys.com> - 2018-09-07 14:09 -0400
Re: PhP PASSWORD HASHING USING SALT PASSWORD HASHING TECHNIC Jerry Stuckle <jstucklex@attglobal.net> - 2018-09-05 11:26 -0400
Re: PhP PASSWORD HASHING USING SALT PASSWORD HASHING TECHNIC bill <william@TechServSys.com> - 2018-09-08 06:50 -0400
Re: PhP PASSWORD HASHING USING SALT PASSWORD HASHING TECHNIC Arno Welzel <usenet@arnowelzel.de> - 2018-09-10 10:04 +0200
Re: PhP PASSWORD HASHING USING SALT PASSWORD HASHING TECHNIC Härra Ramob <hrramob@gmail.com> - 2022-01-02 03:47 -0800
Re: PhP PASSWORD HASHING USING SALT PASSWORD HASHING TECHNIC "J.O. Aho" <user@example.net> - 2018-01-23 18:58 +0100
Re: PhP PASSWORD HASHING USING SALT PASSWORD HASHING TECHNIC nandini1.besant@gmail.com - 2018-01-25 04:11 -0800
Re: PhP PASSWORD HASHING USING SALT PASSWORD HASHING TECHNIC Jerry Stuckle <jstucklex@attglobal.net> - 2018-01-25 15:33 -0500
Re: PhP PASSWORD HASHING USING SALT PASSWORD HASHING TECHNIC careenjoseph36@gmail.com - 2018-03-01 03:20 -0800
Re: PhP PASSWORD HASHING USING SALT PASSWORD HASHING TECHNIC "J.O. Aho" <user@example.net> - 2018-03-01 20:35 +0100
csiph-web