RE: [PHP-WIN] MySQL Configuration on Windows Box with Apache and PHP

2009-06-17 Thread Brereton, Stephen
I have to say that the extensions_dir setting is most likely the culprit here. Be explicit with its' value - c:\php\extensions - not './' - otherwise you really don't know where its pointing. Using phpinfo() in a simple file will tell you exactly what is working and where things are. If the dlls a

RE: [PHP-WIN] getting started - need pointers

2009-05-29 Thread Brereton, Stephen
If you've installed Apache on server 2008 (2007 dne!)( Or did you mean Vista?) There should be no problem, as IIS does not get installed automatically on a 'standard' build. If IIS is installed, it may well be fighting Apache for the use of port 80. Of course, its up to you which web server y

RE: [PHP-WIN] PHP Mail 501 error

2008-06-24 Thread Brereton, Stephen
Just a thought, and may be wrong, but as RCPT TO in rfc 2821 (http://www.rfc-editor.org/rfc/rfc2821.txt) Only one layer of backets is used? -Original Message- From: Dan Mashal [mailto:[EMAIL PROTECTED] Sent: 23 June 2008 19:42 To: php-windows@lists.php.net Subject: [PHP-WIN] PHP Mail 501

RE: [PHP-WIN] mime_content_type remote file

2008-06-05 Thread Brereton, Stephen
is no problem when there are no spaces in the name. I can't prevent spaces in the filename, is there a workaround? ""Brereton, Stephen"" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] How about a file without any spaces in the name? -Original Messag

RE: [PHP-WIN] mime_content_type remote file

2008-06-04 Thread Brereton, Stephen
How about a file without any spaces in the name? -Original Message- From: Joris Willekens [mailto:[EMAIL PROTECTED] Sent: 04 June 2008 15:30 To: php-windows@lists.php.net Subject: Re: [PHP-WIN] mime_content_type remote file Yes, but with the same result ""Brereton, Stephen

RE: [PHP-WIN] mime_content_type remote file

2008-06-04 Thread Brereton, Stephen
A 404 error only ever means the remote file cannot be found. Being as you're swapping out the encoded spaces, I'd be inclined to start with that as the possible cause - did you try the script with the encoding still in place? -Original Message- From: Joris Willekens [mailto:[EMAIL PROTECT

[PHP-WIN] PHP and Windows - php_mysqli continued

2008-05-15 Thread Brereton, Stephen
Having found the phpinfo() instructions, I've reinstalled PHP5 on win w2k3, and have made a few corrections to the ini file as a result. Is there a way to find what dlls are being found when the ini file is loaded? I have moved the libmysql and php_mysqli dlls into the dlls and ext folders resp

RE: [PHP-WIN] PHP and Windows - problem with php_mysqli.dll

2008-05-13 Thread Brereton, Stephen
ECTED] Behalf Of [EMAIL PROTECTED] Sent: 12 May 2008 16:04 To: Brereton, Stephen Subject: RE: [PHP-WIN] PHP and Windows - problem with php_mysqli.dll Make sure you've set your environment variable correctly. You will need both variables set. Follow these FAQ entries http://www.php.net

[PHP-WIN] PHP and Windows - problem with php_mysqli.dll

2008-05-12 Thread Brereton, Stephen
I'm trying to get a mysql driven site working, but have hit a nasty problem Started off with php 5 but that simply refuses to find the dll. rolled back to 4.2 or some such, which then fails to load when the dll is included in the extensions list. So long as mysqli line is commented out, its fine.

Re: [PHP-WIN] Help with if

2007-08-06 Thread Stephen
do not > match. > > Also, is Unregistered a defined type? > If not, how do you compare a variable ($rank) against it ? > > > Luis > > > -Original Message- > From: Stephen [mailto:[EMAIL PROTECTED] > Sent: segunda-feira, 6 de Agosto de 2007 16:31 > To: php-wi

Re: [PHP-WIN] Help with if

2007-08-06 Thread Stephen
i did take out the ) after them both and it still is not working. I have copy and pasted it, I just removed the huge blog of info that was given from PayPal that is not important. "Stut" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Stephen wrote: >>

[PHP-WIN] Help with if

2007-08-06 Thread Stephen
i'm tryin to get the if command to work on my site so that I can get the buttons to show for registering if a certain user is at the first rank. The current code that I have is as follows; https://www.paypal.com/cgi-bin/webscr"; method="post"> https://www.paypal.com/en_US/i/btn/x-click- but24

[PHP-WIN] Re: Small Help

2007-07-31 Thread Stephen
also when the user registers. is there a peice of code that will let me send myself and e-mail informing me? ""Stephen"" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I'm kind of trying to do this quickly. Can anyone give me some PHP code >

[PHP-WIN] Small Help

2007-07-31 Thread Stephen
I'm kind of trying to do this quickly. Can anyone give me some PHP code that will let me link to a different image if $veriable = blah blah blah. I need it for 4 different options. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] PHP 4/5 Differences.

2007-07-29 Thread Stephen
I have a script that requires PHP 4. I am using the latest version of PHP 5. I am having problems with that script. Would there be any major changes that could stop me from running the script. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] Error: illegal character I need help

2007-07-27 Thread Stephen
\Apache2.2\\htdocs\\wle_form.php on line 1074, referer: http://192.168.0.102/wle.html so it appears that I have mutiple errors in the script, I would like someone to check this out for me. If someone is willing to work on the script then please let me know. I would work on it myself, but I have l

[PHP-WIN] Re: Error: illegal character I need help

2007-07-26 Thread Stephen
if anyone want's to take a look at the whole code e-mail me and i'll send it to you if you feel liek helping me. I feel like I have not set my PHP up right or something. ""Stephen"" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] >I am trying t

[PHP-WIN] Error: illegal character I need help

2007-07-26 Thread Stephen
if(document.AuthChangesForm.elements[i].type == \"checkbox"\ && document.AuthChangesForm.elements[i].name == SwitchName ) Can anyone help me with this. I hope it is the only thing that is stopping this program from running. -Stephen- -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, vis

[PHP-WIN] fileperms - windows setting 777 on a file - possible?

2007-07-26 Thread Stephen Ford
I'm trying to run an install script for some software that I bought and the install script checks that some file permission settings are correctly set. In this case they must be set to "777". I have not been able to run the script successfully and my hosting company has said that it cannot be succ

[PHP-WIN] can php on windows correctly set and return 777 permissions values?

2007-07-25 Thread Stephen Ford
I'm trying to run an install script for some software that I bought and the install script checks that some file permission settings are correctly set. In this case they must be set to "777". I have not been able to run the script successfully and my hosting company has said that it cannot be succ

[PHP-WIN] Re: php editors

2006-04-14 Thread Stephen Lake
Try http://www.php-editors.com they list many different editors that you can useit lists freebies, commercialware and shareware ""pfancy"" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I've been reading over php. I have bought php and mysql for dummies but my > question is w

Re: [PHP-WIN] PHP5 and MySQL

2006-04-14 Thread Stephen Lake
Try http://www.php-editors.com they list many different editors that you can use. HTH Steve ""pfancy"" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Can you show me some of the code i need to unquote so i get an idea about > where it is. -- PHP Windows Mailing List (http://www.

Re: [PHP-WIN] PHP5 and MySQL

2006-04-14 Thread Stephen Lake
Try http://www.php-editors.com they list many different editors that you can use. HTH Steve ""pfancy"" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Can you show me some of the code i need to unquote so i get an idea about > where it is. -- PHP Windows Mailing List (http://w

[PHP-WIN] HTTP 400 Bad Request

2004-06-30 Thread Stephen Cassidy
hp.ini ". Where is the path set? I installed PHP one each server using the same logon account? I hope someone can help as this is starting to drive me mad. Thanks Stephen -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] newbie file script

2004-02-08 Thread Stephen Rivas Jr
add text to the beginning of a file without replacing the current contents. Script/more info avail if needed. Thanks! Stephen Rivas Jr -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] I keep getting parse error, unexpected T_VARIABLE

2003-11-26 Thread Stephen Knight
{ print ('evening,'); } print ("$name"); print ('!\n'); } else { print ('Please log in.\n'); } ?> I have made repeated changes, such as adding single quotes, etc... but I still continue to get the parse error, Unexpected T_Variable. -- In

Re: [PHP-WIN] free windows editor with ftp?

2003-09-10 Thread Stephen
I have to agree with these two, although the latest non beta version has a small problem with its code highlighting. However, this has (apparently) been fixed in beta. It is the best program I have found, and it can open a huge range of files! Stephen - Original Message - From: "J

Re: [PHP-WIN] Extracting images from active directory using php

2003-09-10 Thread Stephen
luck someone with more experiance in this field will read your email in the not to distant future. Stephen - Original Message - From: "Simon Taylor" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, September 10, 2003 1:19 PM Subject: [PHP-WIN] Extracting

Re: [PHP-WIN] Problem writing to a file

2003-09-10 Thread Stephen
.txt",$cr.".doc"); As you can see, it makes it much more obvious what does what, and so easier for you/others to come back to in a few months time to make changes to. Don't be afraid to name your variables properly! Stephen -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] Problems with Unix timestamp

2003-08-23 Thread Stephen March
bah, sorry for the spam. Was able to create my own timestamp with mktime and then do the eregi(mydate, $line), etc etc. Thanks anyways ~Steve Stephen March wrote: Hey folks, simple question for you.. I'm trying to search through a page (with fopen) for a Unix timestamp (on Windows). S

[PHP-WIN] Problems with Unix timestamp

2003-08-22 Thread Stephen March
Hey folks, simple question for you.. I'm trying to search through a page (with fopen) for a Unix timestamp (on Windows). Simply doing while(!feof($fd)) { $line = fgets($fd, 4096); if(eregi(time(), $line) ... will not work.Upon further investigation, I could not get die(time()) to w

Re: [PHP-WIN] db connection php & mssql & win2k

2003-08-20 Thread Stephen
Giko You will need to tell us what the error message it is you get before we can help you. Stephen - Original Message - From: "giko" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, August 20, 2003 9:06 AM Subject: [PHP-WI

Re: [PHP-WIN] email confirmation

2003-08-15 Thread Stephen
Just a minor point... You are creating $msg before you have made the confirmation ID. This means your message does not contain the confirmation id as it has not been created... Stephen - Original Message - From: "Anthony Ritter" <[EMAIL PROTECTED]> To: <[EMAIL PROTE

Re: [PHP-WIN] recompiling php under windows

2003-07-24 Thread Stephen March
I'm not 100% sure on the problems you are incuring, however I just thought I'd make mention of http://www.opensa.org, which is an open SSL (mod ssl & open ssl 0.97b) enabled version of apache (2.0.44) w/php 4.3.0 (on Windows). I find it useful to contribute to such a project, rather than compi

Re: [PHP-WIN] open source php cms

2003-07-17 Thread Stephen March
I think "good" is a relative term in terms of what you are doing :) I've been using PHP Nuke for a while (http://www.phpnuke.org), and it's does have it's advantages. *shrugs* It's got a pretty huge user-base. ~Steve [EMAIL PROTECTED] wrote: Hi, I am working with eZpublish. http://www.ez.no No

Re: [PHP-WIN] Re: php-windows Digest 11 Jul 2003 19:46:14 -0000 Issue 1820

2003-07-12 Thread Stephen
sending, and providing IDs which are "old" are deleted you should not have any problem. As for making the unique ID, using the microtime() function to get the time with miliseconds should work quite well. Stephen - Original Message - From: "Neil Smith" <[EMAIL

Re: [PHP-WIN] checkboxes in php

2003-07-10 Thread Stephen March
Could you please post your code?It's a lot easier to find the problem ie: what is line 27 trying to do? Cheers, ~Steve Harpreet wrote: I have 4 checkboxes in a form. I can select any number of boxes.When i go to the results page it gives me errors for boxes i dont select Notice: Undef

Re: [PHP-WIN] cookies problem

2003-07-09 Thread Stephen March
r employer do not consent to Internet email for messages of this kind. Opinions, conclusions and other information in this message that do not relate to the official business of my firm shall be understood as neither given nor endorsed by it. - Original Message - From: "Stephen March"

Re: [PHP-WIN] cookies problem

2003-07-09 Thread Stephen March
Mark, I've run in to this problem - first noticing this with PHP Nuke. This cookie problem seems to be a result of a server configuration issue with the Windows operating system. At work I have 2 Win-2k servers, both running PHP 4.3.2, our production web-server can set cookies no problem

Re: [PHP-WIN] Problem IIS

2003-07-09 Thread Stephen March
Can you get a screenshot (picture) of the error? Or provide a link to your site :) It would be a bit easier to troubleshoot. Cheers, ~Steve Jonas Ferreira wrote: My dear friends, I use IIS 5.1, that comes with Windows XP (pro), and PHP 4.3.2, everything installed usually, however when I ex

[PHP-WIN] SSL Certificates - where do I put them?

2003-07-08 Thread Stephen March
Let's say I have a Web Server, which has a script that is accessing a resource on another server, with a proper SSL certificate. Where would I place these, or how would I specify a path through PHP code? I think I require this to do an LDAP bind, it's via SSL. I can get this to work with an LDAP

Re: [PHP-WIN] how to make the Apache recognize the c:/php/sapi/php4apache.dll - http://localhost/_MMServerScript/MMHTTPDB.php

2003-07-08 Thread Stephen
It is also worth noting that php4ts.dll must be in the same directory as php4apache.dll. You can find php4ts.dll in the php root directory (In your case it looks like it should be in c:/php) Stephen - Original Message - From: "Ildiko Nyari" <[EMAIL PROTECTED]> To: &

Re: [PHP-WIN] PHP+IIS - POST data propagate along redirect with header(Location: ....)

2003-07-07 Thread Stephen March
Sorry, I should also mention you will have to restart your IIS server. From a command prompt, (on the server) issue the command: net stop iisadmin (type Y - if you have the publisher service active) net start w3svc Or reboot it, if you like :) ~Steve Stephen March wrote: In your

Re: [PHP-WIN] PHP+IIS - POST data propagate along redirect with header(Location: ....)

2003-07-07 Thread Stephen March
In your php.ini (c:\windows\php.ini for 9x, xp, c:\winnt\ for NT4, 2000 => around line 365) make sure Register Globals = Off. Register globals does just that, creates global variables from any data posted to from a form. As you've noticed it's not the most secure thing, to have these var

Re: [PHP-WIN] fwrite error (noobie I am)

2003-07-06 Thread Stephen March
properties there is no "Security" tab, button or anything. It does have two check boxes one for read only (unchecked) and one for Hidden. This is the Windows Explorer version. In the IIS properties there is a "File Security" tab, but it doesn't seem to help. See the attach

Re: [PHP-WIN] fwrite error (noobie I am)

2003-07-06 Thread Stephen March
If you right click on the file count.txt, go to properties -> security. Does "everyone" have modify/write permissions to this file? The first error it posts, is that it doesn't have permissions to alter the file.This would also account for it failing to create the stream. ~Steve Ron St

Re: [PHP-WIN] Re: include within html

2003-07-03 Thread Stephen
Luis, Hmm I don't seem to have recieved your original email... However, for the record, you need to put php tags ( ) into the include file if you want it executed! Stephen - Original Message - From: "Luis Moreira" <[EMAIL PROTECTED]> To: "Luis Moreira&quo

Re: [PHP-WIN] Re: Undefined variables

2003-07-02 Thread Stephen
e public, then error messages should go to a log file and not to the browser, so you will still want to know about problems in your code! (EG: such as using an array function on a string... using your setting won't tell you you've made the mistake!) Stephen - Original Message -

Re: [PHP-WIN] SQLyog 3.51 Released

2003-06-30 Thread Stephen
Interesting idea, but do you think many people will pay the money when they is already a high quality php - mysql interface available (phpMyAdmin). http://www.phpmyadmin.net/ Stephen - Original Message - From: "Karam Chand" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]&

Re: [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 Stephen
Rob, Personally, I like Maguma Studio for PHP. It has all the usual highlighting, function completing/command listing and so on. Also, I find it can open most files which contain text... quite handy! http://www.maguma.com/en/index.html Stephen - Original Message - From: "

Re: [PHP-WIN] Re: or die problem

2003-06-27 Thread Stephen
e query returns false"; Stephen - Original Message - From: "Charles P. Killmer" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, June 27, 2003 6:10 PM Subject: RE: [PHP-WIN] Re: or die problem If you notice he has it commented out. I doubt that that was

Re: [PHP-WIN] Re: or die problem

2003-06-27 Thread Stephen
Dan, mssql_query($sql); // or die ("insert failed") When you use or die, you must NOT have a ; on the end of the mssql_query eg mssql_query( $MyQuery ) OR die( 'Error' ); Notice the ; only goes on to the end of the or die command. Stephen - Original Message - F

Re: [PHP-WIN] Why is PHP not recommended with Apache 2.0?

2003-06-26 Thread Stephen
not get it to install. It is up to you to risk it if you wish. Stephen - Original Message - From: "Jeff Waldock" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 25, 2003 11:11 PM Subject: [PHP-WIN] Why is PHP not recommended with Apache 2.0? &g

Re: [PHP-WIN] http://localhost/text.php why does it download and can't be seen in IE ?

2003-06-25 Thread Stephen
ildiko If it tries to download the file, then Apache is not set to parse PHP files properly. You need to find a section that looks similar to below. You must make sure that the line AddType application/x-httpd-php .php is in that section as shown below. Stephen # # AddType allows you to tweak

Re: [PHP-WIN] Eliminate a specific session variable

2003-06-24 Thread Stephen
$_SESSION['MyVariable'] = False; Thats as good as unsetting it. And no, if your using register globals as off (Like all good coders should!), then session_unregister won't work Stephen - Original Message - From: "Matt Babineau" <[EMAIL PROTECTED]> To:

Re: [PHP-WIN] Re: Problem on passing value.

2003-06-23 Thread Stephen
KIE['x'] and so on. I strongly suggest reading more about the new variables at http://uk2.php.net/manual/en/language.variables.predefined.php Stephen P.S. The variables are case sensitive... ie they have to be written all in capitals! - Original Message - From: "Cristian MAR

Re: [PHP-WIN] MOD L33T INFORMATION ONLY WORKS ON APACHE 1 NOT APACHE 2 ETC

2003-06-22 Thread Stephen
This a PHP helplist. We deal with php issues. Your issue is a Apache/Mod l33t issue. I suggest looking somewhere else for support Stephen - Original Message - From: "Mark Clarkstone" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, June 22, 2003 8:59 PM

Re: [PHP-WIN] Using PHP4

2003-06-22 Thread Stephen
Sorry, you will need to be a bit more detailed than that. Where is this file? How are you trying to open it? What error message do you get? Stephen - Original Message - From: "Mathias" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, June 22, 2003 3:5

Re: [PHP-WIN] where to find dll files

2003-06-22 Thread Stephen
will have to compile it yourself from the source code. This would be found on the development website for the particular .dll you wanted. Why would be the obvious question? What is wrong with the standard .dll files? Stephen - Original Message - From: "Stephen" <[EMAIL P

Re: [PHP-WIN] where to find dll files

2003-06-22 Thread Stephen
If you download the php.zip file from the php website it contains all the extensions including gd2. It also contains all the files that the installer has. Stephen - Original Message - From: "Melih Onvural" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday,

Re: [PHP-WIN] multiple mails problem

2003-06-21 Thread Stephen
I believe you can use multiple emails in the BCC field by seperating them with , Otherwise, you could always send each email individually, although this method would be more resource intensive. I'm almost 100% sure it is possible to specify multi BCC fields. Stephen - Original Me

Re: [PHP-WIN] Access denied for user: 'ODBC@127.0.0.1'. Dreamweaver MX

2003-06-21 Thread Stephen
once you get used to it theres a lot of helpful information waiting to be found! Stephen - Original Message - From: "Ildiko Nyari" <[EMAIL PROTECTED]> To: "Stephen" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, June 20, 2003 10:57 PM Su

Re: [PHP-WIN] Access denied for user: 'ODBC@127.0.0.1'. Dreamweaver MX

2003-06-20 Thread Stephen
pconnect as this establishes a permanent connection. This means even when the user leaves your site, your MySQL is STILL CONNECTED! It is much less resouce intensive just to use mysql_connect, as that way the connection is automatically closed when the php page is finished being made. Stephen Yes, I am

Re: [PHP-WIN] Access denied for user: 'ODBC@127.0.0.1'. Dreamweaver MX

2003-06-20 Thread Stephen
the username and password used for your MySQL account. Stephen P.S. This is very much a PHP issue, as it is to do with php connecting to MySQL rather than MySQL itself. "If you don't have something useful to say, don't say anything!" - Original Message - From: &q

Re: [PHP-WIN] Back button error

2003-06-17 Thread Stephen
be able to go back and forward between the pages without any problems. More of a work around than a solution... Good Luck Stephen - Original Message - From: "Harpreet" <[EMAIL PROTECTED]> To: "Windows Helplist (PHP)" <[EMAIL PROTECTED]> Sent: Tuesday, June 1

Re: [PHP-WIN] Back button error

2003-06-16 Thread Stephen
Its a feature of IE. It stops you going backwards to a page which was generated when you sent form data to it. There is no way around this, so you will need to find a way around your problem (A manual "<-- Go Back" link perhaps?) Stephen - Original Message - From: "

Re: [PHP-WIN] Help please: undefined index in sample code

2003-06-16 Thread Stephen
Toby, $_POST should exist even if register globals are on! Thats why I said it would probably be nothing to do with it. Unless I am mistaken Stephen - Original Message - From: "toby z" <[EMAIL PROTECTED]> To: "Stephen" <[EMAIL PROTECTED]> Cc: "Wind

Re: [PHP-WIN] Using the installshield vs manually

2003-06-15 Thread Stephen
only use the server for beta testing/development, install shield is fine on its own. Otherwise, it is best to customise the php.ini and check the server settings (Which is almosts as time consuming as just installing manually!). Stephen - Original Message - From: "Daniel Crompton&quo

Re: [PHP-WIN] Php_gd.dll

2003-06-14 Thread Stephen
That means that you somehow have got them included twice! Are you trying to use gd and gd2 at the same time? I do not beleve that you can run both GD and GD2, as they use the same functions (hence the pop up error messages) Stephen - Original Message - From: "Wential" <[EM

Re: [PHP-WIN] Pls help- can't load GD2 extension php_gd2.dll in PHP

2003-06-14 Thread Stephen
>From my php.ini file: ;GD2 is used for image creation extension=php_gd2.dll Are you sure that the php_gd2.dll file is in the extension directory specified? (Below is where my extension directory is, so my php_gd2.dll is in c:\server\PHP\extensions\php_gd2.dll) ; Directory in which the loadable

Re: [PHP-WIN] Help please: undefined index in sample code

2003-06-14 Thread Stephen
Which just goes to show some people will say anything... I don't think this has anything to do with register globals (Sorry toby). Undefined index sounds like php is just warning you that you are using a variable without a value. Since you are using a form to send data, this can occur. To be hones

Re: [PHP-WIN] Re: Display new Page after Form is processed

2003-06-06 Thread Stephen
No, you can. You can use header() at any time providing that absolutely nothing has been output to the users browser. So, don't use any echo or print functions and it should work fine - Original Message - From: "The.Wiz" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, June 06, 2

[PHP-WIN] THANK YOU ALL!!

2003-06-03 Thread Stephen Rivas Jr
http://www.throttlehead.com/racing/boothill/ If you'd like to fork and tune my source code, you're more than welcome to! I need guidance ;) Just e-mail me for the .zip of the files. -- Stephen Rivas Jr [EMAIL PROTECTED] http://www.throttlehead.com -- PHP Windows Mailing List (http://www.php.net/) To uns

[PHP-WIN] Join Char Strings

2003-05-29 Thread Stephen Rivas Jr
;; etc...And then later add to it after I've inserted my other variables and HTML code: $html_page_string += ""; I think this can be done in JavaScript but ahCan it in PHP? Thanks a ba jillion. Stephen Rivas Jr [EMAIL PROTECTED] http://www.throttlehead.com -- PHP Windows Ma

[PHP-WIN] Read all the webmonkey tutorials, still need guidance

2003-05-29 Thread Stephen Rivas Jr
e, copied code, read, reread...etc. My forms swap the info properly - if I use method=get then the correct info is passed and visible in the address. But, when I echo the variables (like $rider_name) they don't show up. And I know that my INPUTs are named properly - is there something I

Re: [PHP-WIN] still sessions

2003-04-04 Thread Stephen
will be started WHEN session_start() is called Stephen - Original Message - From: "Iggy" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, April 04, 2003 5:21 PM Subject: Re: [PHP-WIN] still sessions > I have done this million times, but it doesn't

Re: [PHP-WIN] PHP Editor

2003-04-04 Thread Stephen
Or for a slightly more technical option, I like using maguma studio light. Its free and has nice features. For a full list, try this site thou: Full list of editors http://phpeditors.dancinghippo.com/ My favourite editor http://www.maguma.com/en/lightdownload.html - Original Message - F

Re: [PHP-WIN] Better Error Trapping!

2003-04-03 Thread Stephen
r occured while doing XYZ', __FILE__, __LINE__, MySQL_error() ); I suggest you come up with a similar solution. Stephen - Original Message - From: "Matt Babineau" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, April 03, 2003 4:48 PM Subject: [PHP-WIN] Bet

Re: [PHP-WIN] GD under w2k

2003-03-23 Thread Stephen
must download the zip file. Good luck Stephen - Original Message - From: "Franz Max" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, March 23, 2003 5:58 PM Subject: [PHP-WIN] GD under w2k > Hi all, > > I would like to install GD for PHP under W200

[PHP-WIN] Passing value in URL to form

2003-03-09 Thread Stephen K Knight
doc in the html doc but it didn't work. Any ideas? In kindness, Stephen -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Passing value in URL to a form

2003-03-09 Thread Stephen K Knight
ppreciated. In kindness Stephen File Upload \n"; // echo "newname = " . $newname . "\n"; // echo "tmpname = " . $tmpname . "\n"; if(!empty($filename)) { //copy the file copy($tmpname, "logos/$newname"); //destroy the upl

[PHP-WIN] Im almost there just a little more help

2003-03-07 Thread Stephen K Knight
?> If someone could fix this I would greatly greatly apreciate it! In Kindness Stephen K Knight -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] basic sessions...

2003-03-07 Thread Stephen Edmonds
> > PHP Windows Mailing List (http://www.php.net/) > > To unsubscribe, visit: http://www.php.net/unsub.php > > > > > Normally there is no point to starting a session on every page... it depends on what your site is designed to do! Plus, it can become resource intensi

[PHP-WIN] I am try to upload an image to a folder on my web server

2003-03-06 Thread Stephen K Knight
code below. Can someone please look and help me so that I can upload the image to that folder. Thank you! In Kindness Stephen K Knight \n"; // echo "newname = '" . $newname . "';\n"; // echo "\n"; } -- PHP Windows Mailing List (http://

[PHP-WIN] I am having probles getting apache to work with php

2003-03-06 Thread Stephen K Knight
I am currently running on a Windows Box the OS is ME I have installed apache 2.0.44 and I have downloaded the newest PHP download for windows. I have read the configuration manual repeatedly for getting the php into the apache httpd.conf doc file. but I still cannot get php to be recognized. Can a

[PHP-WIN] Re: [PHP-INST] I get a "File Download" dialogue box

2003-02-10 Thread Stephen Edmonds
ck that C:\PHP\sapi\php4apache.dll is present in the correct folder, and that the following two files are in the SAME directory as php4apache.dll : php4ts.dll php4ts.lib Good Luck, let me know how it goes Stephen - Original Message - From: "news" <[EMAIL PROTECTED]> To

[PHP-WIN] Re: [PHP-INST] php not executed, mime type problem? - Fixed :-)

2003-02-03 Thread Stephen Edmonds
RE: [PHP-INST] php not executed, mime type problem?Thats okay. I'm glad that it helped you out. I know how annoying it is getting these things working! Stephen - Original Message - From: Boutelle, Jonathan To: 'Stephen Edmonds' ; Zavier Sheran ; Boutelle, J

Re: [PHP-WIN] Multiple MySQL Queries

2003-02-01 Thread Stephen Edmonds
makes de-bugging harder... Stephen - Original Message - From: "Uttam" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, February 01, 2003 10:16 AM Subject: [PHP-WIN] Multiple MySQL Queries > in MySQL client i can run multiple queries in a single st

Re: [PHP-WIN] error - permissions?

2003-02-01 Thread Stephen Edmonds
It probably means that your MySQL is not configured to allow for 'root' to login. If you have phpMyAdmin, you can use it to login to your MySQL server and set up the user. Stephen - Original Message - From: "Pat Johnston" <[EMAIL PROTECTED]> To: <[EMA

Re: [PHP-WIN] Web pages don't show up in IE 6 w/SP1.

2003-01-31 Thread Stephen Edmonds
websites. I'm not quite sure why, but it is a bug someone else managed to replicate. I think it was due to an error in a comment string Stephen - Original Message - From: "Jammy Hall" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 30, 2003 11:31 PM

Re: [PHP-WIN] Web pages don't show up in IE 6 w/SP1.

2003-01-30 Thread Stephen Edmonds
helpful Stephen - Original Message - From: "Jammy Hall" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 30, 2003 2:50 PM Subject: [PHP-WIN] Web pages don't show up in IE 6 w/SP1. > I running Windows 2000 w/SP3 and IE 6 w/SP1 and I can't

Re: [PHP-WIN] Is this possible

2003-01-28 Thread Stephen Edmonds
No, however... you could use include( "whatever.php" ); so that the form submits to one page, which then includes both pages and does whatever it is you need. Why you want to submit to two places is a mystery though... Stephen - Original Message - From: "Wade" &l

Re: [PHP-WIN] php-win2k error in apache as isapi module

2003-01-26 Thread Stephen Edmonds
Two things. Firstly, how are you running your source code? Secondly, when do you get the error? When you try to run the script or when you try to start Apache? - Original Message - From: "Vikas Pande" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, January 26, 2003 1:21 PM Subj

Re: [PHP-WIN] Moving an uploaded file keeps failing

2003-01-20 Thread Stephen Edmonds
the file. Also, rather than checking for 'post', check for $_FILES['userfile']['name'] If you still have problems, email the list again with your error message/code. Good luck Stephen - Original Message - From: "Matt Babineau" <[EMAIL PROTECTED]

Re: [PHP-WIN] It just doesn't make sense!

2003-01-17 Thread Stephen Edmonds
Grr it just takes the biscuit. I found the problem in my menu system. Basically, I was trying to send on two ? rather than using an &. So incredibly annoying, yet so incredibly simple... ah well Stephen - Original Message - From: "Stephen Edmonds" <[EMAIL PROTECTED]&

[PHP-WIN] It just doesn't make sense!

2003-01-17 Thread Stephen Edmonds
I am currently re-writing part of my website to allow people who don't use cookies to still use the site features. However, I have run into a problem. I send the session ID from page to page via the query string, and retreve it using $_GET. Everything works fine, and if set I store the details in $

Re: [PHP-WIN] Getting IP Address and previous URL from user??

2003-01-12 Thread Stephen Edmonds
Sure. If you ever want to see what variables you can access and how they are stored, simply write a script with phpinfo(32); in. It outputs ALL variables which you can access from your script. In this case: Remote IP (Person who accessed the script) $_SERVER["REMOTE_ADDR"] File that was accessed (a

Re: [PHP-WIN] Which Web server to run under XP

2003-01-12 Thread Stephen Edmonds
le on my pc! Stephen - Original Message - From: "Ben Edwards" <[EMAIL PROTECTED]> To: "Rafael Fernandez" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Sunday, January 12, 2003 2:53 PM Subject: RE: [PHP-WIN] Which Web server to run under XP > At 23:

Re: [PHP-WIN] initialize variables (was: Using the GET Method)

2003-01-12 Thread Stephen Edmonds
orm submited to your page. $test however can come from the url ( http://host/page.php?test=thisvalue), or from a form, or any other input method. It all comes down to security in the end. If you have any further questions, do not hesitate to send it in. The only stupid question is one which you do

Re: [PHP-WIN] [newbie] What does this mean?

2003-01-07 Thread Stephen Edmonds
Open up your httpd.conf file and search for: DocumentRoot You need to change the setting so it points to the same directory as where your webpage is stored. In my case, I store my files in 'C:/Documents and Settings/Stephen/My Documents/Web Pages/', so I setting the Docume

  1   2   >