Curt Zirzow wrote:
* Thus wrote Martin Visser:
PHP5, with GD on Linux (Slackware 10.0)
./configure goes just fine, but when I try 'make', there's an error.
this is how I configured it:
./configure --prefix=/usr/local/php5 --with-zlib
--with-pear=/usr/share/pear --with-mysql=/
PHP5, with GD on Linux (Slackware 10.0)
./configure goes just fine, but when I try 'make', there's an error.
this is how I configured it:
./configure --prefix=/usr/local/php5 --with-zlib
--with-pear=/usr/share/pear --with-mysql=/usr/local/mysql
--includedir=/usr/include --without-sqlite --disable
You also could use:
print_r($_GET);
and print_r($_POST);
an Array will be printed with key and value
Martin
Dino Costantini schreef:
i know it could be a stupid problem, but i need a help and i hope u could be generous with me :).
this is my code, it writes the list of POST and GET variables.
";
Thanks alot!
It's indeed an ingenious way of doing it!
Martin
Richard Harb schreef:
A while ago I've been looking at some piece of code of the tikiwiki
project to see how they did some of their magic...
Basically they run through the whole text and if they found something
that was translated th
I can't figure out how to do this.
I've four different methods for changing a piece of text into a hyperlink.
the text:
[link=www.hotmail.com]hotmail[/link]
[link=http://www.hotmail.com]hotmail[/link] www.hotmail.com
http://www.hotmail.com
what it should become (offcourse in HTML it will change
5 matches
Mail list logo