[PHP] Apache Error After Running Config PEAR-Package Application

2003-09-07 Thread Nilaab Y.
Hello Everyone, Here goes: I recently started looking into PHP's PEAR project and I set everything up correctly. The database abstraction package works wonders, I love it. So I know that PEAR is working. However, when I try to include() the Config package into my application it gives me Apache's "

[PHP] Merging Multi-Dimensional Arrays Into Another Array

2003-08-20 Thread Nilaab Y.
Ok, here goes... I have an multi-dimensional array extracted from the database ($units) that is listed at the bottom of this e-mail. What I want to do is take this multi-dimensional array $units and maybe merge or extract it to a different array called $options. I want to group similar units into

[PHP] Best Merchant Account For PHP Users

2003-06-25 Thread Nilaab Y.
Hello everyone, I want to start learning about e-commerce, shopping carts, SSL encryption methods, etc. I have built a catalog system for my clients and I want to built a fully integrated store on top of it. I need a merchant provider that can allow me to integrate the credit card proccessing wit

[PHP] Image Border Help

2003-06-19 Thread Nilaab Y.
Hey guys, I want to know how I can add different border "styles" around an image. Here's what I do to create an image: function output_new_img () { $new = $this->calc_new_size ($this->max_w, $this->max_h); $new_w = $new[0]; $new_h = $new[1]; $src_img = ImageCreateFromJPEG ($this