[PHP-WIN] installing on a remote web host

2002-04-24 Thread rob
Hi all, I have searched for any info on installing php up to a web host's server as far as they have told me "PHP is enabled by default" so! I am looking for the documentation that will guide me in the process of uploading and activateing php ... thanks! Rob deltona, fl

[PHP-WIN] Php Setup - begginer

2002-11-11 Thread Rob
I don't really know much about these...but then I don't really know much about IIS either. I'm a server/networking novice you might say. Cheers for any help in advance. Rob email: [EMAIL PROTECTED] -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: How do you tell if 'mail' function was successful?

2005-03-19 Thread Rob
re is no real way i can follow the message all the way to the users inbox, It gets to the part where the message is accepted into the server queue, so you would really only get an error if the mail server was down, or has certain requirements that wernt met... authentication for one. R

[PHP-WIN] setting php for accepting the urls... phpinfo.php/extra/information/

2005-03-19 Thread Rob
Hi, could someone possibly point me in the right direction for allow PHP on IIS 6 to accept urls with the query string seperated by slashes.. like.. http://mysite.com/phpinfo.php/extra/information/ I need to do this to allow the setup of search engine friendly pages :D Thanks Rob -- PHP Windows

[PHP-WIN] Re: a little question

2005-03-19 Thread Rob
:) Rob Masterserver Limited http://www.masterserver.co.uk -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: DOM/XML -> PHP 5.0.3 HowTo?

2006-03-03 Thread Rob
ref.dom.php for DOM in PHP 5. Rob -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: building php 5.2.1 on windows

2007-08-09 Thread Rob
/libxml to: if (CHECK_LIB("libxml2_a_dll.lib;libxml2_a.lib", "libxml") && *AND* add the LIBXML_STATIC_FOR_DLL flag ADD_FLAG("CFLAGS_LIBXML", "/D LIBXML_STATIC /D LIBXML_STATIC_FOR_DLL "); Rob -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: building php 5.2.1 on windows

2007-08-10 Thread Rob
sts :( It won't work with un-modified 2.6.27 code. I had also made a few modifications to threads.c and threads.h, which were committed for 2.6.29. Is there any reason you need .27 and can't use the .26 (or build against .29)? Rob -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: building php 5.2.1 on windows

2007-08-14 Thread Rob
properly exposed and exported. Rob -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: Can't load 'SimpleXML' as 'libxml' is not loaded in Unknown line 0.

2007-10-16 Thread Rob
L "); do buildconf, then configure again and finally nmake. That will now build using the new static for dll lib of libxml2. Rob Chhaya Sharma wrote: I am trying to integrate libxml2 with PHP by linking it with libxml2_a_dll.lib.However this is not happening.Apache throws following warning

[PHP-WIN] request for php_mcrypt.dll for 4.0.6

2001-07-12 Thread Rob Styles
I have libmcrypt up and running under win32, and have apache and php4 running - can anyone throw me a copy of the php_mcrypt.dll for php4.0.6 so that I can get the two bits to talk to each other... cheers mrob __ Do You Yahoo!? Get personalize

Re: [PHP-WIN] Re: Using PHP in Web Pages

2001-07-12 Thread Rob Styles
If all you want to do is pull navigation, or other common components, into a page then PHP is slow compared with the specifically deisgned web-server function for it - SSI (Server Side Includes). Try: http://httpd.apache.org/docs/howto/ssi.html.html I haven't found a HTTP server yet that doesn't

[PHP-WIN] printer functions

2001-08-23 Thread Rob Cox
I'm trying to do a printer_open but I keep on getting a warning that it can't connect to the printer. The printer isn't local to the web server. It exists as a network printer (shared by another system). I'm using a fully Windows environment (I know...I know). I've tried specifying the printer nam

Re: [PHP-WIN] printer functions

2001-08-23 Thread Rob Cox
I didn't even think of that. Thanks. I tried it and got the printer to show up. Now I've got to figure out how to open a connection to it. The printer_open function isn't working as I would expect. Thanks again!! Rob Cox "Erik H. Mathy" <[EMAIL PROTECTED]>

[PHP-WIN] printer_start_doc

2001-08-24 Thread Rob Cox
I have been able to establish a connection to a printer. printer_start_doc and printer_start_page don't seem to be working. I keep on getting the following errors: Warning: couldn't allocate new print job in E:\Archive\html\PSprint.php on line 4 Warning: couldn't start a new page in E:\Archive\

Re: [PHP-WIN] printer_start_doc

2001-08-24 Thread Rob Cox
Yes I believe that I a m running under the IUSR_ComputerName account. I'll have to verify permissions. I've just noticed that the handle that is being returned is showing as 'Resource id #1'. I have no idea about that but it makes sense that if I don't have a proper handle, I won't be able to cre

Re: [PHP-WIN] printer_start_doc

2001-08-24 Thread Rob Cox
I've made sure that the printer is available to IUSR_ALPHA (my server). The printer is actually open to everyone but I made sure that IUSR_ALPHA was specified too. Nothing. Still get the same error. "Erik H. Mathy" <[EMAIL PROTECTED]> wrote in message 005101c12cc2$fb03c390$1300020a@erik_laptop"

Re: [PHP-WIN] printer_start_doc

2001-08-24 Thread Rob Cox
I will give it a try. Thanks. "Daniel Beulshausen" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > At 14:20 24.08.2001 -0400, Rob Cox wrote: > >I've made sure that the printer is available to IUSR_ALPHA (my server). The &

Re: [PHP-WIN] printer_start_doc

2001-08-24 Thread Rob Cox
_end_doc($handle); printer_close($handle); "Rob Cox" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I will give it a try. Thanks. > > "Daniel Beulshausen" <[EMAIL PROTECTED]> wrote in message > [EMAIL PROTEC

Re: [PHP-WIN] printer_start_doc

2001-08-27 Thread Rob Cox
Both the web and print server are running Windows 2000 SP2. "Daniel Beulshausen" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > At 15:08 24.08.2001 -0400, Rob Cox wrote: > >Updated to 4.0.7rc1 and it still didn't work

Re: [PHP-WIN] printer_start_doc

2001-08-27 Thread Rob Cox
Thanks for the info on using printer_draw_text. "Daniel Beulshausen" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > At 15:08 24.08.2001 -0400, Rob Cox wrote: > >Updated to 4.0.7rc1 and it still didn't work. > >Here

Re: [PHP-WIN] printer_start_doc

2001-08-28 Thread Rob Cox
Any luck? "Daniel Beulshausen" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > At 15:08 24.08.2001 -0400, Rob Cox wrote: > >Updated to 4.0.7rc1 and it still didn't work. > >Here's my snippet:

[PHP-WIN] printer_start_doc

2001-08-30 Thread Rob Cox
Can anyone get this working? I keep on getting: Warning: couldn't allocate new print job in E:\Archive\html\PSprint.php on line 6 I did an printer_open successfully. Now I want to create my document to print but I can't get by this step. Any idea's out there? -- PHP Windows Mailing List (h

[PHP-WIN] PHP & personal web server

2001-11-21 Thread Rob Bennion
Hi, I am totally new to PHP but can someone tell me if it is possible to install php on a machine and run it with microsoft personal web server (like I currently do with my asp pages) Any help in assisting me move from ASP to PHP would be gratefully appreciated. Thanks in advance Rob -- PHP

[PHP-WIN] Survey question of sorts - "editors" and "development environments" have been generically mentioned in various emails to this list ... I'm interested in

2003-06-29 Thread Rob E
what you're experiences have been with various IDE software that I have found while googling, i.e., phpide, PHPEdit, et al. Thanks in advance, Rob E. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: Session not working

2003-07-30 Thread Rob Adams
sion.use_trans_sid session.cookie_path session.save_path. These are some I can think of right off that might be causing problems. You're probably using cookies, and I'd bet the save_path needs setting, as it probably wouldn't default to something valid. -- Rob > > The s

[PHP-WIN] Re: Main Directory and E_mail Extractor

2003-08-14 Thread Rob Adams
"Michael Bao" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > require ("d:/iis/www3/lib/common/auth.inc"); > > require ("/lib/common/auth.inc"); I need. > > > > When I want to include some file, I must key in the absolute directory. So I change include_path line to "include_path = d

[PHP-WIN] Re: Store array in mysql?

2003-08-21 Thread Rob Adams
cke > There are at least two ways you can do this. If you really want to use a mysql table (not recommended) and your keys are all sequential integers, just implode the array and save it in a text or long char field. If you just need to save the array temporarily between pages, use sess

[PHP-WIN] Re: how to establish relationship in Mysql

2003-08-21 Thread Rob Adams
2.5 , thank you . > > If you're looking for foreign keys, no. MySQL doesn't support that. (Though I think it may be on the list of things to do.) -- Rob -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] Re: how to establish relationship in Mysql

2003-08-21 Thread Rob Adams
Wow. That's nice. Never heard of that table type before. -- Rob "Ignatius Reilly" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Not so. Actually you can enforce FOREIGN KEYs if you choose the InnoDB table > type. > > Ignatius > __

[PHP-WIN] I need help with fopen()

2003-09-17 Thread Rob Hermann
$profilename="f:/inetpub/wwwroot/PHP_HeadHunterWebSite/HeadHunter/".$FIRSTNA ME."_".$LASTNAME."_MemberProfile.html"; OR $profilename="f:\inetpub\wwwroot\PHP_HeadHunterWebSite/HeadHunter\".$FIRSTNA ME."_".$LASTNAME."_MemberProfile.html"; @unlink($profilename); $htmlfile=fopen($profilename,"

[PHP-WIN] problems with fopen

2003-09-25 Thread Rob Hermann
erP rofile.html"; $htmlfile=fopen($profilename,"w+b"); any ideas ?? Thanks ! Rob Hermann [EMAIL PROTECTED] -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] best php editor?

2003-11-04 Thread Rob Adams
Another vote for UltraEdit. Great macroing and it's column mode is the best I've seen. -- Rob "Francesco Marsan" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Or Ultraedit. Super-fast. -Messaggio originale- Da: Luis Moreira [mailto:[EMAIL PRO

[PHP-WIN] Angry, up all night newbie (re: apache config)

2004-03-15 Thread Rob Conklin
I found the "install" text file included with the PHP for Windows download incomphrehensible and useless. I won't go on and on, but was wondering if someone can point me to some information that would explain, in a simple, deterministic and clear way, what steps are necessary to get Apache to load

[PHP-WIN] Re: bar graph gd

2004-12-14 Thread Rob Adams
try changing your error reporting level and your default error handler. See http://www.php.net/manual/en/ref.errorfunc.php for an example on how to set another error handler. Then you can output (to file) your own messages. (Remember, outputting to stdout won't do any good, because it's

[PHP-WIN] is exif installed with php for windows?

2004-12-18 Thread Rob Aldred
a version myself before... does the binary archive on php.net have exif enabled for windows? Cheers Rob -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-WIN] PHP and Apache

2005-03-01 Thread Rob Agar
Have you tried just commenting out the AddModule line? It works for php4... Rob -Original Message- From: Logan B [mailto:[EMAIL PROTECTED] Sent: Wednesday, 2 March 2005 1:37 PM To: php-windows@lists.php.net Subject: [PHP-WIN] PHP and Apache Hi, I'm using Apache 1.3 on my Windo

[PHP-WIN] mapfile

2005-03-22 Thread Rob Agar
base addresses: 0x6000 php4apache.dll 0x1000 php4ts.dll Rob Agar Web Site Consultant Wild Lime Media - [EMAIL PROTECTED] Studio 1, 70 McLeod Street, Cairns 4870 Tel: 07 4081 6677 | Fax: 07 4081 6679 Web and Software Development Services - www.wildlime.com Search Engine Optimi