OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
From: php-general-digest-helplists.php.net
Date: Sun Aug 05 2001 - 13:04:29 CDT

  • Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

    php-general Digest 5 Aug 2001 18:04:29 -0000 Issue 798

    Topics (messages 61308 through 61341):

    How to ?
            61308 by: Alawi Albaity
            61317 by: Alawi Albaity
            61321 by: Michael Hall
            61322 by: Andreas D. Landmark
            61325 by: Andreas D. Landmark
            61326 by: Michael Quinn
            61327 by: Michael Quinn
            61328 by: Andreas D. Landmark

    Re: web hosting
            61309 by: Pere
            61310 by: Damiano Ferrari
            61313 by: Boaz Yahav
            61314 by: Tim
            61315 by: Damiano Ferrari
            61316 by: Damiano Ferrari
            61330 by: Alex Piaz
            61333 by: Kurt Lieber

    Re: Free PHP/MySQL Web Hosting ?
            61311 by: B. van Ouwerkerk

    To the question about scripts running after a connection close...
            61312 by: terrence chay

    chmod
            61318 by: Manu Verhaegen
            61332 by: Ben Bleything

    syntax help~~~
            61319 by: Coconut Ming
            61323 by: Andreas D. Landmark

    Re: New lists (was [PHP] Attitude of B van Ouwerkerk)
            61320 by: Andreas D. Landmark

    veuillez m'inscrire dans la liste
            61324 by: said el maataoui

    Cant load MSSQL extension (Win, PHP, Apache)
            61329 by: Phil

    Parsing question from newbie
            61331 by: Craig Westerman
            61335 by: Gyozo Papp

    Re: php-4.0.6 compile errors
            61334 by: hunter

    Re: Does PHP scripts always finish, or are they halted if the web page loading is halted?
            61336 by: Matt Rogers
            61338 by: Kees Hoekzema

    project management scripts?
            61337 by: Daniel Goldin \(E-mail\)

    404's and requesting page
            61339 by: Tom Carter

    Re: SetLocal() problem
            61340 by: Gyozo Papp

    Re: newest PHP compile won't see pg_connect()
            61341 by: Dan Troxell

    Administrivia:

    To subscribe to the digest, e-mail:
            php-general-digest-subscribelists.php.net

    To unsubscribe from the digest, e-mail:
            php-general-digest-unsubscribelists.php.net

    To post to the list, e-mail:
            php-generallists.php.net

    ----------------------------------------------------------------------

    attached mail follows:


    how can i to make my page as a browser for another
    pages

    i mean i want as a proxy

    how can i do that

    __________________________________________________
    Do You Yahoo!?
    Make international calls for as low as $.04/minute with Yahoo! Messenger
    http://phonecard.yahoo.com/

    attached mail follows:


    how can i to make my page as a browser for another
    pages

    i mean i want as a proxy

    how can i do that ?

    __________________________________________________
    Do You Yahoo!?
    Make international calls for as low as $.04/minute with Yahoo! Messenger
    http://phonecard.yahoo.com/

    attached mail follows:


    Alawi:

    Generally speaking, this is a friendly list and people like to help if they can.
    But it is not clear what you are asking for.
    You need to give more detail or ask your question in another way.
    Is this a PHP question?

    Mick

    On Sun, 05 Aug 2001, Alawi Albaity wrote:
    > how can i to make my page as a browser for another
    > pages
    >
    > i mean i want as a proxy
    >
    > how can i do that ?
    >
    >
    > __________________________________________________
    > Do You Yahoo!?
    > Make international calls for as low as $.04/minute with Yahoo! Messenger
    > http://phonecard.yahoo.com/
    >
    > --
    > PHP General Mailing List (http://www.php.net/)
    > To unsubscribe, e-mail: php-general-unsubscribelists.php.net
    > For additional commands, e-mail: php-general-helplists.php.net
    > To contact the list administrators, e-mail: php-list-adminlists.php.net

    attached mail follows:


    At 05.08.2001 12:24, Alawi Albaity wrote:
    >how can i to make my page as a browser for another
    >pages
    >
    >i mean i want as a proxy
    >
    >how can i do that ?

    I remember I did some thing like that a long time ago (to get around those
    nasty
    blocks that libraries-schools-colleges-unis-whatever uses), basicly use a
    fopen()
    and the URL you'd like to open (in this case get input from a <input> and
    use that
    as the URL).

    Things to consider though, are loads of sites use relative paths to images and
    subsites, they can become a pain, you'll need to use a replace (of your choice)
    or you could use a <base href="???"> to get around the images, but links would
    still be a problem as you'll need the links to point to your script rather
    than straight
    to the source...

    -- 
    Andreas D Landmark / noXtension
    Real Time, adj.:
             Here and now, as opposed to fake time, which only occurs there
    and then.
    

    attached mail follows:


    At 05.08.2001 13:23, you wrote: >Alawi: > >Generally speaking, this is a friendly list and people like to help if >they can. >But it is not clear what you are asking for. >You need to give more detail or ask your question in another way. >Is this a PHP question? > >Mick

    This is very much a php question, as I understood it...

    What he wants to do is to use php to get a webpage and show it to the user, ie. similar to what a proxyserver does... it's an "accepted" of circumventing filtering software.

    -- 
    Andreas D Landmark / noXtension
    Real Time, adj.:
             Here and now, as opposed to fake time, which only occurs there
    and then.
    

    attached mail follows:


    I assume you mean using controls in one browser window to navigate other open windows? Like a remote control! DHTML is the answer.

    Maybe!

    attached mail follows:


    I assume you mean using controls in one browser window to navigate other open windows? Like a remote control! DHTML is the answer.

    Maybe!

    attached mail follows:


    At 05.08.2001 15:04, Michael Quinn wrote: >I assume you mean using controls in one browser window to navigate >other open windows? Like a remote control! DHTML is the answer. > >Maybe!

    By mentioning proxy, I assumed he was looking for a code-sniplet that grabs a webpage and sends it to the user, by this way dodgin any filters installed on the user-end.

    -- 
    Andreas D Landmark / noXtension
    Real Time, adj.:
             Here and now, as opposed to fake time, which only occurs there
    and then.
    

    attached mail follows:


    Hi Damiano,

    I am using SiteTurn and I am really satisfied. You can check them at www.siteturn.com

    All the best, Pere

    attached mail follows:


    Pere,

    I am checking them out right now. Thanks a lot for your help :-)

    Damiano

    "Pere" <alvitroniaretemail.es> wrote in message news:20010805062858.9030.qmailpb1.pair.com... > Hi Damiano, > > I am using SiteTurn and I am really satisfied. > You can check them at www.siteturn.com > > All the best, > Pere > >

    attached mail follows:


    Check out :

    http://www.weberdev.com/index.php3?GoTo=phenominet/prices.htm

    This is your one stop shop for hosting. WeberDev.com is hosted there and I can tell you that their service is amazing. They are fast, reliable and more than anything, very professional (specially in PHP / MySQL).

    Sincerely

    berber

    Visit http://www.weberdev.com Today!!! To see where PHP might take you tomorrow.

    -----Original Message----- From: Damiano Ferrari [mailto:damianoferrarihotmail.com] Sent: Sunday, August 05, 2001 6:27 AM To: php-generallists.php.net Subject: [PHP] web hosting

    Since I am tired of switching from one web host to another because of the limitations that are imposed... does anybody know of a host provider that supports PHP & MySQL and that, differently from my current host, will also allow me to upload files and install the IMAP functions?

    Damiano

    -- 
    PHP General Mailing List (http://www.php.net/)
    To unsubscribe, e-mail: php-general-unsubscribelists.php.net
    For additional commands, e-mail: php-general-helplists.php.net
    To contact the list administrators, e-mail: php-list-adminlists.php.net
    

    attached mail follows:


    If you want the freedom to do anything you want to your very own server (i.e. not shared with a bunch of other people) then something like http://www.rackspace.com is an alternative (although it costs more :).

    - Tim

    On 04 Aug 2001 23:26:44 -0500, Damiano Ferrari wrote: > Since I am tired of switching from one web host to another because of the > limitations that are imposed... does anybody know of a host provider that > supports PHP & MySQL and that, differently from my current host, will also > allow me to upload files and install the IMAP functions?

    attached mail follows:


    Obviously, dedicated hosting is something that I am considering. But given that the application I am writing won't be ready for at least 3 months, I'd feel a bit stupid to spend $300+/month when the only user will be me and maybe another person. Furthermore, my current web host sys admin stated that he has been compiling PHP in the same way for the last 3 years and has never had a problem, therefore he will not make any change. I don't believe that is too smart a choice in a field where everything changes continuously (if car dealers had his same policy, we'd still be buying Ford T...). Thanks for your suggestion though :-)

    Damiano

    "Tim" <infozearthlink.net> wrote in message news:997007880.8998.13.cameldeli.lan... > If you want the freedom to do anything you want to your very own server > (i.e. not shared with a bunch of other people) then something like > http://www.rackspace.com is an alternative (although it costs more :). > > - Tim > > On 04 Aug 2001 23:26:44 -0500, Damiano Ferrari wrote: > > Since I am tired of switching from one web host to another because of the > > limitations that are imposed... does anybody know of a host provider that > > supports PHP & MySQL and that, differently from my current host, will also > > allow me to upload files and install the IMAP functions? > >

    attached mail follows:


    Thanks Boaz,

    This host is actually quite impressive.

    Damiano

    "Boaz Yahav" <berbernetvision.net.il> wrote in message news:04E668ABB2C9924A826EFF5B2E7E0D1A639397ntx1.forest.netvision.net.il... Check out :

    http://www.weberdev.com/index.php3?GoTo=phenominet/prices.htm

    This is your one stop shop for hosting. WeberDev.com is hosted there and I can tell you that their service is amazing. They are fast, reliable and more than anything, very professional (specially in PHP / MySQL).

    Sincerely

    berber

    Visit http://www.weberdev.com Today!!! To see where PHP might take you tomorrow.

    -----Original Message----- From: Damiano Ferrari [mailto:damianoferrarihotmail.com] Sent: Sunday, August 05, 2001 6:27 AM To: php-generallists.php.net Subject: [PHP] web hosting

    Since I am tired of switching from one web host to another because of the limitations that are imposed... does anybody know of a host provider that supports PHP & MySQL and that, differently from my current host, will also allow me to upload files and install the IMAP functions?

    Damiano

    --
    PHP General Mailing List (http://www.php.net/)
    To unsubscribe, e-mail: php-general-unsubscribelists.php.net
    For additional commands, e-mail: php-general-helplists.php.net
    To contact the list administrators, e-mail: php-list-adminlists.php.net
    

    attached mail follows:


    At 23:26 4/8/2001 -0500, Damiano Ferrari wrote: >Since I am tired of switching from one web host to another because of the >limitations that are imposed... does anybody know of a host provider that >supports PHP & MySQL and that, differently from my current host, will also >allow me to upload files and install the IMAP functions?

    Yep:-)

    www.iserver.com

    Regards

    Alex Piaz Webmaster Global Map Internet Marketing http://www.globalmap.com "Be cool or be cast out" ****************************************************************

    attached mail follows:


    Check out Pair.com. Very stable and powerul. You can compile any version of PHP4 (cgi) to your heart's content.

    www.pair.com

    > -----Original Message----- > From: Damiano Ferrari [mailto:damianoferrarihotmail.com] > Sent: Saturday, August 04, 2001 9:27 PM > To: php-generallists.php.net > Subject: [PHP] web hosting > > > Since I am tired of switching from one web host to another > because of the limitations that are imposed... does anybody > know of a host provider that supports PHP & MySQL and that, > differently from my current host, will also allow me to > upload files and install the IMAP functions? > > Damiano > > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, e-mail: php-general-unsubscribelists.php.net > For additional commands, e-mail: > php-general-helplists.php.net To contact the list > administrators, e-mail: php-list-adminlists.php.net > >

    attached mail follows:


    >Hello ! >Is there any free PHP/MySQL Web Hosting without add ? ... or ... at least , >I could have the choice to choose where to place their banner on my pages >?

    Do a search on the archive.. I guess this is one of the most asked questions.

    Bye,

    B.

    attached mail follows:


    I'm sorry, I accidentally deleted the original e-mail.

    By default the script will keep running even after a user presses the stop button on their client. This can be determined by using ini_get('ignor_user_abort') and checking the value. (NB: I'm not sure what the value is, the documentation defines it to be a string, but the settings seem to imply it is a boolean).

    If you want a more ASP-like functionality (stops outputting when other side closes connection) then call the function <?php ignor_user_abort(0); ?>

    I hope this helps,

    Take care,

    terry chay

    attached mail follows:


    I have the following question : I have a directory on my ftp server and i want give access to this directory by usergroup ( the name of the group is test )

    We have do the following : % vadduser

    user Configuration ------------------ Username: test Password: test Fullname: test UID: 35647 Groups: test Home Dir: /ftp/test

    % dir drwxrwxr-x c myname vkernel 512 AUG 5 11:27 test

    I want give read,write,exectute access for this directory to the group test how can i do this? chmod ....

    attached mail follows:


    Chmod -R 77x test

    The 'x' in the above statement is the world-permissions...

    Execute is worth 1, Write is worth 2, Read is worth 4. If you add up the numbers for the permissions you want, you get the result, so 775 would be full access for owner and group, and read/execute for world.

    Hope this helps =>

    Ben

    -----Original Message----- From: Manu Verhaegen [mailto:m.verhaegencompuver.be] Sent: Sunday, August 05, 2001 4:29 AM To: 'Php-General (E-mail) Subject: [PHP] chmod

    I have the following question : I have a directory on my ftp server and i want give access to this directory by usergroup ( the name of the group is test )

    We have do the following : % vadduser

    user Configuration ------------------ Username: test Password: test Fullname: test UID: 35647 Groups: test Home Dir: /ftp/test

    % dir drwxrwxr-x c myname vkernel 512 AUG 5 11:27 test

    I want give read,write,exectute access for this directory to the group test how can i do this? chmod ....

    -- 
    PHP General Mailing List (http://www.php.net/)
    To unsubscribe, e-mail: php-general-unsubscribelists.php.net
    For additional commands, e-mail: php-general-helplists.php.net
    To contact the list administrators, e-mail: php-list-adminlists.php.net
    

    attached mail follows:


    Hi I am having the problem in the coding below

    <?

    mysql_connect('localhost','123','123') or die ("Unable to connect to SQL Server"); mysql_select_db('Helpwatch') or die ("Unable to select database");

    $temp = $username."watch"; $watchlist_query = mysql_query("Create Table "$temp"(WId int Not Null auto_increment, QId int not null, Primary Key (WId));"); ?>

    So.. in the above coding. I need to create a table. The table name should be a user-define name + "watch" I acquire the $username correctly and the variable $temp is working fine when I try to echo the value of it. Just say. I enter my username as coconut so I wish the mysql query to create a table called coconutwatch but I can't do that.. Because of the syntax error, the coding I have underline is where the parser told me that is an error there. I have playing around with it for 2 hours and more... but I cant solve it.. Anyway help is greatly appreciated. Thanks in advance.

    Sincerely Kok Ming

    attached mail follows:


    At 05.08.2001 12:49, Coconut Ming wrote: >Hi > I am having the problem in the coding below > ><? > >mysql_connect('localhost','123','123') or die ("Unable to connect to SQL >Server"); >mysql_select_db('Helpwatch') or die ("Unable to select database"); > >$temp = $username."watch"; >$watchlist_query = mysql_query("Create Table "$temp"(WId int Not Null >auto_increment, QId int not null, Primary Key (WId));"); >?> > >but I can't do that.. Because of the syntax error, the coding I have >underline is where the parser told me that is an error there. >I have playing around with it for 2 hours and more... but I cant solve >it.. Anyway help is greatly appreciated. >Thanks in advance.

    Your underlining doesn't show verywell in plain text, but anyhow, your line $watchlist_query ... is missing to .'s...

    Create Table "$temp", should be Create Table " . $temp . ", that way you'll concatenate the string in the way you want them to (and the code should work).

    -- 
    Andreas D Landmark / noXtension
    Real Time, adj.:
             Here and now, as opposed to fake time, which only occurs there
    and then.
    

    attached mail follows:


    At 04.08.2001 17:27, Joel Ricker wrote: > > Similarly the FAQ is easy to find, and I do believe the words "support" > > suggest where help may be found. > >Actually my suggestion would be to take a page from way the Python lists are >and call it tutor or PHP-tutor.

    I'd second this suggestion, the general list has become flooded with posts that seems like a pop-quiz taken straight from the manual...

    don't get me wrong, I'm not a newbiebasher (well, sometimes ;-), but wading through simple posts is getting a bit tedious...

    -- 
    Andreas D Landmark / noXtension
    Real Time, adj.:
             Here and now, as opposed to fake time, which only occurs there
    and then.
    

    attached mail follows:


    merci _________________________________________________________ Le journal des abonnés Caramail - http://www.carazine.com

    attached mail follows:


    Hi everybody,

    If I edit the php3.ini and activate a extension, I can see the effect with the function phpinfo(). This works with all extensions, exept mssql.dll and mssql70.dll. What am I doing wrong?? I dont think this is a general problem!!

    And, ladies and gentleman, I need help... thx!!

    attached mail follows:


    I found this little script called grab'n & pars'n on the net. It looks like it could be very useful to learn how it does what it does. While studying it I came up with a question.

    <? $url = 'http://www.php.net'; $lines_array = file($url); $lines_string = implode('', $lines_array); eregi("<title>(.*)</title>", $lines_string, $head); echo $head[0]; ?>

    It prints out: <title>PHP: Hypertext Preprocessor</title>

    How do I modify this to get what is between the TITLE tags and not include the TITLE tags?

    Thanks

    Craig ><> westermanchanuteks.com

    attached mail follows:


    Hi,

    I think you should change the last line to: echo $head[1];

    for further info visit the page: http://www.php.net/eregi http://www.php.net/ereg

    ----- Original Message ----- From: "Craig Westerman" <westermanchanuteks.com> To: "PHP-General" <php-generallists.php.net> Sent: 2001. augusztus 5. 16:56 Subject: [PHP] Parsing question from newbie

    > I found this little script called grab'n & pars'n on the net. It looks like > it could be very useful to learn how it does what it does. While studying it > I came up with a question. > > <? > $url = 'http://www.php.net'; > $lines_array = file($url); > $lines_string = implode('', $lines_array); > eregi("<title>(.*)</title>", $lines_string, $head); > echo $head[0]; > ?> > > It prints out: > <title>PHP: Hypertext Preprocessor</title> > > How do I modify this to get what is between the TITLE tags and not include > the TITLE tags? > > Thanks > > Craig ><> > westermanchanuteks.com > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, e-mail: php-general-unsubscribelists.php.net > For additional commands, e-mail: php-general-helplists.php.net > To contact the list administrators, e-mail: php-list-adminlists.php.net >

    attached mail follows:


    I have been trying to complete this compile on a redhat-7.1 linux-2.4.3 server running apache-1.3.20 and when i compile in --with-imap i get the following trying to restart apache:

    ~/temp/php-4.0.6# /etc/rc.d/init.d/httpd restart Stopping httpd: [ OK ] Starting httpd: Syntax error on line 257 of /etc/httpd/conf/httpd.conf: Cannot load /etc/httpd/modules/libphp4.so into server: /etc/httpd/modules/libphp4.so: undefined symbol: mxdriver [FAILED]

    I look and sure enough its an imap issue as in the following:

    ~/temp/php-4.0.6# grep -r mxdriver * ext/imap/php_imap.c: mail_link(&mxdriver); /* link in the mx driver */ ext/imap/php_imap.c.orig: mail_link(&mxdriver); /* link in the mx driver */ Binary file ext/imap/php_imap.lo matches Binary file ext/imap/.libs/libimap.al matches Binary file libs/libphp4.so matches

    Has any got any ideas or possible solutions?

    -- 
    Michael B. Weiner, Linux+, Linux+ SME
    Systems Administrator/Partner
    The UserFriendly Network (UFN)
    --
    Linux Registered User #94900	Have you been counted?
    http://counter.li.org
    

    PGP: 30 1D CC BA 30 30 63 35 CD 58 E0 89 A9 17 CC C0 8C 55 F7 72

    ......... Escape the 'Gates' of Hell `:::' ....... ...... ::: * `::. ::' ::: .:: .:.::. .:: .:: `::. :' ::: :: :: :: :: :: :::. ::: .::. .:: ::. `::::. .:' ::. ...:::.....................::' .::::.. --


    attached mail follows:


    I believe you have no need to worry. PHP is a server-side scripting language. The server opens the PHP file, runs it, and then spits out HTML to the browser, it doesn't run it _as_ it sends it out.

    .. And if I'm wrong, I would expect an expert to correct me on this. =)

    ----------------------- -- M&D Creations - Matt Rogers - Web Design Dept. - webdesigndesertstars.com

    attached mail follows:


    Hey,

    read: http://www.php.net/manual/en/function.ignore-user-abort.php

    for more information :)

    - Kees

    > -----Original Message----- > From: Matt Rogers [mailto:webdesigndesertstars.com] > Sent: Sunday, August 05, 2001 7:49 PM > To: php-generallists.php.net > Subject: [PHP] Re: Does PHP scripts always finish, or are they halted if > the web page loading is halted? > > > I believe you have no need to worry. PHP is a server-side scripting > language. The server opens the PHP file, runs it, and then spits > out HTML to > the browser, it doesn't run it _as_ it sends it out. > > .. And if I'm wrong, I would expect an expert to correct me on this. =) > > ----------------------- > -- M&D Creations > - Matt Rogers > - Web Design Dept. > - webdesigndesertstars.com > > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, e-mail: php-general-unsubscribelists.php.net > For additional commands, e-mail: php-general-helplists.php.net > To contact the list administrators, e-mail: php-list-adminlists.php.net > >

    attached mail follows:


    Anybody know of any good project management scripts? Nothing too bloated. Just a good simple way to organize projects and groups remotely. I've found phpGroupware to be unwieldy and slow.

    attached mail follows:


    hi all,

    I'm using an apache directive to redirect 404's to one of my own pages, and i was wondering it is possible find out what the request was that caused 404.

    I've examind all the global vairables etc, nothing I can see there.

    If the 404 came from a link then I can find out the page with the link, but that isn't what interests me.

    system: apache, linux, php 4.0.6

    Anyone got any ideas?

    TIA, Tom

    attached mail follows:


    Hi,

    well I don't read thoroughly this site, but really hope this helps:

    http://lcweb.loc.gov/standards/

    ----- Original Message ----- From: "Frédéric Mériot" <fredericargyro.net> To: "Don Read" <dreadtexas.net> Cc: <php-generallists.php.net> Sent: 2001. augusztus 2. 09:17 Subject: Re: [PHP] SetLocal() problem

    > Thanks a lot, but I must precise that I'm running PHP (4.0.6) under NT2000 > (client not server) platform. > 'fr_FR.ISO_8859-1' does not work too. > > So, it's not very important, but where can I find the entire list of > countries with their ISO code? > > Thanks. > > > ----- Original Message ----- > From: "Don Read" <dreadtexas.net> > To: "Frédéric Mériot" <fredericargyro.net> > Cc: <php-generallists.php.net> > Sent: Thursday, August 02, 2001 4:10 AM > Subject: RE: [PHP] SetLocal() problem > > > > > > On 01-Aug-2001 Frédéric Mériot wrote: > > > Hello, I've got a little problem with the setLocal function. In many > > > tutorials they give this syntax: > > > setlocale('LC_TIME','fr_FR'); // for france > > > > > > I tried this but the "fr_FR" keyword does not seem to work. If I try > > > "french" instead it works. > > > I've got the same problem with all other countries keywords (C for > finland, > > > pt_BR for portugal ...etc). > > > If i do not put the name of a country, it does not work. > > > > > > Please help! > > > > Use the full ISO lang.charset definition : 'fr_FR.ISO_8859-1'. > > (Linux allows aliases as defined in locale.alias, that's why "french" > works). > > > > Regards, > > -- > > Don Read dreadtexas.net > > -- It's always darkest before the dawn. So if you are going to > > steal the neighbor's newspaper, that's the time to do it. > > > > -- > > PHP General Mailing List (http://www.php.net/) > > To unsubscribe, e-mail: php-general-unsubscribelists.php.net > > For additional commands, e-mail: php-general-helplists.php.net > > To contact the list administrators, e-mail: php-list-adminlists.php.net > > > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, e-mail: php-general-unsubscribelists.php.net > For additional commands, e-mail: php-general-helplists.php.net > To contact the list administrators, e-mail: php-list-adminlists.php.net >

    attached mail follows:


    Thanks, my postgres version was a typo, it's actually v-6.5.2 but your advice on the upgrade is greatly appreciated!

    ... and I fixed the problems:

    pg_connect() wouldn't run because of a pathing problem when I compiled PHP ("--with-pgsql=" was pointing to the wrong directory, duh.),

    the "frozen local.inc" aberration was a result of a strange "include_file=" path something like this - ".:/usr/local/lib/php" - evidently PHPLIB won't traverse to the second path iteration? Anyone know anything about this?

    Dan Troxell

    YourSound.com Presenting Independent Music to the World! 2000 Winner of Boston Magazine's "Best Of Boston" for music websites!! www.yoursound.com 617-818-8469 800-783-4110 fax

    -----Original Message----- From: speedboy [SMTP:speedboynomicrosoft.org] Sent: Saturday, August 04, 2001 9:33 PM To: Dan Troxell Cc: php-generallists.php.net Subject: Re: [PHP] newest PHP compile won't see pg_connect()

    > On linux 6.1, I've installed fresh builds of postgres 6.0.4, apache 1.3.20, > php 4.0.6.

    Get postgresql 7.1.2, make and install.

    Configure php --with-pgsql

    ./configure --help

    Will show you all available configure options.