RE: [PHP] Including Google Ads

2006-08-10 Thread mwestern
> -Original Message- > From: Chris [mailto:[EMAIL PROTECTED] > Sent: Thursday, 10 August 2006 3:43 PM > To: C.F. Scheidecker Antunes > Cc: php-general@lists.php.net > Subject: Re: [PHP] Including Google Ads > > C.F. Scheidecker Antunes wrote: > > Hello all, > > > > How do I include Go

RE: [PHP] Sending Mail (newbie)

2005-11-22 Thread mwestern
Have you tried a very simple email example to make sure your server is sending mail out. Is sendmail running and working? http://au2.php.net/function.mail > -Original Message- > From: schalk [mailto:[EMAIL PROTECTED] > Sent: Wednesday, 23 November 2005 9:12 AM > To: php-general@lists.

RE: [PHP] launch app

2005-09-14 Thread mwestern
The only thing that you can do is the same as sourceforge.net does. Bring up a web page that says yadadad download this etc. then in the header make it redirect to a file on the web server after 3 seconds or something. Go download something off sourceforge to see what I'm on about. :) I have t

[PHP] Size limits of mysql

2005-09-14 Thread mwestern
Hi All, I have a simple database with one table with about 6 fields, just holding filenames, filepaths and sizes. Very basic audit for management here. Problem is I import a load of records into this table and it seems to only allow me to put in about 550,000 records.Maybe it's just m

[PHP] size limit in mysql tables?

2005-09-14 Thread mwestern
I have a simple database with one table with about 6 fields, just holding filenames, filepaths and sizes. Very basic audit for management here. Problem is I import a load of records into this table and it seems to only allow me to put in about 550,000 records. Maybe it's just mys

RE: [PHP] Re: SQL Date guru in the house?

2005-05-12 Thread mwestern
Cool thanks for that. After reading through the strings manual pages on mysql site I came up with this way of doing it. Not as simple as yours that's for sure, but it works fine. SELECT blah WHERE CONCAT(, LPAD(mm,2,'0'), LPAD(dd,2,'0')) BETWEEN ". $ . $mm . $dd ." AND ". $e_ . $

[PHP] SQL Date guru in the house?

2005-05-11 Thread mwestern
Hi All, I have a small problem. I have a project in which someone has got three integer fields for holding the date. DD, MM, in an sql database.I now have to have a page that inputs two dates and select records between those two dates. If I had a date field in the table it wou

RE: [PHP] Can someone help me build a regular expression?

2005-05-02 Thread mwestern
Thanks to all that posted with help. I've got a book about regular expressions but it's all very new to me. -Original Message- From: Jason Sweeney [mailto:[EMAIL PROTECTED] Sent: Monday, 2 May 2005 9:50 PM To: Matthew Western, IT Support, Lonsdale Cc: php-general@lists.php.net Subj

[PHP] Can someone help me build a regular expression?

2005-05-02 Thread mwestern
Hi All, I've sucessfully got a JavaScript validating some text boxes to make sure that only numbers exist.I cheated and downloaded a regular expression someon else had used and that works nicely. I wish to validate the text box in the format of: xXX.X With the upper case Xs being a requ

RE: [PHP] Re: What's changed between version 4.2.2 and 4.3.4 regarding POSTing?

2005-04-28 Thread mwestern
>Yes. It's using the global arrays HTTP_POST_VARS and HTTP_SESSION_VARS >arrays, and 4.3.x has the directive register_globals set to off by default. It's safer to leave it off. You can easily update the script by replacing these with $_POST and $_SESSION, respectively. Again I appreciate the poi

[PHP] What's changed between version 4.2.2 and 4.3.4 regarding POSTing?

2005-04-27 Thread mwestern
I've used the simple password script in the past to password protect pages with a session. http://www.phpbuddy.com/article.php?id=23 Now that I have installed Fedora Core 2 and 3 the new version of php (4.3.4) doesn't like this script any more. Any ideas why? Thanks Matthew

[PHP] Fping problem

2004-11-08 Thread mwestern
Hi All, I have written a simple page that uses fping and was working perfectly just shelling out to it using the backtick. The server it was on crapped out and I'm trying to get it going again on our new server.I have installed fping, given permissions to everyone to run it and copied it to t

RE: [PHP] Re: PHP Mysql Hit Counter

2003-06-25 Thread mwestern
ah thanks. much appreciated. i did google and found a few things, but was really after something that someone else would recommend rather than trying a few hundred. :) regards m -Original Message- From: Nadim Attari [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 25, 2003 3:46 PM To: [

[PHP] PHP Mysql Hit Counter

2003-06-24 Thread mwestern
Hi All, I'm after a fairly neat PHP mysql hit counter with date reporting/url reporting and perhaps some graphs but not nessasary. i've done my own little one which simply reports hits, but i'm wondering is there a free one that is da busiess. :) anyone? ta M -- PHP General Mailing List (http:/