[PHP-WIN] Why doesn't this work?

2001-07-27 Thread Joel
I'm trying to create table in a database using PHP with MySQL. I want the script to do it on its own, I tried but couldn't get it to work. The script is below : DONE!"; ?> Please let me know whats going wrong in that. Thanks, -- Joel Agnel. [EMAIL PROTECTED] -- PHP Wi

Re: [PHP-WIN] Why doesn't this work?

2001-07-27 Thread Joel
way, you could do so many functions that phpMyAdmin does when you wanted your PHP script to automatically do that using the above code snip. Ivan, I think you've not configured PHP properly on your windows system if the above script doesn't run (after you've created a database ca

[PHP-WIN] Re: PHP problems -permissions

2001-07-28 Thread Joel
Apache, if you still fail to install PHP, I suggest you do a reinstall of PHP and Apache and follow the above the method. If you have any more problems, let me know. Hope this helps, -- Joel Agnel. Sign up for our Free Weekly Newsletter that delivers Cool Sites directly to you b

[PHP-WIN] Re: PHP problems -permissions

2001-07-28 Thread Joel
d with PHP and Apache, if you still fail to install PHP, I suggest you do a reinstall of PHP and Apache and follow the above the method. If you have any more problems, let me know. Hope this helps, -- Joel Agnel. Sign up for our Free Weekly Newsletter that delivers Cool Sites directly to

[PHP-WIN] Re: php-newbie is wondering ...

2001-07-30 Thread Joel
is running while you're executing your PHP script. You could postcast server from http://www.postcastserver.com/ if you don't like ArgoSoft's mail server. Good luck, -- Joel Agnel [EMAIL PROTECTED] "Hagen MöBius" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTE

[PHP-WIN] Re: mail(); error

2001-08-01 Thread Joel
Your SMTP server might not be on or working. For testing purpose, you could use your own SMTP server on your computer from postcastserver.com, download postcastserver (freewar) -- Joel Agnel [EMAIL PROTECTED] "Chris Burwell" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECT

Re: [PHP-WIN] mssql and php4

2001-04-18 Thread joel
>Any other ideas? Maybe you could install mysql and/or interbase on the same server as mssql. Then you could do comparison tests. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the lis

Re: [PHP-WIN] mssql and php4

2001-04-18 Thread joel
>Any other ideas? Other factors that could affect performance would be: Is your table indexed? How big the database is. How complex is the query in "mssql_query($getArticlesSQL)" Server cpu load. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] F

Re: [PHP-WIN] Authorization on IIS5 (PHP4; Win2k)

2001-04-23 Thread Joel Gilbert
Thanks for the info. Just one more thing, is it possible to set up LDAP in PHP for Win2K & IIS, and if so, how? The PHP docs say you have to recompile PHP with LDAP support. Sorry for my stupidity on this, but how can I do this under PHP for Windows? "Johan Lundqvist" <[EMAIL PROTECTED]> wrote in

[PHP-WIN] ISS, PHP & LDAP Authorization

2001-04-23 Thread Joel Gilbert
ories with LDAP? This is hopefully the last piece in the puzzle that will allow me to use all PHP instead of ASP. Joel -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e

Re: [PHP-WIN] Authorization on IIS5 (PHP4; Win2k)

2001-04-25 Thread Joel Gilbert
MAIL PROTECTED]">news:[EMAIL PROTECTED]... > In php.ini just enable LDAP in "Dynamic Extensions" section by entering > the line extension=php_ldap.dll and restart the web-server (if ISAPI > module) and off you go... > > Joel Gilbert wrote: > > > > Thank

Re: [PHP-WIN] ISS, PHP & LDAP Authorization

2001-04-25 Thread Joel Gilbert
Hi All, Never mind that question, it's just a simple matter of working out the Win2K directory structure. I used the ldifde.exe utility in Win2K to dump the directory to a text file and then examined the structure. Simple enough... ""Joel Gilbert"" <[EMAIL PROTECT

Re: [PHP-WIN] ascii to utf-16

2003-07-24 Thread Joel Rees
y this instead: header( 'Content-Type: text/html; charset=UTF-8' ); -- Joel Rees, programmer, Kansai Systems Group Altech Corporation (Alpsgiken), Osaka, Japan http://www.alpsgiken.co.jp -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] ascii to utf-16

2003-08-21 Thread Joel Rees
-- /* Parses one Unicode character out of a nominally utf-8 stream // and returns the utf-32 (i. e., 32 bit integer) encoding. // On error, returns the next byte from the stream. // Joel Rees, Amagasaki, Japan, July 2003, released to public domain. // Fu

[PHP-WIN] Authorization on IIS5 (PHP4; Win2k)

2001-04-22 Thread Joel Gilbert
t am I right in thinking that if they log on from another computer their settings won't be loaded? At this point I am considering handling the initial login information gathering through ASP and then passing that information to the PHP pages. Any and all help on this is much appreciated