Re: [PHP] Re: assign database result to iinput text box

2013-09-18 Thread ITN Network
"; //select a database to work with $selected = mysql_select_db("iccsimd",$dbhandle) or die("Could not select aerver"); //execute the SQL query and return records $result = mysql_fetch_assoc(mysql_query("SELECT invid, invdate, note, amount FROM invheader")); ?> Like Maciek mentioned, if this

Re: [PHP] high traffic websites

2013-09-18 Thread Sebastian Krebs
2013/9/18 Camilo Sperberg > > On Sep 18, 2013, at 14:26, Haluk Karamete wrote: > > >> I recommend OPCache, which is already included in PHP 5.5. > > > > Camilo, > > I'm just curious about the disadvantageous aspects of OPcache. > > > > My logic says there must be some issues with it otherwise it

Re: [PHP] high traffic websites

2013-09-18 Thread Camilo Sperberg
On Sep 18, 2013, at 14:26, Haluk Karamete wrote: >> I recommend OPCache, which is already included in PHP 5.5. > > Camilo, > I'm just curious about the disadvantageous aspects of OPcache. > > My logic says there must be some issues with it otherwise it would have come > already enabled.

Re: [PHP] high traffic websites

2013-09-18 Thread Negin Nickparsa
I am a little bit curious: Do you _really_ have 1000 requests/second, or do you just throw some numbers in? ;) Sebastian, supposedly_asking_to_get_some_pre_evaluation :) Even in times, where there is not that much traffix? Automatic backup at 3:00 in the morning for example? 3:00 morning in one

Re: [PHP] high traffic websites

2013-09-18 Thread Stuart Dallas
On 18 Sep 2013, at 12:50, Negin Nickparsa wrote: > to be more in details,suppose the website has 80,000 users and each page > takes 200 ms to be rendered and you have thousand hits in a second so we > want to reduce the time of rendering. is there any way to reduce the > rendering time? > > othe

Re: [PHP] high traffic websites

2013-09-18 Thread Sebastian Krebs
2013/9/18 Negin Nickparsa > Thank you Camilo > > to be more in details,suppose the website has 80,000 users and each page > takes 200 ms to be rendered and you have thousand hits in a second so we > want to reduce the time of rendering. is there any way to reduce the > rendering time? > Read abo

[PHP] No MIME-Type in "imap_fetch_overview()"

2013-09-18 Thread Domain nikha . org
Hello all, im posting this here, because the bug report system of "php.net" is not right place for my problem. It's not a bug, but a wish - an I found there no "wishlist" option at all. I'm running my own webmail-client, written in PHP. It is stable, fast and pretty, showing the full power of th

Re: [PHP] high traffic websites

2013-09-18 Thread Negin Nickparsa
Thank you Camilo to be more in details,suppose the website has 80,000 users and each page takes 200 ms to be rendered and you have thousand hits in a second so we want to reduce the time of rendering. is there any way to reduce the rendering time? other thing is suppose they want to upload files

[PHP] Re: assign database result to iinput text box

2013-09-18 Thread Maciek Sokolewicz
On 18-9-2013 7:33, iccsi wrote: I have following html code to show my input text box and php to connect server and select result from database server. I would like to know how I can I use php to assign the value to my input text. Your help and information is great appreciated, Regards, Hi iccs

Re: [PHP] high traffic websites

2013-09-18 Thread Camilo Sperberg
On Sep 18, 2013, at 09:38, Negin Nickparsa wrote: > Thank you Sebastian..actually I will already have one if qualified for the > job. Yes, and I may fail to handle it that's why I asked for guidance. > I wanted some tidbits to start over. I have searched through yslow, > HTTtrack and others. > I

Re: [PHP] high traffic websites

2013-09-18 Thread Negin Nickparsa
Thank you Sebastian..actually I will already have one if qualified for the job. Yes, and I may fail to handle it that's why I asked for guidance. I wanted some tidbits to start over. I have searched through yslow, HTTtrack and others. I have searched through php list in my email too before asking t

Re: [PHP] high traffic websites

2013-09-18 Thread Sebastian Krebs
2013/9/18 Negin Nickparsa > In general, what are the best ways to handle high traffic websites? > > VPS(clouds)? > web analyzers? > dedicated servers? > distributed memory cache? > Yes :) But seriously: That is a topic most of us spent much time to get into it. You can explain it with a bunch o