Re: [PHP] Unique items in an array

2011-12-21 Thread Marc Guay
Hi folks, I just wanted to add a little something to this thread as I reworked some of the code and came across an interesting tidbit. I was trying to merge many result sets which now had the table's primary key as the array key, but found that when array_merge() was done, all of the array's keys

Re: [PHP] Online Form Creation

2011-12-21 Thread Tedd Sperling
On Dec 21, 2011, at 2:14 AM, Christopher Lee wrote: > Hello All, > > I have two forms (see attached) that I would like to recreate and enable the > user to complete the form online. The data would be collected in a MySQL DB. > > http://ucensys.com/activities.pdf > > http://ucensys.com/guidelin

Re: [PHP] Problems with CURL using an HTTP Proxy on PHP5

2011-12-21 Thread Matijn Woudt
On Fri, Dec 16, 2011 at 10:09 PM, Francisco M. Marzoa Alonso wrote: > > I know it is NOT a problem with the website, because if I comment out > the line curl_setopt ($ch, CURLOPT_HTTPPROXYTUNNEL, 1) disabling the use > of a proxy, it works fine. > > I know the proxy is working fine, because if I u