[PHP] LAMP Experts Needed

2006-09-01 Thread Jack Gates
at [EMAIL PROTECTED] It is going to be a web interface interacting with a very large database. -- Jack Gates http://www.morningstarcom.net -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Best way to get PHP5

2006-08-09 Thread Jack Gates
On Wednesday 09 August 2006 12:02, Chris W. Parker wrote: I know that Fedora Core 5 offers PHP 5.1.2 but I've heard some negative things about it in general (FC5). What sort of negative things have you heard in general about (FC5)? -- Jack Gates http://www.morningstarcom.net/ -- PHP General

Re: [PHP] Best way to get PHP5

2006-08-09 Thread Jack Gates
On Wednesday 09 August 2006 19:24, Jochem Maas wrote: Jonathan Duncan wrote: On Wed, 9 Aug 2006, Chris W. Parker wrote: Jack Gates mailto:[EMAIL PROTECTED] on Wednesday, August 09, 2006 10:16 AM said: On Wednesday 09 August 2006 12:02, Chris W. Parker wrote: I know that Fedora Core

Re: [PHP] Shopping Carts

2006-07-08 Thread Jack Gates
-- Michael B Allen PHP Extension for SSO w/ Windows Group Authorization http://www.ioplex.com/ http://www.oscommerce.com built with PHP and is free. -- Jack Gates http://www.jlgates.com/ http://www.myenergyproducts.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit

Re: [PHP] Re: New PHP tutorial - suggestions welcome

2004-09-25 Thread Jack Gates
On Sunday 26 September 2004 12:32 am, John Taylor-Johnston wrote: Consistently crashes my Netscape 4.8 (circa 2003). yeah, I still use it, because I prefer its news reader. Very few attacks on this mature mail program. That said, you're forcing me to use IE6 :-| No one is forcing you to use

Re: [PHP] PHP4 readdir is_dir working incorrectly?

2004-09-16 Thread Jack Gates
Out of respect for everyone on the list, it is probably best to not use this mailing list as a sales tool. Many of us here on the list are in the same business of developing and hosting. It is wise to assume everyone on the list is in the same business (even if it is untrue). Just know

Re: [PHP] PHP4 readdir is_dir working incorrectly?

2004-09-16 Thread Jack Gates
This is just to say that I never sent that to the list. I sent it privately. So for you to send this to the list to say that I probably should not was not good either. Because now the whole list has been bothered instead of just one. On Thursday 16 September 2004 03:15 pm, Kristopher

[PHP] PHP to execute hyperlink?

2004-09-14 Thread Jack Gates
I use an application that has a web browser engine built in and every time I open the app there is some code executing a hyperlink and pulling up a HTML page to a specific place on the page. This action changes according to if it is AM or PM and the date. Example: from 00:00 to 11:59 during

[PHP] PHP site ?

2004-09-04 Thread Jack Gates
How is osCommerce doing this? Go here to see exactly what I am talking about: http://wiki.oscommerce.com/docs I am using the REMOTE_ADDR but it does not provide all the information that osCommerce is showing. When I use the variable it shows the numbers like 192.168.10.25 (I know this is an

Re: [PHP] PHP site ?

2004-09-04 Thread Jack Gates
Thanks for all the responses. Now I am satisfied and can leave this one alone. -- Jack Rhino Gates, Registered Linux user #342662 Morning Star Communications, www.morningstarcom.net Web Hosting, Site Design, Domain Registration, VMware Workstation Software and GSX Server Software -- PHP

[PHP] Does any one else get this?

2004-09-04 Thread Jack Gates
Every time I post to the list, I get an undeliverable on the address below. Does any one else get this? If this address is on the list can we get it removed? To: [EMAIL PROTECTED] Subject: [PHP] PHP site ? was undeliverable due to the following reason: [EMAIL PROTECTED] - User doesn't

Re: [PHP] PHP site ?

2004-09-04 Thread Jack Gates
I replaced this: $address = getenv(REMOTE_ADDR); with this $hostname = gethostbyaddr($_SERVER['REMOTE_ADDR']); and now I am getting exactly what I was trying to get. -- Jack Rhino Gates, Registered Linux user #342662 Morning Star Communications, www.morningstarcom.net Web Hosting, Site

Re: [PHP] Re: Does any one else get this?

2004-09-04 Thread Jack Gates
Sorry! Chris, I meant to send this to the list. On Saturday 04 September 2004 10:17 pm, Chris Martin wrote: Jack Gates wrote: Every time I post to the list, I get an undeliverable on the address below. Does any one else get this? If this address is on the list can we get it removed

Re: [PHP] Re: PHP to replace javascript

2004-09-03 Thread Jack Gates
On Friday 03 September 2004 01:11 am, Sam Hobbs wrote: Jack Gates [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Javascript can open a separate and specifically sized window from a web page when a user clicks on a link that might reference a note or picture etc. Can

[PHP] PHP to replace javascript

2004-09-02 Thread Jack Gates
Greetings, This is my first post here and I am still new to PHP and learning. I just joined this list last night. Javascript can open a separate and specifically sized window from a web page when a user clicks on a link that might reference a note or picture etc. Can this be done with PHP?