logo       

Re: [GENERAL] PHP arrays and postgresql: msg#00004

Subject: Re: [GENERAL] PHP arrays and postgresql

create table test(
 t_value text;
);

 $array_values[] = "Test 1";
 $array_values[] = "Test 2";
 $array_values[] = "Test 3";

pg_Query($conn, "INSERT INTO test VALUES ( '" . base64_encode(seralize($array_values)) . "' );");

 $result = pg_Query($conn, "SELECT * FROM test;");
 $rows = pg_NumRows($result)
 for ( $y = 0; $y < $rows; $y++ )
 {
   $data = unserialize(base64_decode(pg_Result($result, $y, 0)));
   print_r($data);
 }
 pg_FreeResult($result);


Hope this helps (serialize, unserialize). I use base64_encode/decode to ensure that there wont be any delimiter problems, could be achieved by using addslashes as well.

Gavin




Mike Nolan wrote:

This may not be the best place to ask the question, but I've already searched
the PHP archive and code snippet sites.

I'm trying to find a way to store and then retrieve a PHP array in
my pg database.
Has anyone written some code to do this?
--
Mike Nolan

---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
   (send "unregister YourEmailAddressHere" to majordomo@xxxxxxxxxxxxxx)



---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster



<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

Recently Viewed:
audio.irate.dev...    yellowdog.gener...    ietf.ips/2002-0...    xfree86.fonts/2...    busybox/2003-07...    emacs.jdee/2004...    linux.mandrake....    hardware.microc...    user-groups.lin...    science.analysi...    version-control...    db.filemaker.de...    cluster.openmos...    mail.eyebrowse....    text.xml.xerces...    kde.devel.kwrit...    finance.moneyda...    gcc.regression/...    network.routing...    os.freebsd.deve...    recreation.radi...    qnx.openqnx.dev...    python.xml/2002...   
Home | blog view | USPTO Patent Archive | advertise | OSDir is an inevitable website. super tiny logo

Free Magazines

Cisco News
Receive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business.
subscribe

Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field.
subscribe

The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business.
subscribe

Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company.
subscribe

Total Telecom Total Telecom is "The Economist of the communications industry".
subscribe