[PHP-WIN] Re: dynamic font

2002-11-19 Thread Tim Blackwell
here's what i use.. function Popup(w,h,page,name, scroll) { win = window.open(page, name, 'height=450;width=350') } function getPicture() { scr = window.screen; wid = scr.width if (wid <= 800) { document.write(""); } if (wid > 800) { document.write(""); } } tim "Franco Pozzer" <[EMAIL PROTECT

[PHP-WIN] Re: enabling extensions

2002-11-07 Thread Tim Blackwell
Exp $ > Total Links 0/unlimited > API Version 2004 > Vendor Name OpenLDAP > Vendor Version 20023 > > > "Tim Blackwell" <[EMAIL PROTECTED]> wrote in message > news:20021106190556.22437.qmail@;pb1.pair.com... > > I'm trying to enable

[PHP-WIN] Re: enabling extensions

2002-11-06 Thread Tim Blackwell
when i make the changes to the php.ini and try to run a page i get Warning Unable to load dynamic library 'C:\windows\system32/php_ldap.dll' - The specified procedure could not be found thanks "Tim Blackwell" <[EMAIL PROTECTED]> wrote in message news:20021106190556

[PHP-WIN] enabling extensions

2002-11-06 Thread Tim Blackwell
I'm trying to enable the ldap extension on my server. I've put the php_ldap.dll in the windows/system32 directory I've set the extension_dir = C:\WINDOWS\SYSTEM32 in the php.ini file. By the way i've tried extension_dir = C:/WINDOWS/SYSTEM32 I've taken the ; from the extension=php_ldap.dll line i

Re: [PHP-WIN] works on one server and not another

2002-10-11 Thread Tim Blackwell
me] instead of $name... > > regds, > > -----Original Message- > From: Tim Blackwell [mailto:[EMAIL PROTECTED]] > Sent: Thursday, October 10, 2002 18:46 > To: [EMAIL PROTECTED] > Subject: Re: [PHP-WIN] works on one server and not another > > > below is the html form and php f

Re: [PHP-WIN] works on one server and not another

2002-10-10 Thread Tim Blackwell
_ "Toby z" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > hay tim > > y doesnt it work ? > vat error do u get > > its really strange coz i ve XP at my home n win2k pro > at my workplace and all the code

[PHP-WIN] works on one server and not another

2002-10-09 Thread Tim Blackwell
this works on a windows XP machine i have but when i put it on a w2kserver it doesn't work? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] php and lotus notes

2002-10-07 Thread Tim Blackwell
does anyone out there use php in lotus notes--i'm looking for a function that can access the NAB for user authentication. thanks, tim -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] dates

2002-10-04 Thread Tim Blackwell
any reason why my echo statement doesn't work in this script? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: dynamic combo boxes

2002-10-01 Thread Tim Blackwell
okay, i figured out the combo thing--code is below. it actually wasn't too difficult with some help! but, when i use tutname i get an undefined variable it works fine with the static combo that i was using? can you think of any reason for this? function load_combobox() { ?> "; for ($i=0; $i

[PHP-WIN] dynamic combo boxes

2002-09-30 Thread Tim Blackwell
hi--i'm having some trouble autoloading a combo box with a mysql column. could someone help please thanks, tim -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] Re: pretty simple-but i can't figure it out

2002-07-26 Thread Tim Blackwell
intainer > http://documentation.openoffice.org/ > > > Quoting Tim Blackwell <[EMAIL PROTECTED]>: > > > thanks a lot, that helped. now, why doesn't the link below work > > > > > > echo " > > more..."; > > > > > > > > &

Re: [PHP-WIN] Re: pretty simple-but i can't figure it out

2002-07-26 Thread Tim Blackwell
don't worry, i know eveyone was rushing to figure this one out, but i've got it taken care of in case you were wondering...it was a quote issue. here is the correct line echo "...more"; "Tim Blackwell" <[EMAIL PROTECTED]> wrote in message [EMA

[PHP-WIN] pretty simple-but i can't figure it out

2002-07-25 Thread Tim Blackwell
how do you make a link using PHP it's very simple in html and javascript, but i can't seem to figure out how to make a simple link? i'm making a news site and would like to have enormous articles have a nice little more.. link at the bottom of the first portion of the article. any help would

[PHP-WIN] automation

2002-05-15 Thread Tim Blackwell
i need to automate a php script i'm writing. php doesn't look like it's the best for this. is there a way to automate a php script? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php