[PHP] Re: Form ID name
If you are using a function as an easy way to add links to your page, i'd recommend that you define a function that echoes in that manner. /Mattias "Morten Nielsen" <[EMAIL PROTECTED]> skrev i meddelandet [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi, > > I got a table where I have some images and links (IMG & A). They all have an > ID name. Is it possible to access them from a function through a variable? > If my link looks like: > > > > then in my function I would like something like: > > func1( ) { > $link=link1; > $link.href="www.x.com"; > } > > Is this somehow possible? > > Regards, > Morten > > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP] import_request_variables() is undefined!?
When i just migrated to linux instead of win2k the function import_request_variables() is not defined anymore. I used 4.1.2 in win2k and 4.0.6 now under linux. I was wondering if it had to do with the versions or someting. Seems odd. Very tankful for any help that might get me to solve the problem /Mattias Green -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP] Problems with libgd.so under linux
Php works in general (phpinfo()). The gd-lib however will not work for some reason. I tried extension=libgd.so in php.ini without any result. Anyone familiar with this problem? /M Green -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
Re: [PHP] Problems with libgd.so under linux
<[EMAIL PROTECTED]> skrev i meddelandet [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > At 08.04.2002 14:56, you wrote: > >Php works in general (phpinfo()). > >The gd-lib however will not work for some reason. > >I tried > >extension=libgd.so > >in php.ini without any result. > > > >Anyone familiar with this problem? > > > >/M Green > Too few arguments ;-) > Did you already compiled GD ? > Did you compile php with gd support? > Oliver > I just followed the instructions on php.net for apache servers and changed php.ini. http://www.php.net/manual/en/html/install.apache.html Is there any way to check php.ini for errors? Yeah, one more thing, i moved libphp.so to /etc/httpd/modules to get it to work. So phpinfo(); works fine. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php