Re: [PHP] Novice question

2011-10-31 Thread John Allsopp
> cURL is the best one in my experience, but you have to manage security > yourself. Meaning: Remember to escape/encode data. > > http://php.net/manual/en/book.curl.php Thanks everyone, appreciated, I'll investigate .. Cheers J >> -- >> 01723 376477 >> >> Cost-free marketing: http://www.flowmark

Re: [PHP] Novice question

2011-10-30 Thread Rico Secada
On Sun, 30 Oct 2011 17:24:07 - "John Allsopp" wrote: > Hi > > I'm afraid I've fallen a little out of touch with PHP dev, so a stupid > question for you. > > I want to write a script that requests a URL and then reads that > website .. I'm interested to map web structures. My web host is > s

Re: [PHP] Novice question

2011-10-30 Thread Bastien
On 2011-10-30, at 2:45 PM, Marc Guay wrote: >> I want to write a script that requests a URL and then reads that website >> .. I'm interested to map web structures. My web host is saying I'll need >> URL file access enabled but that it's a) a security risk and b) >> deprecated. > > > simplehtml

Re: [PHP] Novice question

2011-10-30 Thread Marc Guay
> I want to write a script that requests a URL and then reads that website > .. I'm interested to map web structures. My web host is saying I'll need > URL file access enabled but that it's a) a security risk and b) > deprecated. simplehtmldom is pretty great for this, if I understand your needs

Re: [PHP] Novice question

2011-10-30 Thread Negin Nickparsa
Your question is NOT Novice and I really want to know the answer like you. On 10/30/11, John Allsopp wrote: > Hi > > I'm afraid I've fallen a little out of touch with PHP dev, so a stupid > question for you. > > I want to write a script that requests a URL and then reads that website > .. I'm int

Re: [PHP] Novice Question - Viewing Errors

2007-06-19 Thread Jochem Maas
revDAVE wrote: > I am just beginning to learn about PHP. > > It seems as though if I make a code error... The PHP page will simply come > up blank. ( Not too helpful for error checking) - I would like to see some > kind of report on the page as to what went wrong. > > I have tried adding variou

Re: [PHP] Novice Question - Viewing Errors

2007-06-19 Thread Daniel Brown
On 6/19/07, Daniel Brown <[EMAIL PROTECTED]> wrote: On 6/19/07, revDAVE <[EMAIL PROTECTED]> wrote: > I am just beginning to learn about PHP. > > It seems as though if I make a code error... The PHP page will simply come > up blank. ( Not too helpful for error checking) - I would like to see some

Re: [PHP] Novice Question - Viewing Errors

2007-06-19 Thread Daniel Brown
On 6/19/07, revDAVE <[EMAIL PROTECTED]> wrote: I am just beginning to learn about PHP. It seems as though if I make a code error... The PHP page will simply come up blank. ( Not too helpful for error checking) - I would like to see some kind of report on the page as to what went wrong. I have

Re: [PHP] Novice Question

2002-10-03 Thread 1LT John W. Holmes
> Question: > Does PHP4 code have to be written differently for Windows servers? If so, is > there a code resource describing the differences? > (the only information I can find is on installation on Win servers) No, not really. There are a few functions that won't work on windows because they ac

Re: [PHP] Novice Question

2002-10-03 Thread Liam . Gibbs
<> What's an example error message that you're getting? As said, it may just be a difference in versions. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Novice Question

2002-10-03 Thread Justin French
Run a small phpinfo() script on both servers... take note of the version numbers being used, and take not of the config setting "register_globals" on both... my guess is that register_glabals is set to OFF on your local machine, being a newer install. If it isn't that, it may be an issue with the

Re: [PHP] novice question

2002-02-28 Thread Jason Cox
JD, This is how you would do it: - or you could do it directly like this - - or my personal preference - === A quick read of the section on functions in the online manual would be a great resource. In fact, I recommend checking the manual before posting to this list. It's a gr

RE: [PHP] novice question

2002-02-28 Thread Cal Evans
Sumthin like this... * * Cal Evans * Journeyman Programmer * Techno-Mage * http://www.calevans.com * -Original Message- From: me us [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 27, 2002 3:23 PM To: [EMAIL PROTECTED] Subject: [PHP] novice question Hi Id reelly l

RE: [PHP] Novice Question

2002-02-19 Thread Ford, Mike [LSS]
> -Original Message- > From: Martin Towell [mailto:[EMAIL PROTECTED]] > Sent: 18 February 2002 22:44 > To: 'JSheble'; [EMAIL PROTECTED] > > window.document.frmName.elements["poly[]"].value !!! This should also work (well, it has for me in the past!): window.document.frmName["poly[]

RE: [PHP] Novice Question

2002-02-18 Thread Martin Towell
window.document.frmName.elements["poly[]"].value !!! -Original Message- From: JSheble [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 19, 2002 9:41 AM To: [EMAIL PROTECTED] Subject: RE: [PHP] Novice Question with this type of naming convention, how would you write a

RE: [PHP] Novice Question

2002-02-18 Thread JSheble
cmp( "", $poly[$idx] ) > { > ... do something with field ... > } >} > >-Original Message- >From: brendan conroy [mailto:[EMAIL PROTECTED]] >Sent: Monday, February 18, 2002 3:27 PM >To: [EMAIL PROTECTED] >Subject: RE: [PHP] Novice Question > > >

Re: [PHP] Novice Question

2002-02-18 Thread Corey Eiseman
> } > } > > -Original Message- > From: brendan conroy [mailto:[EMAIL PROTECTED]] > Sent: Monday, February 18, 2002 3:27 PM > To: [EMAIL PROTECTED] > Subject: RE: [PHP] Novice Question > > > I wish to create multiple input fields on a single form, I think(so

RE: [PHP] Novice Question

2002-02-18 Thread Rick Emery
... do something with field ... } } -Original Message- From: brendan conroy [mailto:[EMAIL PROTECTED]] Sent: Monday, February 18, 2002 3:27 PM To: [EMAIL PROTECTED] Subject: RE: [PHP] Novice Question I wish to create multiple input fields on a single form, I think(sorry ..could you advise

RE: [PHP] Novice Question

2002-02-18 Thread Rick Emery
Do you wish to create multiple forms or multiple input fields on a single form? -Original Message- From: brendan conroy [mailto:[EMAIL PROTECTED]] Sent: Monday, February 18, 2002 2:48 PM To: [EMAIL PROTECTED] Subject: [PHP] Novice Question Hi thanks for reading this. This problem is di

RE: [PHP] Novice question

2002-02-15 Thread Rick Emery
$element[0] = "-".$element[0]; $element[1] = "-".$element[1]; $element[2] = "-".$element[2]; $element[3] = "-".$element[3]; -Original Message- From: brendan conroy [mailto:[EMAIL PROTECTED]] Sent: Friday, February 15, 2002 3:03 PM To: [EMAIL PROTECTED] Subject: [PHP] Novice question Hi,

Re: [PHP] Novice question - please help

2002-02-11 Thread Adrian Murphy
use str_replace() instead of ereg_replace() ...in the same way described - Original Message - From: "brendan conroy" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, February 11, 2002 9:15 PM Subject: [PHP] Novice question - please help > Hi, >THANK YOU for reading this.I wo

Re: [PHP] Novice question - Please Help

2002-01-30 Thread David Otton
On Wed, 30 Jan 2002 12:10:14 +, you wrote: >Could someone please email me and tell me how to split a string into >different arrays '); } /* I know it's weird, but use sizeof() for arrays, and strlen() for strings */ echo('$arr has ' . sizeof($arr) . ' elements');

RE: [PHP] Novice question - Please Help

2002-01-30 Thread Jerry Verhoef (UGBI)
Take a look at split, explode > -Original Message- > From: brendan conroy [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 30, 2002 1:10 PM > To: [EMAIL PROTECTED] > Subject: [PHP] Novice question - Please Help > > > Hi, >thanks for reading this. Ive looked at every php site an