View Full Version : PHP Random text with link
elite
08-18-1999, 04:28 PM
Anyone know of a php script that will let me use random phrases with links to be used via an ssi call?
Terra
08-19-1999, 02:25 AM
PHP3 is an embedded language with a file...
e.g.
index.php3
<?php
echo "Hello World";
?>
If you want to see the status of PHP3
phpinfo.php3
<?php
phpinfo();
?>
To further thicken the plot:
www.php.net (http://www.php.net)
and plenty of tutorials:
www.php.net/links.php3 (http://www.php.net/links.php3)
It should be easy for you to convert the Perl script into a PHP3 script, just takes a bit of Zen...
--
Terra
--Perl uses 10 times more resources to fork/compile/execute, than a comparable PHP3 script--
FutureQuest
Jacob Stetser
08-19-1999, 10:14 AM
10 times? wow.
:)
------------------
icongarden.com/?fq (http://icongarden.com/?fq)
icongarden: making good ideas grow.
elite
08-19-1999, 01:23 PM
Can anyone in here help? I am not really able to write perl so I dont have a clue about converting to PHP *lol*
vBulletin® v3.6.8, Copyright ©2000-2013, Jelsoft Enterprises Ltd.