Hi everyone,
I currently running my php as cgi as it is more controllable in shared
hosting, the drawback is I cannot use mysql persistent connection so
mysql_pconnect() function is not an option. Is there any mysql
connection pool product for php running as cgi ?
Thanks,
Dino
--
PHP Gener
Can I maintain just one mysql connection resource to all my pages per
user session. As far as I knows create connection is more expensive than
executing queries ?
Any reference how to make efficient for connection resources ?
Thanks,
Dino
--
PHP General Mailing List (http://www.php.net/)
To un
Can I maintain just one mysql connection resource to all my pages per
user session. As far as I knows create connection is more expensive than
executing queries ?
Any reference how to make efficient for connection resources ?
Thanks,
Dino
--
PHP General Mailing List (http://www.php.net/)
To u
Can I maintain just one mysql connection resource to all my pages per
user session. As far as I knows create connection is more expensive than
executing queries ?
Any reference how to make efficient for connection resources ?
Thanks,
Dino
--
PHP General Mailing List (http://www.php.net/)
To
Hi All,
Is there any PHP's framework for developing a marketplace site ?
Regards,
Dino
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi All,
Is there any PHP's framework for developing a marketplace site ?
Regards,
Dino
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Thanks to you all, I decided to turn that stuff off since the stripslashes function
returned not exactly the same I get when it's turned off.
On Sun, Sep 12, 2004 at 11:44:40PM -0700, Chris Shiflett wrote:
> --- Alexander Kleshchevnikov <[EMAIL PROTECTED]> wrote:
> > You should chech for configu
Hello everyone,
I had an apache server running with php 5. Now I installed unix on that pc and apache
and php 5.
I am using some forms on web pages and get their values by writing
$foo = $_POST["foo"];
Since I 'upgraded' to unix i am getting a double backslash for each backslash entered
I had a little trouble with my cable modem before, but the Free MySQL
Hosting is back up if any of you are interested. =)
http://mysql.nukedweb.com/
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
For any of you interested, I've created a set of scripts that let you run
your own PHP Scripts Directory, like the /PHP/Scripts_and_Programs/
directory of HotScripts for example. I originally made this for my own
site, but I decided to release it to the public instead =) It has all the
usual fe
I've recently finished creating a Script Index (almost identical to
HotScripts) for people to submit their PHP (and Perl) scripts. The
database right now is over 7,000 (both PHP and Perl), but only because
I've collected the data from other sites. If you have a script, I ask of
you to submit it
As a project I'm working on that will later manifest into something more,
I'm offering free MySQL hosting on one of my servers. Just enter the
desired username and password, and 3 databases will be created for you to
use from your PHP scripts. The info you'll need to connect to the MySQL
server
I'm working on converting a pre-existing website for a company, from
something called Lasso, into PHP. This domain name registration site uses
the same form value, "$Suffix" as the checkbox values for all the TLDs
they offer.
I was originally under the impression PHP would put them all into an
I just started a service on my website, for free TopSite Hosting. It's had
great exposure from Hotscripts.com, in fact, my "Remote-Hosted Search
EWngine" service has taken off quite well. The only problem here is that
people just don't seem to take to it too well. I haven't had one person
sign
start your session before sending any html output to browser
check that register_globals is on
if not use $HTTP_SESSION_VARS("a") instead to reference your session var
assign a value after having initialiazed your var not before
-- Original Message --
From:
select * from yourtable where question like '%life%'
-- Original Message --
From: "Wolfgang Schneider" <[EMAIL PROTECTED]>
Reply-To: "Wolfgang Schneider" <[EMAIL PROTECTED]>
Date: Mon, 20 Aug 2001 12:22:15 +0200
>Hi
>
>I am a newbie to php + mysql and want
16 matches
Mail list logo