|  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11
Multiply: you're invited
Check out my Multiply site I set up a Multiply site with my pictures, videos and blog and I want to add you as my friend so you can see it. First, you need to join Multiply! Once you join, you can also create your own site and share anything you want, with anyone you want. Here's the link: http://multipl... 4 Oct 2010 13:23
Can't carry over a key parameter from one form to another
A few weeks ago I was able to get a simple search engine working in my "TAXA" project and very glad for it. All the pages are dynamically formed, so the search code has to be able to extract answers from the 'species' table. At first, the search method was hard wired to provide answers on a common name basis for ... 30 Sep 2010 20:59
Relatively nice/decent web tutorials site
http://www.tizag.org/ Here's their listing of tutorials: Web Tutorials : First Website Guide HTML Tutorial CSS Tutorial -------------------------------------------------------------------------------- Scripting: Javascript Tutorial PHP Tutorial PERL Tutorial Ajax Tutorial ASP Tutorial VBScript Tu... 19 Sep 2010 18:40
php conditionals?
Hi, I saw php usage like below somewhere. I kind of wonder why the page does not display anything. in my understanding, php only interprets what is inside <?php> <?>. Since the form is outside of any php tags, the form should be displayed? Thank you for any helps. <html> <body> <?php if (0) ... 19 Sep 2010 18:40
Debugging & Profiling PHP on Windows
Hi, I'm trying to debug and profile a PHP app on Windows but I can't seem to get xdebug's Profiler to enable. Has anyone encounter this problem before? phpinfo() always shows the below regardless of what settings I have in php.ini: xdebug.profiler_aggregate Off xdebug.profiler_append Off xdebug.profiler_e... 19 Sep 2010 18:40
Simple implementation of alternating session variable to hide contents of a javascript file being implemented in a page
In the following simple, little test client-side version of a noughts and crosses/tic-tac-toe game have just put up: http://www.blindza.co.za/noughtsAndCrosses/ While I am implementing two <script /> tags with external .js script files being linked to, the second one links to a file called oX.php, but it first sets... 19 Sep 2010 18:40
Is this syntax is correct?
Hi All, Is this syntax is correct?? SELECT username FROM data, password FROM registration WHERE username=%s AND password=%s" Best, Guru. ... 19 Sep 2010 18:40
Select the specific user data from the database
Hi Experts, I have a mysql database. What I want is that when a user login he can able to see his entries only, so that he can delete, add or edit his entries only. I have 2 different tables one for user details and another for actual entries. Please help me. Best, Guru. ... 19 Sep 2010 18:40
Need Help with database output
Hi All, I have a database and I want to show it in 3 columns Like Col1 Col2 Col3 data1 data2 data3 data4 data5 data5 ......... ....... ........ I tired using table but its not working. Please help me. Best, guru. ... 19 Sep 2010 18:40
PHP versions and extensions
On some pages I see extensions builds for every PHP release. Let say extension abc-1.2.3-php-5.3.0, abc-1.2.3-php-5.3.1 and so on. On other pages I see extension builds for every minor PHP version f.e. xyz-9.8.7-php5.0, xyz-9.8.7-php5.1 and so on. Extensions need php5.lib or php5ts.lib to compile. So the quest... 19 Sep 2010 18:40
How to make FTS3 with SQLite3 and ICU work?
I have PHP 5.3.3 with intl and sqlite3 support running. But if I create a full text search table: CREATE VIRTUAL TABLE test USING fts3(text, tokenize=icu de_CH) I get the error: Warning: SQLite3::exec(): unknown tokenizer: icu ... 12 Aug 2010 06:03
memory
hi, On Wed, Aug 11, 2010 at 5:33 PM, samuel <zouliloua(a)gmail.com> wrote: hello, I'm upgrading my site and I have some question on memory. I try to use Doctrine, models, and all this stuff. By making some benchmark I noticed that a single request can take 4Mo of memory. Is that huge? Or is that acce... 12 Aug 2010 06:03
[PHP-WIN] memory
hello, I'm upgrading my site and I have some question on memory. I try to use Doctrine, models, and all this stuff. By making some benchmark I noticed that a single request can take 4Mo of memory. Is that huge? Or is that acceptable in face of the beneficts of a good architecture ? I read that the default conf... 11 Aug 2010 12:34
Unable to connect to mysql database
Hi All, I am working on a site which is developed in joomala. We have our domain on www.net4.in. Initially we have tested the site on the WAMP server locally. On the wamp server its working fine, however when we tried to configure it on www.net4.in its not working at all. The site is giving an error called "unab... 11 Aug 2010 09:16
R: [PHP-WIN] PHP Debugger for Windows?
From: phpit(a)andrioli.com To: ajwei(a)alumni.iu.edu Subject: R: [PHP-WIN] PHP Debugger for Windows? Date: Tue, 3 Aug 2010 09:14:28 +0200 -----Messaggio originale----- Da: Alice Wei [mailto:ajwei(a)alumni.iu.edu] Hi, I am exploring some of the possible tools that I cou... 3 Aug 2010 08:09
PHP Debugger for Windows?
Hi, I am exploring some of the possible tools that I could use for PHP debugging purposes on Windows operating system. Before, I always use a Linux system on the side by connecting it remotely to debug my PHP when it crashes, or if it does not display the desired output. Does anyone know any affordable, possibl... 3 Aug 2010 12:34
Question about PHP-CGI, Unicode Environment, and $_POST
Hello comp.php.windows, What is the environment variable to define, in order to work fine with unicode environment, and POST method, in CGI mode? Regards, Pierre. -- My program launches the php-cgi.exe via a "CreateProcess" having its "dwCreationFlags" set to "CREATE_UNICODE_ENVIRONMENT". (I have to use a ... 2 Aug 2010 12:34
 |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11