Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.php > #18470 > unrolled thread
| Started by | "J.O. Aho" <user@example.net> |
|---|---|
| First post | 2020-12-23 22:03 +0100 |
| Last post | 2021-01-14 21:12 -0500 |
| Articles | 10 — 7 participants |
Back to article view | Back to comp.lang.php
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: Talking place. New PHP code. "J.O. Aho" <user@example.net> - 2020-12-23 22:03 +0100
Re: Talking place. New PHP code. Kristjan Robam <iiiiiiiiiiiia@bestmail.us> - 2020-12-27 23:02 -0800
Re: Talking place. New PHP code. Kristjan Robam <jippii1291983@gmail.com> - 2020-12-28 08:26 -0800
Re: Talking place. New PHP code. Jerry Stuckle <jstucklex@attglobal.net> - 2020-12-28 18:19 -0500
Re: Talking place. New PHP code. Y A <kpuctjanpobam@mail.com> - 2021-01-13 03:16 -0800
Re: Talking place. New PHP code. Jerry Stuckle <jstucklex@attglobal.net> - 2021-01-13 19:25 -0500
Re: Talking place. New PHP code. ند ارائه نماييدبا تشکر ند ارائه نمايي تش <kpuctjanpobam@mail.com> - 2021-01-14 08:37 -0800
Re: Talking place. New PHP code. Jerry Stuckle <jstucklex@attglobal.net> - 2021-01-14 13:27 -0500
Re: Talking place. New PHP code. H E <kpuctjanpobam@mail.com> - 2021-01-14 11:08 -0800
Re: Talking place. New PHP code. Jerry Stuckle <jstucklex@attglobal.net> - 2021-01-14 21:12 -0500
| From | "J.O. Aho" <user@example.net> |
|---|---|
| Date | 2020-12-23 22:03 +0100 |
| Subject | Re: Talking place. New PHP code. |
| Message-ID | <i4hplmF5lopU1@mid.individual.net> |
On 23/12/2020 21.03, Kristjan Robam wrote: > https://groups.google.com/XXXXXXXXXXXXX Thanks for polluting newsgroups with irrelevant posts, if you want to cross post, get a proper news groups provider and news reader instead of using the over simplified google groups.
[toc] | [next] | [standalone]
| From | Kristjan Robam <iiiiiiiiiiiia@bestmail.us> |
|---|---|
| Date | 2020-12-27 23:02 -0800 |
| Message-ID | <3468f6bb-46bc-4f55-8fcb-5ad2795465fdn@googlegroups.com> |
| In reply to | #18470 |
J.O. Aho kirjutas kolmapäev, 23. detsember 2020 kl 23:03:59 UTC+2: > On 23/12/2020 21.03, Kristjan Robam wrote: > > https://groups.google.com/XXXXXXXXXXXXX > > Thanks for polluting newsgroups with irrelevant posts, if you want to > cross post, get a proper news groups provider and news reader instead of > using the over simplified google groups. You joking, right ? Who is the polluter here ? Kristjan
[toc] | [prev] | [next] | [standalone]
| From | Kristjan Robam <jippii1291983@gmail.com> |
|---|---|
| Date | 2020-12-28 08:26 -0800 |
| Message-ID | <94d71eed-cb75-4649-9e7d-fce715ed47b9n@googlegroups.com> |
| In reply to | #18485 |
Yes. It needs one fix.
In one class.
Please use this instead:
==> findlastmdate.php <==
<?php
include("../data.php");
class Msg extends Dobj{
var $text;
}
$myd=new Data();
$myd->loadobjecttables();
$texists=false;
$t1=$myd->dtables;
$mdates=array();
for($i=0; $i<count($t1);$i++) {
if($t1[$i][0]->getNameOfClass()=="Msg") {
$texists=true;
break;
}
}
if($texists==true) {
$t2=$mydb->query("get text from Msg;");
for($i=0; $i<count($t2);$i++) {
$date12=date("d.m.Y H:i:s", strtotime(substr($t2[$i], 0, 19)));
$d_start = new DateTime($date12);
$mdates[]=$d_start;
}
echo $mdates[count($mdates)-1]->format('d.m.Y H:i:s');;
} else {
echo "";
}
?>
Kristjan
[toc] | [prev] | [next] | [standalone]
| From | Jerry Stuckle <jstucklex@attglobal.net> |
|---|---|
| Date | 2020-12-28 18:19 -0500 |
| Message-ID | <rsdp6l$8a2$1@jstuckle.eternal-september.org> |
| In reply to | #18485 |
On 12/28/2020 2:02 AM, Kristjan Robam wrote: > J.O. Aho kirjutas kolmapäev, 23. detsember 2020 kl 23:03:59 UTC+2: >> On 23/12/2020 21.03, Kristjan Robam wrote: >>> https://groups.google.com/XXXXXXXXXXXXX >> >> Thanks for polluting newsgroups with irrelevant posts, if you want to >> cross post, get a proper news groups provider and news reader instead of >> using the over simplified google groups. > > You joking, right ? > Who is the polluter here ? > > > > > Kristjan > No, he's not joking. This group is to help people. It is not for the likes of you to brag about your poor coding skills. If you think you're doing yourself a favor, you are VERY WRONG! -- ================== Remove the "x" from my email address Jerry Stuckle jstucklex@attglobal.net ==================
[toc] | [prev] | [next] | [standalone]
| From | Y A <kpuctjanpobam@mail.com> |
|---|---|
| Date | 2021-01-13 03:16 -0800 |
| Message-ID | <a0524ab8-f55b-4051-bf45-e4b16dd69f07n@googlegroups.com> |
| In reply to | #18490 |
Jerry Stuckle kirjutas teisipäev, 29. detsember 2020 kl 01:19:59 UTC+2: > On 12/28/2020 2:02 AM, Kristjan Robam wrote: > > J.O. Aho kirjutas kolmapäev, 23. detsember 2020 kl 23:03:59 UTC+2: > >> On 23/12/2020 21.03, Kristjan Robam wrote: > >>> https://groups.google.com/XXXXXXXXXXXXX > >> > >> Thanks for polluting newsgroups with irrelevant posts, if you want to > >> cross post, get a proper news groups provider and news reader instead of > >> using the over simplified google groups. > > > > You joking, right ? > > Who is the polluter here ? > > > > > > > > > > Kristjan > > > No, he's not joking. This group is to help people. It is not for the > likes of you to brag about your poor coding skills. > > If you think you're doing yourself a favor, you are VERY WRONG! > > -- > ================== > Remove the "x" from my email address > Jerry Stuckle > jstu...@attglobal.net > ================== I am thinking, that this chatting portal may be useful for the youth. Kriss
[toc] | [prev] | [next] | [standalone]
| From | Jerry Stuckle <jstucklex@attglobal.net> |
|---|---|
| Date | 2021-01-13 19:25 -0500 |
| Message-ID | <rto311$9ut$1@jstuckle.eternal-september.org> |
| In reply to | #18502 |
On 1/13/2021 6:16 AM, Y A wrote: > Jerry Stuckle kirjutas teisipäev, 29. detsember 2020 kl 01:19:59 UTC+2: >> On 12/28/2020 2:02 AM, Kristjan Robam wrote: >>> J.O. Aho kirjutas kolmapäev, 23. detsember 2020 kl 23:03:59 UTC+2: >>>> On 23/12/2020 21.03, Kristjan Robam wrote: >>>>> https://groups.google.com/XXXXXXXXXXXXX >>>> >>>> Thanks for polluting newsgroups with irrelevant posts, if you want to >>>> cross post, get a proper news groups provider and news reader instead of >>>> using the over simplified google groups. >>> >>> You joking, right ? >>> Who is the polluter here ? >>> >>> >>> >>> >>> Kristjan >>> >> No, he's not joking. This group is to help people. It is not for the >> likes of you to brag about your poor coding skills. >> >> If you think you're doing yourself a favor, you are VERY WRONG! >> >> -- >> ================== >> Remove the "x" from my email address >> Jerry Stuckle >> jstu...@attglobal.net >> ================== > > I am thinking, that this chatting portal may be useful for the youth. > > > > > > > > Kriss > Figuring how to do something for themselves is even more useful. This is to help people learn - not provide answers. -- ================== Remove the "x" from my email address Jerry Stuckle jstucklex@attglobal.net ==================
[toc] | [prev] | [next] | [standalone]
| From | ند ارائه نماييدبا تشکر ند ارائه نمايي تش <kpuctjanpobam@mail.com> |
|---|---|
| Date | 2021-01-14 08:37 -0800 |
| Message-ID | <aee8ce57-8bdc-48c8-9c5a-a30c60b5fb34n@googlegroups.com> |
| In reply to | #18503 |
You have got it all wrong then. The thing I am providing is very useful for programming languages learners. He
[toc] | [prev] | [next] | [standalone]
| From | Jerry Stuckle <jstucklex@attglobal.net> |
|---|---|
| Date | 2021-01-14 13:27 -0500 |
| Message-ID | <rtq2ek$co6$1@jstuckle.eternal-september.org> |
| In reply to | #18509 |
On 1/14/2021 11:37 AM, ند ارائه نماييدبا تشکر ند ارائه نمايي تش wrote: > You have got it all wrong then. > The thing I am providing is very useful for programming languages learners. > > > > > > > > > He > Not from what I found in teaching programming for corporations on three continents for thirteen years. I never just gave answers. I always helped them learn. When someone comes up and asks "What is 4 times 3" you can tell them 12. Or you can teach them how to multiply. Which will help them more when they need to know what 6 times 7 is? -- ================== Remove the "x" from my email address Jerry Stuckle jstucklex@attglobal.net ==================
[toc] | [prev] | [next] | [standalone]
| From | H E <kpuctjanpobam@mail.com> |
|---|---|
| Date | 2021-01-14 11:08 -0800 |
| Message-ID | <eb23c15a-c5c6-410c-8d38-9581af2263f8n@googlegroups.com> |
| In reply to | #18512 |
Jerry Stuckle kirjutas neljapäev, 14. jaanuar 2021 kl 20:27:39 UTC+2: > On 1/14/2021 11:37 AM, ند ارائه نماييدبا تشکر ند ارائه نمايي تش wrote: > > You have got it all wrong then. > > The thing I am providing is very useful for programming languages learners. > > > > > > > > > > > > > > > > > > He > > > Not from what I found in teaching programming for corporations on three > continents for thirteen years. I never just gave answers. I always > helped them learn. > > When someone comes up and asks "What is 4 times 3" you can tell them 12. > Or you can teach them how to multiply. > > Which will help them more when they need to know what 6 times 7 is? > -- > ================== > Remove the "x" from my email address > Jerry Stuckle > jstu...@attglobal.net > ================== The thing I want to pressure here is, that the more solutions we have for problems, the more useful it is. Because when You try to solve a new problem, that nobody has solved so far, then you can get some idea from some solution, that may be suit better as a help of solution. For example, when a chatroom is made with java and with php then there are differences of possibilities to extend a problem solution. Because the languages have not exactly the same possibilities for creating software. You have to choose a language, that suits the best for your needs. IIIIIIIIIIIIIIIIIIIIIIIII E-mail: iiiiiiiiiiiia at bestmail us Phone: 372 6861327
[toc] | [prev] | [next] | [standalone]
| From | Jerry Stuckle <jstucklex@attglobal.net> |
|---|---|
| Date | 2021-01-14 21:12 -0500 |
| Message-ID | <rtqtlo$2ej$1@jstuckle.eternal-september.org> |
| In reply to | #18514 |
On 1/14/2021 2:08 PM, H E wrote: > Jerry Stuckle kirjutas neljapäev, 14. jaanuar 2021 kl 20:27:39 UTC+2: >> On 1/14/2021 11:37 AM, ند ارائه نماييدبا تشکر ند ارائه نمايي تش wrote: >>> You have got it all wrong then. >>> The thing I am providing is very useful for programming languages learners. >>> >>> >>> >>> >>> >>> >>> >>> >>> He >>> >> Not from what I found in teaching programming for corporations on three >> continents for thirteen years. I never just gave answers. I always >> helped them learn. >> >> When someone comes up and asks "What is 4 times 3" you can tell them 12. >> Or you can teach them how to multiply. >> >> Which will help them more when they need to know what 6 times 7 is? >> -- >> ================== >> Remove the "x" from my email address >> Jerry Stuckle >> jstu...@attglobal.net >> ================== > > The thing I want to pressure here is, that the more solutions we have for problems, the more useful it is. Because when You try to solve a new problem, that nobody has solved so far, then you can get some idea from some solution, that may be suit better as a help of solution. For example, when a chatroom is made with java and with php then there are differences of possibilities to extend a problem solution. Because the languages have not exactly the same possibilities for creating software. You have to choose a language, that suits the best for your needs. > > > > > > > > IIIIIIIIIIIIIIIIIIIIIIIII > E-mail: iiiiiiiiiiiia at bestmail us > Phone: 372 6861327 > No, but this is a group to help PHP developers - it is not possible here (or ANY newsgroup) to get into deep discussions on what can and cannot be done in a specific language - and especially not the detailed differences between different languages. If you want in-depth training in PHP (or any other language), USENET (or your even poorer interface to USENET in Google Groups) is not a good place to learn the differences between architectures. It's just too much to learn in a few messages. -- ================== Remove the "x" from my email address Jerry Stuckle jstucklex@attglobal.net ==================
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.php
csiph-web