First  |  Prev |  Next  |  Last
Pages: 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71
PHP execute very slow : PHP Version 5.2.6
Hi, I'm experiencing very slow performance of my php scripts ... At first and for a long time I thought it was Oracle fault cause I didn't use binding (I rewrote the code ), but the performance is still bad. So I tested my sql statement and did some time measurement and found out that Oracle can fetc... 11 Apr 2010 13:28
Inserting into multiple tables
I am experimenting with multiple tables, it is only a test that is my local machine only. This is the current code, which does not work , I have tried to concatonate the insert statements. I have tried multiple $query variables, but it is just overwriting itself (only the last one gets inserted). I also tried ... 12 Apr 2010 18:10
wiki api help needed with php
I'm trying to do build a system which is described below. "The user inputs a word. The system check if word exists at portuguese section of wiktionary. If true, get and show to user the word definiton. If false, sugest (displays) similar words, as in Wiktionary, with her links." I have done this http://troye... 10 Apr 2010 13:32
Sort two coupled arrays [my solution]
At 10:26 AM -0400 4/8/10, Robert Cummings wrote: tedd wrote: At 8:28 AM -0400 4/8/10, Andrew Ballard wrote: On Wed, Apr 7, 2010 at 6:46 PM, Ryan Sun <ryansun81(a)gmail.com> wrote: rsort(array_combine(array2, array1)); you should expect array( 'Personal Email' => 75, ... 9 Apr 2010 11:10
another "useless" message.
Service Announcement :)) htmlMicroscope on http://mediabeez.ws/ is down because of technical difficulties, not-related to the body of the owner of the machine that runs mediabeez.ws atm. That mediabeez.ws runs on a home PC (ubuntu karmic), but i'm away from home atm, travelling around, and the thing has died on ... 9 Apr 2010 19:01
Forgot what to install
Hey guys, quick question. I had to re-install my Ubuntu, and I forgot what package I needed so firefox will display the php files and not ask me to if I want to download them. I've done installed PHP5, mysql, and php-mysql. What did I miss. I know the package name, but it's completely slipping my mind right now. ... 9 Apr 2010 08:55
No notices for undefined index
So the first two print statements generate NO notices, while the second obviously generates: Notice: Undefined offset: 1 in /home/shawn/www/test.php on line 11 Notice: Undefined index: test in /home/shawn/www/test.php on line 12 This sucks. A bug??? error_reporting(E_ALL); ini_set('display_errors', '1'... 9 Apr 2010 16:46
Beginner's question: How to run a PHP web application locally?
The best option in windows would be xampp or wamp.... same goes true with linux..... Midhun Girish On Thu, Apr 8, 2010 at 5:12 PM, Bastien Helders <eldroskandar(a)gmail.com> wrote: Hi List, The other day, I read an article that mentioned about a tool that would permit to simulate a web environmen... 9 Apr 2010 05:38
Beginner's question: How to run a PHP web applicationlocally?
On Thu, 2010-04-08 at 13:42 +0200, Bastien Helders wrote: Hi List, The other day, I read an article that mentioned about a tool that would permit to simulate a web environment for PHP, so that testing could be made before uploading the page on the server. Unfortunately, I don't seem to find the art... 8 Apr 2010 08:23
[PHP] Beginner's question: How to run a PHP web application locally?
Hi List, The other day, I read an article that mentioned about a tool that would permit to simulate a web environment for PHP, so that testing could be made before uploading the page on the server. Unfortunately, I don't seem to find the article again. So here am I with this question: What should I need to set... 8 Apr 2010 08:23
First  |  Prev |  Next  |  Last
Pages: 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71