[PHP] Re: Problems with HTTPS and maybe an .htaccess???

2009-05-08 Thread Ross McKay
On Tue, 05 May 2009 13:20:56 -0500, Skip Evans wrote: >[...] >But now I have a problem implementing this on their >development site, which is just a duplicate code base inside a >directory public_html/_dev and a domain name dev.sitename.com, >instead of sitename.com. > >The problem is, and I be

Re: [PHP] how to enable ttf support in php 5.2.9

2009-05-08 Thread Ross McKay
On Tue, 5 May 2009 17:27:57 -0400, tedd.sperling wrote: >I have one client who no matter how many times I talk to him about >gremlins and how he should make sure his entries are plain text, he >still cuts and paste things directly from M$ Word and then wonders >"Where did those come from? They

RES: RES: RES: RES: [PHP] CURL error help

2009-05-08 Thread Jônatas Zechim
U r correct! It's ok know. -Mensagem original- De: Shawn McKenzie [mailto:nos...@mckenzies.net] Enviada em: sexta-feira, 8 de maio de 2009 13:34 Para: Miller, Terion Cc: Jônatas Zechim; PHP-General List Assunto: Re: RES: RES: RES: [PHP] CURL error help Miller, Terion wrote: > > > On 5

Re: RES: RES: RES: [PHP] CURL error help

2009-05-08 Thread Shawn McKenzie
Miller, Terion wrote: > > > On 5/8/09 10:55 AM, "Jônatas Zechim" wrote: > > Ok, but u need to confirm the $args vars are being passed to that funtion, > because I thing they're blanks. > > Zechim > zechim.com > São Paulo/Brazil > > here is the code from the dom.php file, as it stands current

Re: [PHP] php-general@lists.php.net, Tim-Hinnerk Heuer has invited you to open a Google mail account

2009-05-08 Thread sean greenslade
On Fri, May 8, 2009 at 5:27 PM, Lenin wrote: > Yeah gmail is a nice thing :) > > The best ever mailing system world has ever seen until now. > Agreed. -- --Zootboy -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] php-general@lists.php.net, Tim-Hinnerk Heuer has invited you to open a Google mail account

2009-05-08 Thread Lenin
Yeah gmail is a nice thing :) The best ever mailing system world has ever seen until now.

Re: [PHP] php-general@lists.php.net, Tim-Hinnerk Heuer has invited you to open a Google mail account

2009-05-08 Thread sean greenslade
On Fri, May 8, 2009 at 12:18 AM, Tim-Hinnerk Heuer wrote: > I've been using Gmail and thought you might like to try it out. Here's > an invitation to create an account. > if you send me mail on here it will probably be more secure than over > the rest of the network. just let me know what the new

Re: [PHP] Session data files

2009-05-08 Thread Tom Worster
On 5/8/09 11:09 AM, "phphelp -- kbk" wrote: > Just something I'm curious about: When I run PHP on my development > box (W2K), I just get one session file per connection which gets > deleted (usually) after the session expires. > > When I look at the session files on the client server (linux/apac

RES: RES: RES: RES: [PHP] CURL error help

2009-05-08 Thread Jônatas Zechim
Look: var/www/vhosts/getpublished.news-leader.com/httpdocs/Warrants/inc/dom.php Is ‘getpublished.news-leader.com’ really a folder? Are u using mod_rewrite? I do thing u r passing a wrong $args var, can u send me the files on a *.zip? If u can: zechim@gmail.com Zechim zechi

Re: RES: RES: RES: [PHP] CURL error help

2009-05-08 Thread Miller, Terion
On 5/8/09 10:55 AM, "Jônatas Zechim" wrote: Ok, but u need to confirm the $args vars are being passed to that funtion, because I thing they're blanks. Zechim zechim.com São Paulo/Brazil here is the code from the dom.php file, as it stands currently my error reads: Warning: file_get_conten

RES: RES: RES: [PHP] CURL error help

2009-05-08 Thread Jônatas Zechim
Ok, but u need to confirm the $args vars are being passed to that funtion, because I thing they're blanks. Zechim zechim.com São Paulo/Brazil -Mensagem original- De: Miller, Terion [mailto:tmil...@springfi.gannett.com] Enviada em: sexta-feira, 8 de maio de 2009 11:52 Para: Jônatas Zechi

[PHP] Session data files

2009-05-08 Thread phphelp -- kbk
Hey, folks --- Just something I'm curious about: When I run PHP on my development box (W2K), I just get one session file per connection which gets deleted (usually) after the session expires. When I look at the session files on the client server (linux/apache), there seems to be one sessi

Re: RES: RES: [PHP] CURL error help

2009-05-08 Thread Miller, Terion
On 5/8/09 8:49 AM, "Jônatas Zechim" wrote: Try to echo the $target_url var. What's on it? Try to echo the $args var. What's on it? How do you pass the $args? I echo'd the $target_url and I got all the correct urls -did I mention this error reports one time for every url in the array, I

Re: RES: [PHP] CURL error help

2009-05-08 Thread Shawn McKenzie
Miller, Terion wrote: > > > On 5/8/09 8:04 AM, "Jônatas Zechim" wrote: > > Try to change this: > > curl_setopt($ch,CURLOPT_URL,$targets); > > to: > > curl_setopt($ch,CURLOPT_URL, $target_url); > > Zechim > zechim.com > São Paulo/Brazil > > Thanks for the suggestion: > Tried it and get this

RES: RES: [PHP] CURL error help

2009-05-08 Thread Jônatas Zechim
Try to echo the $target_url var. What's on it? Try to echo the $args var. What's on it? How do you pass the $args? Zechim zechim.com São Paulo/Brazil -Mensagem original- De: Miller, Terion [mailto:tmil...@springfi.gannett.com] Enviada em: sexta-feira, 8 de

Re: RES: [PHP] CURL error help

2009-05-08 Thread Miller, Terion
On 5/8/09 8:04 AM, "Jônatas Zechim" wrote: Try to change this: curl_setopt($ch,CURLOPT_URL,$targets); to: curl_setopt($ch,CURLOPT_URL, $target_url); Zechim zechim.com São Paulo/Brazil Thanks for the suggestion: Tried it and get this error now: Warning: file_get_contents($target_url) [fun

RES: [PHP] CURL error help

2009-05-08 Thread Jônatas Zechim
Try to change this: curl_setopt($ch,CURLOPT_URL,$targets); to: curl_setopt($ch,CURLOPT_URL, $target_url); Zechim zechim.com São Paulo/Brazil -Mensagem original- De: Miller, Terion [mailto:tmil...@springfi.gannett.com] Enviada em: sexta-feira, 8 de maio de 2009 09:50 Para: PHP-General

Re: [PHP] Re: bcmath integer type?

2009-05-08 Thread Michael A. Peters
Robert Cummings wrote: On Thu, 2009-05-07 at 21:45 -0700, Michael A. Peters wrote: Michael A. Peters wrote: I'm having a problem with db2 and prepared statements. var_dump indicates that some variables that should be type int are type text. These variables are the output of bcmath equations,

[PHP] CURL error help

2009-05-08 Thread Miller, Terion
Trying to run a script on several different pages within the same site by making the url's an array...anyone see a better way to do this? Trying to resolve some curl errors and need some help, here are the errors: Notice: Array to string conversion in /var/www/vhosts/getpublished.news-leader.com

Re: [PHP] Re: bcmath integer type?

2009-05-08 Thread Robert Cummings
On Thu, 2009-05-07 at 21:45 -0700, Michael A. Peters wrote: > Michael A. Peters wrote: > > I'm having a problem with db2 and prepared statements. > > var_dump indicates that some variables that should be type int are type > > text. > > > > These variables are the output of bcmath equations, and a