You are here: Re: php arrays « HTML « IT news, forums, messages
Re: php arrays

Posted by Toby Inkster on 03/21/06 02:06

wes wrote:

> Can i send an array from one php script to another? If so, how?

Not entirely wure what you're asking, but this might be what you're
looking for...

<?php
// file1.php
$myarray = array(1, 2, 3, 4);
$mystring = htmlentities(urlencode(serialize($myarray)));
print "<a href='file2.php?array={$mystring}'>pass it</a>\n";
?>

<?php
// file2.php
$myarray = unserialize(stripslashes($_GET['array']));
print "<pre>";
var_dump($myarray);
print "</pre>";
?>

--
Toby A Inkster BSc (Hons) ARCS
Contact Me ~ http://tobyinkster.co.uk/contact

 

Navigation:

[Reply to this message]


Удаленная работа для программистов  •  Как заработать на Google AdSense  •  England, UK  •  статьи на английском  •  PHP MySQL CMS Apache Oscommerce  •  Online Business Knowledge Base  •  DVD MP3 AVI MP4 players codecs conversion help
Home  •  Search  •  Site Map  •  Set as Homepage  •  Add to Favourites

Copyright © 2005-2006 Powered by Custom PHP Programming

Сайт изготовлен в Студии Валентина Петручека
изготовление и поддержка веб-сайтов, разработка программного обеспечения, поисковая оптимизация