Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.php > #19009
| From | "J.O. Aho" <user@example.net> |
|---|---|
| Newsgroups | comp.lang.php |
| Subject | Re: Interacting rooms internet page............ |
| Date | 2022-06-30 14:23 +0200 |
| Message-ID | <ji5iufFde15U1@mid.individual.net> (permalink) |
| References | <11482d7b-969e-44e9-b033-078eaa7ca76fn@googlegroups.com> <j06f32F1adnU1@mid.individual.net> <7fe65642-d624-4c4b-913d-c4a195863863n@googlegroups.com> <ji5b2qFc54rU1@mid.individual.net> <9a8598f8-6d60-4a77-99a4-710c243f3c7an@googlegroups.com> |
On 30/06/2022 12.56, Angel wrote: > J.O. Aho kirjutas Neljapäev, 30. juuni 2022 kl 12:09:39 UTC+2: >> On 29/06/2022 18.58, Angel wrote: >>> J.O. Aho kirjutas Kolmapäev, 24. november 2021 kl 11:31:23 UTC+2: >>>> On 24/11/2021 10.15, We wrote: >>>>> ilist.php >>>> >>>> Use a git repository for your files, do not post them here, and please >>>> stop spamming the usergroups with your trash messages. >>> >>> Have You looked carefully the code ? >> Send the git repository link and maybe can think of looking at it, until >> then Kristjan please stop behaving like Nazi-Russia. > > I have thought on putting things there, but I have found out, that it is better to put them here, because of the complexness of the procedures. Both Github and GitLab provides simple examples of how to set up things, it's more or less copy past, kind of what you do with your code. after that it's just do your changes git commit -a -m "your comment about the changes" git push As I pointed out, this will make it a lot easier for others to see your code and get it with the indentations that makes to code a lot easier to read and you don't have figure out what file is called what. Everyone can track the changes and if a bad change was made it possible to revert that one. Also it will be possible to others who are interested in your project to contribute in a simple way and for you it will be easier to decide what changes you want to be included and which not. And last you would have a larger audience than these few usergroup you are pestering with you smiles posts. >>> What do You think of the small database file data.php ? >>> I guess You and many others too could use it to make faster apps. >> PHP is slow and you database will suffer with increase number of data. > > No, there will be no problems with it, because the data amounts do no matter, Of course it matters, the more data the longer time it takes for unserialize and then you have all the data in memory it will also cause issues with big databases as you have memory limits in php by default set to quite small numbers. Compare that with accessing a mysql/postgresql/sqlite database, you will only get the data that you are looking for, so the memory imprint is a lot smaller. PS. If your news client don't strip of the line 'dash dash space' and the following rows, then do that yourself, it's bad to keep footers of previous posts, as bad as replying to years old posts. -- //Aho
Back to comp.lang.php | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Interacting rooms internet page............ We <ya12983@mail.com> - 2021-11-24 01:15 -0800
Re: Interacting rooms internet page............ "J.O. Aho" <user@example.net> - 2021-11-24 10:31 +0100
Re: Interacting rooms internet page............ Angel <he12091983@gmail.com> - 2022-06-29 09:58 -0700
Re: Interacting rooms internet page............ "J.O. Aho" <user@example.net> - 2022-06-30 12:09 +0200
Re: Interacting rooms internet page............ Angel <he1983912@gmail.com> - 2022-06-30 03:56 -0700
Re: Interacting rooms internet page............ "J.O. Aho" <user@example.net> - 2022-06-30 14:23 +0200
Re: Interacting rooms internet page............ Whe <he12091983@gmail.com> - 2022-10-05 04:34 -0700
Re: Interacting rooms internet page............ "J.O. Aho" <user@example.net> - 2022-10-05 14:05 +0200
csiph-web