[PHP] PHP and Windows 7 g6-bit

2011-06-15 Thread Byron Como
Does the precompiled windows binary work on win 7 64? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] PHP and Windows 7 64-bit

2011-06-15 Thread Byron Como
Does the precompiled windows binary work on win 7 64? I downloaded the apache installer, works with no problems. I got the php5 VC6 x86 Thread Safe version. It says x86 so I'm guessing that's the problem. I can't find a current 64-bit version. Error message: Faulting application name:

Re: [PHP] PHP and Windows 7 g6-bit (Solved)

2011-06-15 Thread Byron Como
On 6/15/2011 1:59 PM, Tim Thorburn wrote: On 6/15/2011 11:37 AM, Byron Como wrote: Does the precompiled windows binary work on win 7 64? It does, however if you're using Apache as your webserver, for PHP 5.3+ you won't be able to use the binaries from apache.org for Windows. There is a link

Re: [PHP] PHP OOP

2009-02-10 Thread Byron
List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- I'm going out to find myself, if you see me here, keep me here untill I can catch up If I haven't said so already, Thanks Byron

Re: [PHP] Help and Advice needed please.

2008-08-24 Thread Byron
]wrote: So Byron, what do you think? Do you like the idea of a mysql database? On Sat, Aug 23, 2008 at 11:57 AM, Luke [EMAIL PROTECTED] wrote: I'm up for helping too. Also, a big agree to Sean too, MySQL seems the best way to go here. 2008/8/23 sean greenslade [EMAIL PROTECTED] I would

[PHP] Help and Advice needed please.

2008-08-23 Thread Byron
. As in can be used by more than one unit. -- I'm going out to find myself, if you see me here, keep me here untill I can catch up If I haven't said so already, Thanks Byron

[PHP] Help with login

2008-06-27 Thread Byron
Hey, I think this should be working but it doesn't seem to be. ?php /* Admin Login Page TS Achilles Website Created by Byron Glover */ require(config.php); require(functions.php); // Check for previous authentication if (isset($_COOKIE[auth]) isset($_GET[page])) { include($_GET[page

[PHP] Please stop me from tearing my hair out.

2008-06-19 Thread Byron
configuration file TS Achilles Website Created by Byron Glover */ // Mysql variables $GLOBALS['mysql_host'] = localhost; $GLOBALS['mysql_user'] = [EMAIL PROTECTED]; $GLOBALS['mysql_pass'] = ; $GLOBALS['mysql_db'] = ach_db; ?

[PHP] Variables

2008-06-18 Thread Byron
Hi I was wondering if this is the correct way to reference a variable from a file that has been included inside of a function. Also just general static/global variable usage. For example: Myqsql_functions.php ?php require(config.php) function ach_mysqlCon() {

[PHP] textarea form input converting lt; and gt; to

2002-02-20 Thread Byron Albert
to input html tags. Has any one else run into this problem maybe even found a solution. Any help would be appreciated. Thanks Byron html head titletest form/title /head body form method=post TEXTAREA NAME=test rows=10 cols=50? echo $test; ?/textarea br INPUT TYPE=submit NAME=submitaction VALUE

[PHP] mail() extra headers not working

2001-11-01 Thread Byron Albert
it puts a newline befor this header so it becomes part of the message not the headers. Any ideas on what to do?? Byron -- PHP General 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