Re: [PHP-WIN] Is this a PHP bug?

2005-10-16 Thread Nadim Attari
Read this first http://www.blueshoes.org/en/developer/php_cheat_sheet/ Then do a test here: http://www.blueshoes.org/en/developer/syntax_exam/ Hope this will *fix* your bug ! Best Regards, Nadim Attari Alienworkers.com For those who have tried to defend its behaviour, this is my logic. 1.

[PHP-WIN] Re: unable to load php-gd2.dll

2005-06-15 Thread Nadim Attari
Try extension_dir = "./extensions" Nadim Attari Alienworkers.com > extension_dir = "C:\PHP\extensions" -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: PHP and MS Access

2005-01-11 Thread Nadim Attari
"Dale Attree" <[EMAIL PROTECTED]> a écrit dans le message de news:[EMAIL PROTECTED] > Anyone able to help me, > > I'm having to port a MySQL system to MS Access, but some of the SQL is not > working on MS Access. > > MySQL statement : select * from po limit 0,20 Try this "select * from po top 20"

[PHP-WIN] Re: mySQL SQL Expression

2004-10-11 Thread Nadim Attari
"Susilo" <[EMAIL PROTECTED]> a écrit dans le message de news:[EMAIL PROTECTED] > Does Everybody now what is SQL Expression to get part of the string in > DATE VARIABLE ? > > e.g : 11/12/2004 > > and become to only string '2004' in Table Viewing. http://dev.mysql.com/doc/mysql/en/Date_and_time_fu

[PHP-WIN] Re: Call to undefined function mysql_connect()

2004-09-15 Thread Nadim Attari
> Do you have a suggestion what I need to do? Thank you for your time! try to put a copy of "libmysql.dll" in windows/system32 folder... -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: PHP 5.0.1 Manual/Automatic Install

2004-09-09 Thread Nadim Attari
Dunno whether it gonna help... but a try costs nothing! http://dedntfaq.hostingsupport.com/iis6_php_install.txt http://www.en.wampserver.com/ Nadim Attari -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: Re:[PHP-WIN] Strange 'if' test bug?

2004-08-31 Thread Nadim Attari
http://www.blueshoes.org/en/developer/php_cheat_sheet/ -- "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> a écrit dans le message de news:[EMAIL PROTECTED] According to me it's a very strange problem Test this please : $key = '0'; if($key == 'muppet') echo 'key is a muppet: ".$key; else

[PHP-WIN] Re: optional function parameters

2004-08-09 Thread Nadim Attari
> another quick one. I was wondering what you'd have to do > with a function, so it would be able to have 'optional' parameters > when calling it. > > much like: > > string substr ( string string, int start [, int length]) > > where you can just omit the [, in length] part if you want. > What do yo

[PHP-WIN] Re: Connecting to a database

2004-08-09 Thread Nadim Attari
http://www.hkvstore.com/phpmaker/ -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: Unable to load php_mysql.dll

2004-08-02 Thread Nadim Attari
IS started and worked correctly > :) this works Thanks very much nadim attari -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Unable to load php_mysql.dll

2004-08-02 Thread Nadim Attari
wn on line 0" Note that i've set - cgi.force_redirect = 0; - fastcgi.impersonate = 1; Still the same problem. Any help please. Nadim Attari Alienworkers.com -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: standalone php/apache?

2004-06-21 Thread Nadim Attari
or something that will > launch from an autorun script or something? I've been looking, and not > finding. Any help would be appreciated. http://www.indigostar.com/microweb.htm Regards, nadim attari -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: Format integer to month name

2004-04-19 Thread Nadim Attari
> Actually, I want to know is there any function of converting integer from > 1 - 12 to Month Name from January to December? > i had tried "JDMonthName( )" & "date( )", but can't get the format i want. > > I am beginner and using window platform. > > Thank you very much. http://www.php.net/date ht

[PHP-WIN] Re: Arrays

2004-04-12 Thread Nadim Attari
http://www.php.net/manual/en/ref.array.php -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: Refresh in php

2004-04-01 Thread Nadim Attari
> Is there any function in php that keeps refreshing the page after a fixed time...just like "" in normal HTML files. Hi Sudeep! Kia haal hein?? Maybe this will help: $numSeconds = 120; header ("Refresh: $numSeconds; url=". $_SERVER['PHP_SELF']); ~ Nadim Att

Re: [PHP-WIN] SQL to select a set of records

2004-02-06 Thread Nadim Attari
> mysql> select * from table LIMIT 5,10; # Retrieve rows 6-15 > If one argument is given, it indicates the maximum number of rows to return: > mysql> select * from table LIMIT 5; # Retrieve first 5 rows Dunno whether LIMIT works in Microsoft SQL Server ... someone may check i

[PHP-WIN] Re: Show the Progress of a file being uploaded

2004-01-19 Thread Nadim Attari
http://www.hotscripts.com/PHP/Scripts_and_Programs/File_Manipulation/Upload_Systems/index.html http://www.hotscripts.com/Detailed/25027.html Hope it helps... Nadim Attari -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] PWS + PHP

2003-07-30 Thread Nadim Attari
t should i put in the ini file / registry? Well i did it on IIS (Win2k) and it works ... but i need it on Win98SE Any help greatly appreciated. Thanks, Nadim Attari -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: is_dir: runs bad under IIS/Win2K

2003-06-26 Thread Nadim Attari
<< is_dir(session_save_path()) >> if (filetype(session_save_path()) == 'dir') { echo "It is a directory... SMILE PLZ"; } Nadim Attari http://www.alienworkers.com -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] is_dir: runs bad under IIS/Win2K

2003-06-26 Thread Nadim Attari
> << is_dir(session_save_path()) >> if (filetype(session_save_path()) == 'dir') { echo "It is a directory... SMILE PLZ"; } Nadim Attari http://www.alienworkers.com

[PHP-WIN] Fw: is_dir: runs bad under IIS/Win2K

2003-06-26 Thread Nadim Attari
<< is_dir(session_save_path()) >> if (filetype(session_save_path()) == 'dir') { echo "It is a directory... SMILE PLZ"; } Nadim Attari http://www.alienworkers.com

[PHP-WIN] Fw: Question Regarding Local Host SubDirectory

2003-06-25 Thread Nadim Attari
> I have installed PHP4 on Windows XP Professional. > I have a C:\Inetpub\wwwroot and a C:\Inetpub\wwwroot\PHP directory. > When I use IE6 with a URL of http://localhost/php02.htm the script php02.htm > works fine. > When I use IE6 with a URL of http://localhost/php/php02.htm I get a "The > page ca