[PHP] Strange include

2001-11-01 Thread Marius Pertravčius
Sveiki, php-general, I have a file index.php . I include file menu.php in index.php ( I write include('menu.php'); in index.php ) . I want to do like this: index.php/menu.php . That means, that index.php has to include menu.php index.php/second.php . That means, that index.php has to incl

[PHP] All domains

2001-09-23 Thread Marius Pertravčius
Sveiki, php-general, I want to get all doamins, that end with ru, lv, ch or lt. Is there any possibility to do that? 2001.09.23, sekmadienis Marius Pertravèius iCQ: #125733984 [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubsc

[PHP] Some problem...

2001-09-10 Thread Marius Pertravčius
Sveiki, php-general, I got this message: Warning: SAFE MODE Restriction in effect. The script whose uid is 505 is not allowed to access /tmp/phpwGxNPJ owned by uid 0 in /home/sveikinimai.lt/send/owncard.php on line 46 Where could be that I'm making a mistake... __

[PHP] Problems with cookies....

2001-08-17 Thread Marius Pertravčius
Sveiki, php-general, I want to put cookies to know how I have to open window (new window or same window), but I'm making some mistake. Please help me. Here is the code --- Pasirinkite --- Same Window New Window

[PHP] Problems...

2001-08-05 Thread Marius Pertravčius
Sveiki, php-general, I have win32, apache, PHP 4.0.6. I want to work with graphic files (GD). There is lines in my php.ini: extension_dir = c:\php\extensions extension=php_gd.dll I have this script: But nothing hapens Where am I making a mistake? Help

Re: [PHP] Free PHP/MySQL Web Hosting ?

2001-08-04 Thread Marius Pertravčius
Sveiki, Arcadius, 2001 m. rugpjûèio 5 d.(sekmadienis), 14:26:56, jûs raðëte: AA> Hello ! AA> Is there any free PHP/MySQL Web Hosting without add ? ... or ... at least , AA> I could have the choice to choose where to place their banner on my pages AA> ? AA> Thanks... AA> Arcad. www.f2s.com

[PHP] php_gd.dll for windows, please help me....

2001-08-04 Thread Marius Pertravčius
Sveiki, PHP, Does anyone here has good php_gd.dll file that supports GD in windows.I can't download it from http://php.weblogs.com/php_gd , because it is damaged or smth. If you have, please email to me with this file. I need it very very much... Thank you 20

[PHP] Problems with PHP_GD.DLL

2001-07-10 Thread Marius Pertravčius
Sveiki, php-general, Could someone remind me, how to enable graphic in PHP. I have Apache server on Win32. Does someone know any www page where i could read about it. 2001.07.10, antradienis Marius Pertravèius [EMAIL PROTECTED] -- PHP General Mailing List

[PHP] Polls

2001-07-08 Thread Marius Pertravčius
Sveiki, php-general, I'm making some kinf of poll system. I want to use mysql table like this: date question answer1 answer2 answer3 . answern but how to do this table. To write new fields isn't very good. So, is there any better way? ___