First  |  Prev |  Next  |  Last
Pages: 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83
PHP: inexplicable behaviour of pre- and post-increment operators
On Wed, 3 Mar 2010 08:21:06 -0600, haliphax(a)gmail.com (haliphax) wrote: On Fri, Feb 26, 2010 at 11:01 PM, <clancy_1(a)cybec.com.au> wrote: while ($i < $j) { $b[$i] = $a[$i++]; } B. You get $b[0] = $a[1], and so on (as you would expect). Wouldn't that be $b[0] = $a[0], with the va... 3 Mar 2010 19:49
basic authentication and redirection
Hi there, In certain circumstances controlled by my users, I'd like to redirect my users to another site, a third party whom we have contracted with. The second site uses basic authentication with a simple username and password. Can I write my PHP code so my users do not have to login (or even know the u... 3 Mar 2010 16:27
Memory investigation
Hi folks. I have a complicated PHP app that is eating up more memory than I think it should. I have a couple of theories as to where it could be going, but I need some way to verify it. There are a number of large data structures (mostly arrays) that get built up throughout the course of the request. What I... 4 Mar 2010 11:14
gentoo php
Hi, I used simplexml as use flag and did emerge -av php. I still get the same below issue. Fatal error: Call to undefined function simplexml_import_dom() in /var/www/localhost/htdocs/apps/latency-monitor/Monitor/LatencyScraper.php on line 39 Please suggest. Thanks, Kaushal ... 3 Mar 2010 00:48
Best Practices Book, Document, Web Site?
Is there a PHP Best Practices Book, Document, or web site that has information similar to Perl Best Practices but for PHP? ... 5 Mar 2010 17:23
mysqli_connect problem
I am a newbie. The following script works but the second one (below) loads the variables from an html form and then fails. The connection commands in the second sript are identical as the first script was copied from the first. Only the variable values have been changed. #!/usr/bin/php # <?php $first_name ... 1 Mar 2010 15:20
session.entropy_file and hostname
Hi, i'm new to this list... Is it possible to set the session.entropy_file to /bin/hostname (or something like this)? I've to user server-unique SessionIDs... Thanks Sascha ... 3 Mar 2010 07:21
how to download files require login
For URLs like 'http://download.fotolia.com/DownloadContent/1/h7G0bWGsGof8VvSqw32xFZ0KvD5eqbvN', it requires user login to download. Then how do I download it remotely via php server if I have the username and password in hand? ... 1 Mar 2010 12:34
Custom php extension
Hello, I've written a small extension, which helps me to debug weird code behaviour in my framework. Anyway I want to improve it, and i'm stuck. I need to get some informations about request in PHP_RINIT_FUNCTION and in PHP_MSHUTDOWN_FUNCTION. I need to get info from _SERVER , _GET and _POST arrays, but i'm ... 1 Mar 2010 11:25
Generating end user documentation for SOAP services.
Hi. I've got a webservice using Zend_Soap_Server (along with AutoDiscover and WSDL from the Zend Framework). I used DocBlocks to describe my code and I can happily produce the developer level documentation for the classes (55 classes dealing with authentication, supplying data and versioning). I would like ... 1 Mar 2010 10:18
First  |  Prev |  Next  |  Last
Pages: 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83