First  |  Prev |  Next  |  Last
Pages: 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147
[PHP] Using zend_hash_find when key is of Integer type
Hi All, I am writing a PHP extension and over here I am trying to use zend_hash_find API to search for key in a hash. But the problem here is "my key is an integer and not *char". So this zend_hash_find will not work. Can anyone tell me how can I use zend_hash_find (or any other API) to search key, where key... 2 Jul 2008 10:52
URL Rewrite
Subhranil wrote: =20 Hi All, =20 I want to show one URL at browser and content of different URL. =20 Take a look at apache url rewriting.=20 /Per Jessen, Z=C3=BCrich ... 6 Jul 2008 07:53
[PHP] URL Rewrite
Hi All, I want to show one URL at browser and content of different URL. Like user can see the URL at address bar like http://localhost/test/home/ or http://localhost/test/tech/php/ but content of page will be http://localhost/test/index.php The URL of the address bar will never change to http://loca... 2 Jul 2008 06:46
FW: [SPAM] [PHP] FIFO files on PHP?
> -----Original Message----- From: Waynn Lue [mailto:waynnlue(a)gmail.com] Sent: Tuesday, July 01, 2008 11:06 PM To: php-general(a)lists.php.net Subject: [SPAM] [PHP] FIFO files on PHP? Importance: Low I'm trying to build a queue out using FIFO files (someone on the MySQL list suggested checking th... 2 Jul 2008 04:44
Session variables disappear (some of them only)
Hi ! I have a very weird issue since the last Apache upgrade (-> 2.2.8-r3, a month ago), but I'm not sure it is related (well, I'm pretty sure it's not). Like many people, I've written an application that use PHP session variables, like $_SESSION["my_variable"]. Sometimes (it doesn't happen all the time), ... 8 Jul 2008 02:52
CURL de-bugging: So why am I not getting the results page on the target site?
On Tue, Jul 1, 2008 at 5:23 PM, ioannes <ioannes(a)btinternet.com> wrote: I didn't get any brave response on this, but given the other thread on 'encription' I was wondering could anyone decrypt the __VIEWSTATE string at the end of this message. It is part of the input page whose results page I am trying to retr... 2 Jul 2008 10:52
PHP-CLI and the "less" command (kubuntu)
Hi everyone, I have a CLI application that produces lots of output to the terminal, so I like to send the output along to the "less" command. This has always worked very nicely. Moving to the top or bottom of the output used to require just hitting the "home" or "end" key, and the up and down arrows as well ... 2 Jul 2008 10:52
FIFO files on PHP?
I'm trying to build a queue out using FIFO files (someone on the MySQL list suggested checking them out instead of using the database), but I'm running into a problem because of the synchronous fwrite call. Here's the code: $fifoFile = '/tmp/fifo'; if (!file_exists($fifoFile)) { posix_mkfifo($fifoFile, ... 1 Jul 2008 21:35
CURL de-bugging: So why am I not getting the results pageon the target site?
I didn't get any brave response on this, but given the other thread on 'encription' I was wondering could anyone decrypt the __VIEWSTATE string at the end of this message. It is part of the input page whose results page I am trying to retrieve back onto my server for further php work. I replicated the source ... 10 Jul 2008 13:26
Splitting up long URLs
I have a web page that lists "most recent comments" in a left margin. Sometimes people post long URLs, or even just really really long words, that force that margin to display way too wide, screwing up the page layout. Is there a way to make sure URLs or other text in a string gets split up so this doesn't ... 8 Jul 2008 15:10
First  |  Prev |  Next  |  Last
Pages: 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147