Hi all,
I got a problem with creating a multidimensional array which it's size is
unknown.
I already made it work like this (example):
= 0; $i--) {
$array_keys_string_representation .= '["'.$array[$i].'"]';
}
eval('$new_array'.$array_keys_string_representation.'["node_title"] =
"string value";'
Hi all,
I got 2 questions about PDO:
1. Let's say that I create the following prepared statement:
$PDOStatement = $DB_Conn->prepare("INSERT INTO test (name) values (?)");
And after 50,000 inserts (with $PDOStatement->execute(array('somevalue'));)
I want the database to analyze, compile and optim
action layers
like PEAR::DB got their disadvantages, does PDO got disadvantages also
compared for using specific pg_ functions?
Thanks in advance,
Yonatan Ben-Nes
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Aaron Greenspan wrote:
Yonatan,
And since I'm the Lampshade guy, I'll throw Lampshade out there, as well:
http://www.thinkcomputer.com/software/lampshade/index.html
Unlike a lot of frameworks, Lampshade is entirely procedural, and it's
designed specifically for use with MySQL. I suppose that
Robert Cummings wrote:
On Tue, 2005-11-15 at 09:54, Yonatan Ben-Nes wrote:
Hi All,
I want to start using a framework to my future sites and I saw that
there are quite alot of options out there at the net, if anyone got any
experience with frameworks I would really like to receive some
Richard Davey wrote:
Hi Yonatan,
Tuesday, November 15, 2005, 2:54:27 PM, you wrote:
I want to start using a framework to my future sites and I saw that
there are quite alot of options out there at the net, if anyone got
any experience with frameworks I would really like to receive some
sugges
.xaraya.com/index.php
4. FUSEBOX - http://www.fusebox.org/
5. InterJinn - http://www.interjinn.com/about/index.phtml
6. PHP2GO - http://php2go.sourceforge.net/
7. P4A - http://p4a.sourceforge.net/
Thanks in advance,
Yonatan Ben-Nes
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, vi
Hi all,
I made a form which pass constant variables which never change (Ex. product_name) and
dynamic variables which i withdraw from the db (Ex. attribute_id = 1, value = color).
Now my problem is with the passing of the dynamic variables.
Because the fields can change their name (id's) i need t
mistake?
- Original Message -
From: "Marek Kilimajer" <[EMAIL PROTECTED]>
To: "Yonatan Ben-Nes" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Wednesday, October 01, 2003 1:04 PM
Subject: Re: [PHP] CURL + https
> Did you compile php with o
Hi,
I'm currently building an e-commerce site and I need to create the connection between
the site and the server which validate the credit card.
I'm trying to do it with CURL which will post all the information from a secured page
(https) to another secure page, the code that i succeded to crea
Hi all!
Does anyone know where can i find some information about displaying flash from a db?
I'm breaking my head over it, searching at newsgroups, searching at the net,
addressing newsgroups but still nothing!
Help b4 im cutting my hands off!!!
With hopes to be saved :P
Yonatan Ben-Nes
11 matches
Mail list logo