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.
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
"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"
"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
> 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
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
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
> 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
http://www.hkvstore.com/phpmaker/
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
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
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
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
> 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
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
> 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
> 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
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
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
<< 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
> << is_dir(session_save_path()) >>
if (filetype(session_save_path()) == 'dir')
{
echo "It is a directory... SMILE PLZ";
}
Nadim Attari
http://www.alienworkers.com
<< is_dir(session_save_path()) >>
if (filetype(session_save_path()) == 'dir')
{
echo "It is a directory... SMILE PLZ";
}
Nadim Attari
http://www.alienworkers.com
> 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
22 matches
Mail list logo