[PHP-DB] send email

2003-11-25 Thread redhat
I have created a simple form that dumps input information into a mysql database. The person that I created it for said it would be nice if it would also notify him by email that an entry was added to the database. I have no idea where to begin with that - any ideas? thanks, DF -- PHP Database M

RE: [PHP-DB] Re: send email

2003-11-26 Thread redhat
r active development so > >you will most likely never run into problems using it, :) > > > >-- > >Kim Steinhaug > >--- > >There are 10 types of people when it comes to binary numbers: > >those who under

[PHP-DB] user input killing code

2003-12-02 Thread redhat
I am still working on this DB entry page. I have a sort of content mgt page that I have built where certain company people input data to be displayed on a web page to be viewed by the public. Everything is working great except, when someone enters an ' or " into the form field it will not update

[PHP-DB] graphics question

2003-12-08 Thread redhat
I am working on a Fedora-installed (linux) server with PHP 4.3.3 configured with ('./configure' '--enable-pic' '--with-freetype-dir=/usr' '--with-png-dir=/usr' '--with-gd' '--enable-gd-native-ttf' '--with-gdbm' '--with-jpeg-dir=/usr' '--with-png' '--enable-magic-quotes') plus a lot more that I stri

[PHP-DB] ordering output

2003-12-10 Thread redhat
I have a page that I put together that pulls in data for the time in individual fields - hour, minute, am/pm, month, day. I am going to alter the db to add year as well. I want to order this list by multiple criteria - first by year, then by hour, am/pm, minute. It is a page that lists shows tha

[PHP-DB] method question

2003-12-16 Thread redhat
I am looking to create a "comp-time" calculator of sorts using PHP/MySQL. I am still in the learning process of how all of this works. I want to be able to create a web interface where my employee can login and enter her comp-time as she works extra. I also want to be able to have an admin side

[PHP-DB] db php question

2004-01-15 Thread redhat
I have a very crude script set up that I am using to keep track of IP addresses, MAC addresses, etc and it dumps into mysql. I am using a column called "id" which is my primary key and auto-increments. My question is that I want to make sure that I don't get duplicate IP addresses added into the

[PHP-DB] output formatting question

2004-03-09 Thread redhat
I have a small database of employee names and phone extensions that I have put together. I have also put together a very simple php page that enables endusers to pull up this directory listing. My question is simple, the output right now is in one long column (actually, three, first name, last na

[PHP-DB] help desk software

2004-04-06 Thread redhat
Anybody out there familiar with some helpdesk software? I found some called "teacup" that runs as a cgi and used Postgres but I wanted to see if I could find something that was PHP/MySQL based. Any ideas out there? thanks, DF -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, vi

[PHP-DB] search engines

2004-04-29 Thread redhat
Anyone out there know of a good tutorial on creating a php/mysql based search engine script? I would like to write one for a small "in-house" application that I am running. thanks, DF -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] where to find tutorial

2004-06-04 Thread redhat
I have some very crude scripts that I have mangled together to allow customers to request CSR call-backs when they want new service. I am trying to make the page more user-friendly. I have three fields that I want to try something on and don't know where to look. I have a city, state and zip cod

[PHP-DB] help with consecutive numbers in db

2004-06-24 Thread redhat
I have a small script that I mangled together to enable me to input user IP addresses into a MySQL db. The IP's (for example 192.168.1.1) are all in a single field. The IP field is set to VARCHAR(100) Unique but it is not the primary key. I have found that my IPs are not consecutive and I would

[PHP-DB] php/mysql error

2004-07-27 Thread redhat
I am getting a weird error on one of my servers that says something about "query requires full tablescan". I was not getting this error until today that I noticed. I Googled for a minute and saw where a ton of other sites had the same problem but no "reason" why. I did find one board that said t

[PHP-DB] joining tables in postgres

2005-09-29 Thread redhat
anyone know of any good tutorials on simple joining of tables in Postgres using PHP? I did some Googling and didn't find anything satisfactory. thanks, Doug -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DB] joining tables in postgres

2005-09-30 Thread redhat
On Thu, 2005-09-29 at 19:51 -0300, Miles Thompson wrote: > At 04:13 PM 9/29/2005, redhat wrote: > >anyone know of any good tutorials on simple joining of tables in > >Postgres using PHP? I did some Googling and didn't find anything > >satisfactory. > >thanks, &

[PHP-DB] slow loading page

2006-02-13 Thread redhat
I have just installed Centos 4.2 running on a new Dell server (Xeon 2.4Ghz, SCSI HD, 1GB RAM) with Apache 2.0.52, PHP 4.3.9 and MySQL 4.1.12. There is NOTHING in the html directory yet except for a simple index.php page with two echo statements in it for demo purposes. The statement is as follows

Re: [PHP-DB] slow loading page

2006-02-14 Thread redhat
On Tue, 2006-02-14 at 18:06 +1030, David Robley wrote: > Micah Stevens wrote: > > > > > Not enough information there to make any sort of diagnosis, but here are > > some things to try to narrow down the problem: > > > > 1) ssh into the server, and run 'top' to watch the process list. Then > > wh

Re: [PHP-DB] Re: slow loading page

2006-02-14 Thread redhat
On Wed, 2006-02-15 at 03:42 +1100, JeRRy wrote: > Hi, > > Do this... > > 1) ping your local server. (paste us the results) > 2) ping your IP address FOR THE SERVER (paste us the results) > 3) If your server has a domain attached also ping this (paste us the > results) > >

Re: [PHP-DB] slow loading page (solved)

2006-02-15 Thread redhat
On Tue, 2006-02-14 at 17:35 -0800, Micah Stevens wrote: > On the server, you can use Dig - it's a pretty good DNS tool. On windows you > can use nslookup I think. > > -Micah > > On Tuesday 14 February 2006 8:07 am, redhat wrote: > > On Tue, 2006-02-14 at 18

Re: [PHP-DB] re: slow page loading

2006-02-16 Thread redhat
Thanks - I believe it is a DNS issue here. Doug On Thu, 2006-02-16 at 11:50 +1100, JeRRy wrote: > > from ping times: > (localhost while ssh'd into the server and "ping localhost") > 64 bytes from localhost (127.0.0.1): icmp_seq=0 ttl=64 time=0.030 ms > 64 bytes from localhost (127.0.0.1): icmp