[PHP] Creating multidimensional array

2006-12-21 Thread Yonatan Ben-Nes
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): ?php $array = array('six','five','four','three','two','one'); for ($i = count($array)-1; $i = 0; $i--) { $array_keys_string_representation .=

[PHP] PDO::prepare deallocate PDOStatement::closeCursor()

2006-12-15 Thread Yonatan Ben-Nes
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 optimize

Re: [PHP] Re: PHP Framework

2005-11-16 Thread Yonatan Ben-Nes
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

[PHP] PHP PDO functions

2005-11-16 Thread Yonatan Ben-Nes
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

[PHP] PHP Framework

2005-11-15 Thread Yonatan Ben-Nes
. 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, visit: http://www.php.net

Re: [PHP] PHP Framework

2005-11-15 Thread Yonatan Ben-Nes
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

Re: [PHP] PHP Framework

2005-11-15 Thread Yonatan Ben-Nes
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

[PHP] passing random variables names

2003-11-07 Thread Yonatan Ben-Nes
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

[PHP] CURL + https

2003-10-01 Thread Yonatan Ben-Nes
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

Re: [PHP] CURL + https

2003-10-01 Thread Yonatan Ben-Nes
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 openssl support? Yonatan Ben-Nes wrote: Hi, I'm

[PHP] displaying flash from db

2002-10-21 Thread Yonatan Ben-Nes
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