Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.php > #17646 > unrolled thread
| Started by | nospam@ms.com |
|---|---|
| First post | 2018-01-18 11:12 +0000 |
| Last post | 2018-03-06 01:49 -0800 |
| Articles | 3 on this page of 23 — 9 participants |
Back to article view | Back to comp.lang.php
incorrect PHP code nospam@ms.com - 2018-01-18 11:12 +0000
Re: incorrect PHP code Ifrit <ifrit@jahannam> - 2018-01-18 12:57 +0100
Re: incorrect PHP code nospam@ms.com - 2018-01-18 12:02 +0000
Re: incorrect PHP code Ifrit <ifrit@jahannam> - 2018-01-18 14:36 +0100
Re: incorrect PHP code Ifrit <ifrit@jahannam> - 2018-01-18 14:39 +0100
Re: incorrect PHP code Ifrit <ifrit@jahannam> - 2018-01-18 16:33 +0100
Re: incorrect PHP code nospam@ms.com - 2018-01-18 15:51 +0000
Re: incorrect PHP code "Christoph M. Becker" <cmbecker69@arcor.de> - 2018-01-18 15:26 +0100
Re: incorrect PHP code nospam@ms.com - 2018-01-18 15:57 +0000
Re: incorrect PHP code "Christoph M. Becker" <cmbecker69@arcor.de> - 2018-01-18 17:18 +0100
Re: incorrect PHP code nospam@ms.com - 2018-01-18 17:01 +0000
Re: incorrect PHP code "Christoph M. Becker" <cmbecker69@arcor.de> - 2018-01-18 18:18 +0100
Re: incorrect PHP code nospam@ms.com - 2018-01-18 17:30 +0000
Re: incorrect PHP code "Christoph M. Becker" <cmbecker69@arcor.de> - 2018-01-18 18:37 +0100
PHP forums (was: incorrect PHP code) Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2018-01-18 19:27 +0100
Re: PHP forums (was: incorrect PHP code) Tim Streater <timstreater@greenbee.net> - 2018-01-18 22:09 +0000
Re: incorrect PHP code Jerry Stuckle <jstucklex@attglobal.net> - 2018-01-18 22:01 -0500
Re: incorrect PHP code Jerry Stuckle <jstucklex@attglobal.net> - 2018-01-18 22:06 -0500
Re: incorrect PHP code Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2018-01-18 19:08 +0100
Re: incorrect PHP code Arno Welzel <usenet@arnowelzel.de> - 2018-09-05 09:40 +0200
Re: incorrect PHP code inigojoseph89@gmail.com - 2018-01-22 23:07 -0800
Re: incorrect PHP code Jerry Stuckle <jstucklex@attglobal.net> - 2018-01-23 07:53 -0500
Re: incorrect PHP code careenjoseph36@gmail.com - 2018-03-06 01:49 -0800
Page 2 of 2 — ← Prev page 1 [2]
| From | inigojoseph89@gmail.com |
|---|---|
| Date | 2018-01-22 23:07 -0800 |
| Message-ID | <1bbdf53e-e265-402f-8b11-66b215bd6174@googlegroups.com> |
| In reply to | #17646 |
In your security code, in the login failed section you could change: $failed = 1; header("location:index.php");. to: $failed = 1; include "./login.php";. That way, when authentication fails, the user will be returned to the login screen without a 301 redirect in-between. php training in chennai
[toc] | [prev] | [next] | [standalone]
| From | Jerry Stuckle <jstucklex@attglobal.net> |
|---|---|
| Date | 2018-01-23 07:53 -0500 |
| Message-ID | <p47b69$qm4$2@jstuckle.eternal-september.org> |
| In reply to | #17665 |
On 1/23/2018 2:07 AM, inigojoseph89@gmail.com wrote:
> In your security code, in the login failed section you could change: $failed = 1; header("location:index.php");. to: $failed = 1; include "./login.php";. That way, when authentication fails, the user will be returned to the login screen without a 301 redirect in-between. php training in chennai
>
Which has nothing to do with the problem at hand and can cause other
problems. This post right here is enough to know not to ever recommend
any of your training classes. Not to mention that you're a SPAMMER.
--
==================
Remove the "x" from my email address
Jerry Stuckle
jstucklex@attglobal.net
==================
[toc] | [prev] | [next] | [standalone]
| From | careenjoseph36@gmail.com |
|---|---|
| Date | 2018-03-06 01:49 -0800 |
| Message-ID | <86a1775c-7b2b-4827-be30-76bdb0fbc8e3@googlegroups.com> |
| In reply to | #17646 |
Besant Technologies Chennai & Bangalore you will be able to get vast experience by transforming your ideas into actual new application and software controls for the websites and the entire computing enterprise. https://www.besanttechnologies.com/hadoop-training-in-marathahalli
[toc] | [prev] | [standalone]
Page 2 of 2 — ← Prev page 1 [2]
Back to top | Article view | comp.lang.php
csiph-web