First  |  Prev |  Next  |  Last
Pages: 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149
can you give me example of website using postgresqldatabase?
Quoting paragasu <paragasu(a)gmail.com>: i am planning to use postgresql for my next project (social network). anyone can point me any website using postgresql database? it will help me a lot.. thanks.. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsu... 30 Jun 2008 10:40
can you give me example of website using postgresql database?
i am planning to use postgresql for my next project (social network). anyone can point me any website using postgresql database? it will help me a lot.. thanks.. ... 1 Jul 2008 12:20
unset in foreach breaks recrusion
Hello everyone! A couple of days ago I submitted a bug to PHP http://bugs.php.net/bug.php?id=45385 But I was mistaken, apparently it's not a bug. And I was "sent" here to get help. Although I did tried what was suggested in the response, Actually I tried it before I wrote about the bug, as I found few _simil... 1 Jul 2008 11:18
CURL de-bugging: So why am I not getting the results page on thetarget site?
For those that like CURL and calendars. Using CURL, I am accessing a form on a 'target' third party site (it is built around JavaScript DHTML DatePicker) and trying to POST various date and other inputs from its form and return the results page to my site for further processing with php. However, I can only g... 29 Jun 2008 21:23
Early return (was: Inspiration for a Tombstone.)
2008/6/29 Colin Guthrie <gmane(a)colin.guthr.ie>: In these instances you could rely on != behaviour instead of == behaviour, like this: <?php if ($challenge_password_hash != $stored_password_hash) { echo 'Stay out! This club is for members only!'; } else { echo 'Welcome to the club!'; } ... 29 Jun 2008 09:06
Early return (was: Inspiration for a Tombstone.)
2008/6/29 Colin Guthrie <gmane(a)colin.guthr.ie>: In these instances you could rely on != behaviour instead of == behaviour, like this: <?php if ($challenge_password_hash != $stored_password_hash) { echo 'Stay out! This club is for members only!'; } else { echo 'Welcome to the club!'; } ... 29 Jun 2008 18:18
Adding new encodings to mbstring?
Hi all, Is it possible to add new character encodings to mbstring? http://us.php.net/mbstring If it is possible, then is there a procedure where I can submit "new feature" requests? Or is it possible for me to add the new character encodings myself? Thanks, Haluk ... 29 Jun 2008 05:01
Another instance of shameless self promotion
This time its a line chart: http://www.phpguru.org/line/test.html BTW Is anyone else dumbfounded at the inability of the CANVAS tag to render text natively? A gross oversight IMO. -- Richard Heyes ... 7 Jul 2008 11:28
localconv() monetary grouping
Looking through the PHP 5 docs regarding the information returned by localconv(), I am not sure what the 'grouping' and 'mon_grouping' elements refer to. Can someone explain to me why in the example shown ('nl_NL.UTF-8(a)euro'), the grouping array is empty and the mon_grouping array has two elements of '3' each. ... 28 Jun 2008 02:30
[Q] Exec'ing a command
Hopefully this will be clear. I've got a unix command-line app which I will be exec'ing (or some other similar command) from a php script. The special property of this unix app is that while it executes and terminates quickly, only a single instance can be running at any one time. However, the php scr... 28 Jun 2008 04:32
First  |  Prev |  Next  |  Last
Pages: 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149