[PHP] Calendar

2007-06-13 Thread Clint Tredway

Is there a decent free calendar? I just need to show a few events on a
calendar.

--
I am not a diabetic, I have diabetes
my blog - http://grumpee.instantspot.com/blog

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Apology (Re: what PHP really needs)

2004-01-23 Thread Clint Tredway
Hey, no biggie.. MS people should get hacked at least once a day... :)

John Nichel wrote:

Seems I struck a cord with some of the people on this mailing list 
with my Cold Fussion, ASP/.NET comment.  I forgot to put my little 
smirk ;) after the comment.  To those that I offended, I'm sorry.  
Just a FYI though, it's in my contract that I must hack on the MS 
people at least once a day. ;)

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


re: [PHP] PHP IDE?

2003-12-13 Thread Clint Tredway
I have started using PrimalScript from www.sapien.com

It's cheaper than NuSphere and I love it.

Clint Tredway
www.digital12studios.com


Original Message:
From: Jough Jeaux [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: [PHP] PHP IDE?
Date: Sat, 13 Dec 2003 09:06:56 -0800 (PST)

Was wondering what everyone's favortie IDE is for
coding in PHP.  I've got a big PHP project in the
works.  I'll be doing alot with it and am looking for
ways to boost my productivity.

--Jough


__
Do you Yahoo!?
New Yahoo! Photos - easier uploading and sharing.
http://photos.yahoo.com/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] PHP IDE?

2003-12-13 Thread Clint Tredway
I also have Note Tab Pro and I love it for simple stuff. The more complicated my stuff 
got the more I got away from note tab.

Clint Tredway
www.digital12studios.com


Original Message:
From: Website Managers.net [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: [PHP] PHP IDE?
Date: Sat, 13 Dec 2003 12:45:46 -0600

Some of us prefer the basics. Note Tab Pro www.notetab.com
Has syntax highlighting and enough clip book libraries to do just about anything we 
want.
NetCaptor www.netcaptor.com for previewing our work.

Jim
www.websitemanagers.net

- Original Message - 
From: Jough Jeaux [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Saturday, December 13, 2003 11:06 AM
Subject: [PHP] PHP IDE?


| Was wondering what everyone's favortie IDE is for
| coding in PHP.  I've got a big PHP project in the
| works.  I'll be doing alot with it and am looking for
| ways to boost my productivity.
| 
| --Jough

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] PHP Editor - which to use?

2003-09-24 Thread Clint Tredway
The new Dreamweaver is much better than the previous version.

I still have not found 'the ideal' editor for me and I use several 
tools. The one tool that looks like it could become my tool of choice 
could be eclipse. because you can build custom editors (plugins) for 
anything you need.

Clint

Cesar Cordovez wrote:

THE best text/code editor in this planet is BBEdit. No questions about 
it.  It is a pitty it only runs on Macs.  I have used it to write 
text, code fortran, pascal, c, c++, html, css and php (among others). 
It is great, I love it.  Kudos to Bare Bones!  Great find/replace 
utility. Incredible adaptation to your needs.  Owesome syntax 
coloring.  Terminal included.  FTP, mail, telnet, terminal, macro, 
perl included.  Try it, now!

Cesar

(If any one cares, I also think that Dreamweaver Sucks!, big Time, 
capital S)

Kevin Bruce wrote:

FYI- New to this list but have been a php coder for 2 years.

I know a lot of you out there are going to groan inwardly, but I use
Dreamweaver, mainly because that's what I used since it's inception 
when I
was writing static sites. I use OSX for my writing platform and 
occasionally
use BBedit as well. If someone could point out a better PHP editor 
for the
Mac, please speak up:) BTW- Dreamweaver has pretty decent PHP 
highlighting.


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


RE: [PHP] SQL SERVER QUESTION

2003-06-11 Thread Clint Tredway
How about the need to add prices together, or store binary data, or using a
bit for true false...

There are numerous reasons for datatypes in a database.

HTH,
Clint

-Original Message-
From: Dale [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 11, 2003 8:43 PM
To: [EMAIL PROTECTED]
Subject: [PHP] SQL SERVER QUESTION


I am still new to web programming. I have a question regarding sql
databases. Since variables in php don't require a type, why is it so
important that you specify a type for each of the colomons in your tables in
your sql database. It seems to me that you could potentially make everything
chars and it wouldn't make a difference. The only real benefit is that I
have seen that by making a column of type date, it allows you to easily
compare dates. I don't see the benefit of making a colomon of type money
though?

Thanks,
Dale



--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php





-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



RE: [PHP] Help needed

2003-04-01 Thread Clint Tredway
Please post more of your code. It is difficult for us to help you without
seeing your code.

Clint

-Original Message-
From: Andy [mailto:[EMAIL PROTECTED]
Sent: Tuesday, April 01, 2003 8:17 AM
To: [EMAIL PROTECTED]
Subject: [PHP] Help needed


Hi all

Can someone help?
I am new to PHP and need some help, i have tried to build a members only
section to my website but i am finding it very hard.

I get this error when i go to the login page:

Parse error: parse error in /home/.sites/112/site***/web/Members/Login.php
on line 201

But the only thing on line 201 is:
default:

I don't understand?
I get the feeling i will need more help even if someone solves this for me
:o)

Thank you



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



RE: [PHP] whats this!!!!

2003-04-01 Thread Clint Tredway
This has to be an April Fools joke..

-Original Message-
From: Chris Edwards [mailto:[EMAIL PROTECTED]
Sent: Tuesday, April 01, 2003 2:36 PM
To: [EMAIL PROTECTED]
Subject: [PHP] whats this


read: http://php.weblogs.com/

-- 
Chris Edwards
Web Application Developer
Outer Banks Internet, Inc.
252-441-6698
[EMAIL PROTECTED]
http://www.OuterBanksInternet.com


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



RE: [PHP] Stylesheets, are they run?

2003-04-01 Thread Clint Tredway
Your ss.php will still run, but the browser will not render the styles in
the page.

Clint

-Original Message-
From: Leif K-Brooks [mailto:[EMAIL PROTECTED]
Sent: Tuesday, April 01, 2003 3:49 PM
To: Liam Gibbs
Cc: php list
Subject: Re: [PHP] Stylesheets, are they run?


Most likely not, but this has to do with the browser and not PHP.

Liam Gibbs wrote:

Here I go again with the stylesheets. ;) Anyway, if a user has stylesheets
turned off, is a stylesheet file even run? Like, if I have them turned off
and I have a stylesheet, say, SS.php. Will SS.php run or will it be ignored
altogether?

  


-- 
The above message is encrypted with double rot13 encoding.  Any unauthorized
attempt to decrypt it will be prosecuted to the full extent of the law.




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



RE: [PHP] need a reliable PHP host

2003-03-27 Thread Clint Tredway
I currently use www.imhosted.com and have been happy with their service.

Clint

-Original Message-
From: Doug Parker [mailto:[EMAIL PROTECTED]
Sent: Thursday, March 27, 2003 3:28 PM
To: [EMAIL PROTECTED]
Subject: [PHP] need a reliable PHP host


Hi everyone - I need suggestions for a reliable PHP/mySQL host that has 
cURL support WITH https capability.  The site is e-commerce, but is 
mainly a statistics site that relies on frequent mysql requests, rather 
than numerous transactions.  The only transaction is the site 
subscription fee.  I could also use suggestions for a reliable Credit 
Card processor.  If anyone has experience with this and can point me in 
the right direction, I would REALLY appreciate it.  I'm having alot of 
trouble with shoddy hosting and a terrible cc processor right now, I 
really need to know which direction to take.

Thanks - Doug


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



RE: [PHP] Flash book help please

2003-03-18 Thread Clint Tredway
Get Foundation Flash MX and Foundation Actionscript from friends of ed.
These are the best for learning Flash.

www.friendsofed.com

Clint

-Original Message-
From: Daniel McCullough [mailto:[EMAIL PROTECTED]
Sent: Tuesday, March 18, 2003 2:05 PM
To: [EMAIL PROTECTED]
Subject: [PHP] Flash book help please


My wife is a designer, not a technical person.  She is learning Flash and 
she needs a book to learn and learn quickly how to do some things like click

actions for a project.

Can someone please give me an idea of 2-3 good flash books.

_
The new MSN 8: advanced junk mail protection and 2 months FREE*  
http://join.msn.com/?page=features/junkmail


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



RE: [PHP] Is PHP designed (have the capability) to access remote DB?

2003-03-12 Thread Clint Tredway
No, PHP can access a database on another server on the same network or
across the internet. The web server that PHP is running just has to be able
to see the server that the database is on.

Clint

-Original Message-
From: Patrick LOK [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 12, 2003 7:30 AM
To: [EMAIL PROTECTED]
Subject: Re: [PHP] Is PHP designed (have the capability) to access
remote DB?


Do u meant PHP can only access localhost DB?

./pl



Clint Tredway [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]
 PHP can access any database that the server that PHP is running on can get
 to and has the correct permissions to get to the database.

 Clint

 -Original Message-
 From: Patrick LOK [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, March 12, 2003 7:26 AM
 To: [EMAIL PROTECTED]; [EMAIL PROTECTED];
 [EMAIL PROTECTED]
 Subject: [PHP] Is PHP designed (have the capability) to access remote
 DB?


 Is PHP designed (have the capability) to access remote DB?

 Is there any PHP developer willing to answer the question?

 ./pl



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



RE: [PHP] Re: [PHP-DEV] Is PHP designed (have the capability) to access remote DB?

2003-03-12 Thread Clint Tredway
No its not. PHP does the same thing that ASP, ColdFusion, or JSP does in the
way of connecting to a databse. They can all access a database that is not
on the localhost. It is not about the design and development of PHP.

-Original Message-
From: Patrick LOK [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 12, 2003 7:33 AM
To: [EMAIL PROTECTED]
Subject: [PHP] Re: [PHP-DEV] Is PHP designed (have the capability) to
access remote DB?


IT IS ABOUT THE DESIGN AND DEVELOPMENT OF PHP



Derick Rethans [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]
 Stop posting user questions to the php-dev and php5-dev list, as I
 explained before.

 Derick

 On Wed, 12 Mar 2003, Patrick LOK wrote:

  Is PHP designed (have the capability) to access remote DB?
 
  Is there any PHP developer willing to answer the question?
 
  ./pl
 

 --
 my other box is your windows PC
 -
  Derick Rethans http://derickrethans.nl/
  PHP Magazine - PHP Magazine for Professionals   http://php-mag.net/
 -



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



RE: [PHP] Re: [PHP-DEV] Is PHP designed (have the capability) to access remote DB?

2003-03-12 Thread Clint Tredway
Like the previous poster said.. its in you configuration.. can your
webserver actually see(connect to in another way) to the server where your
database is?

If not, then you will have to figure that out first.

Clint

-Original Message-
From: Patrick LOK [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 12, 2003 7:44 AM
To: [EMAIL PROTECTED]
Subject: Re: [PHP] Re: [PHP-DEV] Is PHP designed (have the capability)
to access remote DB?


I tried mssql_connect  pgsql_connect to remote db but never connected!
I have searched thru. the manual and QA but can't find an answer.
Any tips?
./pl


Clint Tredway [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]
 No its not. PHP does the same thing that ASP, ColdFusion, or JSP does in
the
 way of connecting to a databse. They can all access a database that is not
 on the localhost. It is not about the design and development of PHP.

 -Original Message-
 From: Patrick LOK [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, March 12, 2003 7:33 AM
 To: [EMAIL PROTECTED]
 Subject: [PHP] Re: [PHP-DEV] Is PHP designed (have the capability) to
 access remote DB?


 IT IS ABOUT THE DESIGN AND DEVELOPMENT OF PHP



 Derick Rethans [EMAIL PROTECTED] wrote in message
 news:[EMAIL PROTECTED]
  Stop posting user questions to the php-dev and php5-dev list, as I
  explained before.
 
  Derick
 
  On Wed, 12 Mar 2003, Patrick LOK wrote:
 
   Is PHP designed (have the capability) to access remote DB?
  
   Is there any PHP developer willing to answer the question?
  
   ./pl
  
 
  --
  my other box is your windows
PC

 -
   Derick Rethans http://derickrethans.nl/
   PHP Magazine - PHP Magazine for Professionals   http://php-mag.net/

 -



 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



RE: [PHP] Re: [PHP-DEV] Is PHP designed (have the capability) to access remote DB?

2003-03-12 Thread Clint Tredway
I am willing to help you.. what kind of database are you trying to connect
to?

-Original Message-
From: Patrick LOK [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 12, 2003 7:48 AM
To: [EMAIL PROTECTED]
Subject: Re: [PHP] Re: [PHP-DEV] Is PHP designed (have the capability)
to access remote DB?


Well... just what _connect required! servername, userid, password.  What
else?

any tips?
./pl


Niklas lampén [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]
You said before you got a odbc connection to your remote db = remote
connections are possible.

The problem is in:

a) db configuration
b) your way of trying to connect to db
c) your firewall
d) remote firewall
e) all above


Niklas


-Original Message-
From: Patrick LOK [mailto:[EMAIL PROTECTED]
Sent: 12. maaliskuuta 2003 15:33
To: [EMAIL PROTECTED]
Subject: [PHP] Re: [PHP-DEV] Is PHP designed (have the capability) to access
remote DB?


IT IS ABOUT THE DESIGN AND DEVELOPMENT OF PHP



Derick Rethans [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]
 Stop posting user questions to the php-dev and php5-dev list, as I
 explained before.

 Derick

 On Wed, 12 Mar 2003, Patrick LOK wrote:

  Is PHP designed (have the capability) to access remote DB?
 
  Is there any PHP developer willing to answer the question?
 
  ./pl
 

 --
 my other box is your windows
 PC
 -
  Derick Rethans http://derickrethans.nl/
  PHP Magazine - PHP Magazine for Professionals   http://php-mag.net/
 -



--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

###
This message has been scanned by F-Secure Anti-Virus for Internet Mail. For
more information, connect to http://www.F-Secure.com/

###
This message has been scanned by F-Secure Anti-Virus for Internet Mail.
For more information, connect to http://www.F-Secure.com/



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] Question

2003-03-10 Thread Clint Tredway
I have a display of images that every fourth image I want to start a new
column. In ColdFusion I would use the MOD operator like this:

if query.recordcount MOD 4 eq 0
/td
td
/if

I am just having a brain lapse today, can someone help me do this same
functionality in PHP?

Thanks!

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



RE: [PHP] Re: Question

2003-03-10 Thread Clint Tredway
thanks, I knew it was simple.. just can't think today!

-Original Message-
From: Dan Phiffer [mailto:[EMAIL PROTECTED]
Sent: Monday, March 10, 2003 2:11 PM
To: [EMAIL PROTECTED]
Subject: [PHP] Re: Question


Perhaps something like:

?php

if ($record_count % 4 == 0) {
echo /td\ntd;
}

?

HTH,
-Dan

Clint Tredway [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]
 I have a display of images that every fourth image I want to start a new
 column. In ColdFusion I would use the MOD operator like this:

 if query.recordcount MOD 4 eq 0
 /td
 td
 /if

 I am just having a brain lapse today, can someone help me do this same
 functionality in PHP?

 Thanks!



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] php and asp

2003-01-09 Thread Clint Tredway
The only thing PHP can do that's related to asp, is use the % like asp
does. This is not recommended though..

Clint

- Original Message -
From: Jerry M. Howell II [EMAIL PROTECTED]
To: PHP Mailing List [EMAIL PROTECTED]
Sent: Monday, January 06, 2003 7:34 PM
Subject: [PHP] php and asp


 Hello all I seem to recall php being able to provide some suport for
 asp. How would I turn this feature on? is it a line in the php.ini or is
 it a compile time option?

 --
 Jerry M. Howell II

 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php





-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] Date Formatting

2002-12-13 Thread Clint Tredway
How can I format a date coming out of a MySQL? I know how to format today's date but 
not a date coming out of MySQL. I have looked through the manual, but I must be blind 
because I cannot figure it out.

Thanks,
Clint


Re: [PHP] Date Formatting

2002-12-13 Thread Clint Tredway
thanks for all the replies. I was able to use the date_format() from MySQL.

Clint

- Original Message -
From: Rick Emery [EMAIL PROTECTED]
To: Clint Tredway [EMAIL PROTECTED];
[EMAIL PROTECTED]
Sent: Friday, December 13, 2002 1:13 PM
Subject: Re: [PHP] Date Formatting


 MYSQL will do all the formatting that you need.  Look up sect 6.3.4, Date
and Time
 Functions in mysql manual.  Look at the DATE_FORMAT(date,format) command

 - Original Message -
 From: Clint Tredway [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Friday, December 13, 2002 11:55 AM
 Subject: [PHP] Date Formatting


 How can I format a date coming out of a MySQL? I know how to format
today's date but not a
 date coming out of MySQL. I have looked through the manual, but I must be
blind because I
 cannot figure it out.

 Thanks,
 Clint


 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php





-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] PHP Redirects

2002-12-12 Thread Clint Tredway
Look at this:
?php
header(Location: http://www.example.com/;); /* Redirect browser */
exit; /* Make sure that code below does
 not get executed when we redirect. */
?This needs to be before anything else being outputted or you can use
javascript to
redirect.scriptlocation='http://www.somewebsite.com';/script

- Original Message -
From: James Johnson [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, December 12, 2002 2:30 PM
Subject: [PHP] PHP Redirects


Hi,

In ColdFusion, I can redirect to another page with the tag cflocation
url=somepage.ext. Is there an equivalent in PHP?

Thanks,

Jim Johnson


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




RE: [PHP] Form trouble

2002-11-25 Thread Clint Tredway
When the form is submitted check the database with the info that is
being submitted. If a record matches the data being submitted then don't
do the insert. If there is not a record there, then insert the record..

HTH
Clint

-Original Message-
From: David H [mailto:[EMAIL PROTECTED]] 
Sent: Monday, November 25, 2002 2:21 PM
To: [EMAIL PROTECTED]
Subject: [PHP] Form trouble


Hi,

After I submited a query, if I use back then forward
again the form will resubmit itself. Which I do not
want. Does anyone have a solution for this problem?

Thanks,
David

__
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




RE: [PHP] Form trouble

2002-11-25 Thread Clint Tredway
Not really. The back button uses the browers history to go back.. And
there is no way to disable the back button.



-Original Message-
From: David H [mailto:[EMAIL PROTECTED]] 
Sent: Monday, November 25, 2002 2:33 PM
To: Clint Tredway; [EMAIL PROTECTED]
Subject: RE: [PHP] Form trouble


But what about updates to the database...? Is there
away not to have the information send to the server at
all? 

Thanks,
David
--- Clint Tredway [EMAIL PROTECTED]
wrote:
 When the form is submitted check the database with
 the info that is
 being submitted. If a record matches the data being
 submitted then don't
 do the insert. If there is not a record there, then
 insert the record..
 
 HTH
 Clint
 
 -Original Message-
 From: David H [mailto:[EMAIL PROTECTED]]
 Sent: Monday, November 25, 2002 2:21 PM
 To: [EMAIL PROTECTED]
 Subject: [PHP] Form trouble
 
 
 Hi,
 
 After I submited a query, if I use back then forward
 again the form will resubmit itself. Which I do not
 want. Does anyone have a solution for this problem?
 
 Thanks,
 David
 
 __
 Do you Yahoo!?
 Yahoo! Mail Plus - Powerful. Affordable. Sign up
 now.
 http://mailplus.yahoo.com
 
 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php
 
 
 


__
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




RE: [PHP] FAQ a good idea?

2002-11-22 Thread Clint Tredway
I think this is a good idea. We have have for ColdFusion because we can
point new people to it and it answers a lot of questions without
generating extra traffic on the list.

I for one am all for an FAQ.

Clint

-Original Message-
From: Maxim Maletsky [mailto:[EMAIL PROTECTED]] 
Sent: Friday, November 22, 2002 6:53 AM
To: Noodle Snacks
Cc: [EMAIL PROTECTED]
Subject: Re: [PHP] FAQ a good idea?


there is a bunch of info everywhere on the web. One should have better
means to find these, but at the end, that is what others do here -
answer questions :)

I don't think this will ever happen


--
Maxim Maletsky
[EMAIL PROTECTED]



Noodle Snacks [EMAIL PROTECTED] wrote... :

 I think this group should have a regularly posted faq that outlines 
 common problems such as register globals.
 
 I would be glad to help write it etc if anyone else would like an 
 input.
 
 I wrote this in response to the millions of register global questions 
 and the message with the subject Be Nice to Newbies.
 
 Reply on list if you think it would be a good idea and we can use this

 thread to discuss it...
 
 --
 JJ Harrison
 [EMAIL PROTECTED]
 
 
 
 
 
 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php
 


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] Help with variables in email

2002-11-18 Thread Clint Tredway
I am trying to send an email with form vars inside it but I cannot seem
to get the vars to be parsed.

Here is my code:
/* message */
$message = '
html
head
 titleProducts Purchased:/title
/head
body
pCustomer Information:/p
table
 tr
  tdName/td
  td{$name}/td
 /tr
 tr
  tdTitle/td
  td.$title./td
 /tr
 tr
  tdEmail/td
  td.$email./td
 /tr
 tr
  tdCompany/td
  td.$company./td
 /tr
 tr
  tdPhone/td
  td.$phone./td
 /tr
 tr
  tdFax/td
  td.$fax./td
 /tr
 tr
  tdAddress/td
  td.$address./td
 /tr
 tr
  tdCity/td
  td.$city./td
 /tr
 tr
  tdState/td
  td.$state./td
 /tr
 tr
  tdPostal Code/td
  td.$postalcode./td
 /tr
 tr
  tdCountry/td
  td.$country./td
 /tr
 tr
  td colspan=2nbsp;/td
 /tr
 tr
  td colspan=2Billing Information/td
 /tr
 tr
  tdCard Type/td
  td.$methodofpay./td
 /tr
 tr
  tdCard Name/td
  td.$cardname./td
 /tr
 tr
  tdExp Date/td
  td.$cardexp./td
 /tr
/table
/body
/html
';

This outputs this:
Customer Information:

Name {$name} 
Title .$title. 
Email .$email. 
Company .$company. 
Phone .$phone. 
Fax .$fax. 
Address .$address. 
City .$city. 
State .$state. 
Postal Code .$postalcode. 
Country .$country. 
  
Billing Information 
Card Type .$methodofpay. 
Card Name .$cardname. 
Exp Date .$cardexp. 

Please help me figure this out. I know its simple, but I cannot see it
;)

Thanks,
Clint


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




RE: [PHP] Help with variables in email

2002-11-18 Thread Clint Tredway
I just pulled out the code that I needed help with.

I did as was suggested before and now it only outputs to the first
variable.

I still need some help with this..


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] 
Sent: Monday, November 18, 2002 9:11 AM
To: Clint Tredway
Cc: [EMAIL PROTECTED]
Subject: Re: [PHP] Help with variables in email


Seems to me that you are missing the opening and closing PHP tags (??)


Quoting Clint Tredway [EMAIL PROTECTED]:

### I am trying to send an email with form vars inside it but I cannot
seem ### to get the vars to be parsed. ### 
### Here is my code:
### /* message */
### $message = '
### html
### head
###  titleProducts Purchased:/title
### /head
### body
### pCustomer Information:/p
### table
###  tr
###   tdName/td
###   td{$name}/td
###  /tr
###  tr
###   tdTitle/td
###   td.$title./td
###  /tr
###  tr
###   tdEmail/td
###   td.$email./td
###  /tr
###  tr
###   tdCompany/td
###   td.$company./td
###  /tr
###  tr
###   tdPhone/td
###   td.$phone./td
###  /tr
###  tr
###   tdFax/td
###   td.$fax./td
###  /tr
###  tr
###   tdAddress/td
###   td.$address./td
###  /tr
###  tr
###   tdCity/td
###   td.$city./td
###  /tr
###  tr
###   tdState/td
###   td.$state./td
###  /tr
###  tr
###   tdPostal Code/td
###   td.$postalcode./td
###  /tr
###  tr
###   tdCountry/td
###   td.$country./td
###  /tr
###  tr
###   td colspan=2nbsp;/td
###  /tr
###  tr
###   td colspan=2Billing Information/td
###  /tr
###  tr
###   tdCard Type/td
###   td.$methodofpay./td
###  /tr
###  tr
###   tdCard Name/td
###   td.$cardname./td
###  /tr
###  tr
###   tdExp Date/td
###   td.$cardexp./td
###  /tr
### /table
### /body
### /html
### ';
### 
### This outputs this:
### Customer Information:
### 
### Name {$name} 
### Title .$title. 
### Email .$email. 
### Company .$company. 
### Phone .$phone. 
### Fax .$fax. 
### Address .$address. 
### City .$city. 
### State .$state. 
### Postal Code .$postalcode. 
### Country .$country. 
###   
### Billing Information 
### Card Type .$methodofpay. 
### Card Name .$cardname. 
### Exp Date .$cardexp. 
### 
### Please help me figure this out. I know its simple, but I cannot see
it ### ;) ### 
### Thanks,
### Clint
### 
### 
### -- 
### PHP General Mailing List (http://www.php.net/)
### To unsubscribe, visit: http://www.php.net/unsub.php
### 
### 




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] surepay

2002-11-11 Thread Clint Tredway
Has anyone implemented credit card processing with surepay.com using
PHP? 

Any tips would be appreciated.

Clint



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] PHP/Flash

2002-11-04 Thread Clint Tredway
I have a small example of using Flash/PHP if anyone wants it..

Clint



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




RE: [PHP] Php web hosting

2002-10-31 Thread Clint Tredway
I am using www.imhosted.com for my clients at the moment. I have had
some small issues but they are quick to lend a helping hand.

Clint

-Original Message-
From: Adam Voigt [mailto:adam;cryptocomm.com] 
Sent: Thursday, October 31, 2002 7:47 AM
To: Steve Jackson
Cc: Php-General
Subject: Re: [PHP] Php web hosting


I've recently had a very good experience with a hosting company, there
website is at: http://www.spenix.com/

Great feature set, superior support, and so-far perfect
uptime/performance in hardware, software, and bandwidth. I definetly
recommend them to anyone looking for quality hosting.

Adam Voigt
[EMAIL PROTECTED]

On Wed, 2002-10-30 at 13:36, Steve Jackson wrote:
 Anyone like to recommend a good host with good uptime for a high 
 traffic site? The host would need excellent technical support as well 
 as be feature rich (Multiple MySQL database support/listserver/SSL 
 support etc.)
 
 I have been trying out phpwebhosting.com and they seem very good but I

 am not happy with their technical support which is very slow response 
 time. We are based in Europe and they are in the US which might lead 
 to problems as they haven't answered any of our queries. Saying that 
 they have a good automated process in place which is easy to use.
 
 Anyone out there have high volume sites with a feature rich hosting 
 solution?
 
 Any examples of Phpwebhosting welcomed as well.
 
 regards
 steve.



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php






-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




RE: [PHP] Looking for an open source PHP editor on linux

2002-10-25 Thread Clint Tredway
Have a look at www.jedit.org 

This editor is not specific to PHP but it does handle PHP well.

Clint

-Original Message-
From: Tariq Murtaza [mailto:tariq;smeda.org.pk] 
Sent: Friday, October 25, 2002 6:01 AM
To: [EMAIL PROTECTED]
Subject: [PHP] Looking for an open source PHP editor on linux


Dear All

I am wondering if anyone know, some good open source editor for PHP on 
linux/Unix

Hopping for The Best :)

Tariq



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php






-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] Var question

2002-10-24 Thread Clint Tredway
I am building a form that posts to itself. 

I have the following to detect the submit button being clicked:
If($_POST[go] == add link)

I am getting a warning that says 'go' is undefined. How do I define
this?

Thanks,
Clint



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




RE: [PHP] Var question

2002-10-24 Thread Clint Tredway
Thanks guys..

I am moving away from ColdFusion to PHP and so I still forget about the
isset() function.

-Original Message-
From: 1LT John W. Holmes [mailto:holmes072000;charter.net] 
Sent: Thursday, October 24, 2002 8:53 AM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: Re: [PHP] Var question


You can just check for 

if(isset($_POST['go']))

You don't really care what the value is since it's just a button.

---John Holmes...

- Original Message - 
From: Clint Tredway [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, October 24, 2002 9:33 AM
Subject: [PHP] Var question


 I am building a form that posts to itself.
 
 I have the following to detect the submit button being clicked: 
 If($_POST[go] == add link)
 
 I am getting a warning that says 'go' is undefined. How do I define 
 this?
 
 Thanks,
 Clint
 
 
 
 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php
 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php






-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




RE: [PHP] WYSIWYG HTML Editor

2002-10-15 Thread Clint Tredway

Look at www.editworkspro.com I have used this one and I like it a lot
and it was easy to install.

-Original Message-
From: Jadiel Flores [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, October 15, 2002 12:23 PM
To: Chris Boget; PHP General
Subject: Re: [PHP] WYSIWYG HTML Editor


They have different versions of this app, one for CF, another one for
php, 
another one for ASP, you have to buy it for php if that's what you want,

personally I don't like the php version, it's a little bit difficult to 
install, but, because we bought the CF version I changed the code from
CF 
to PHP and it works great.

I like it because this editor lets you change a lot of things, upload 
images, change fonts, colors, etc.

At 12:07 PM 10/15/2002 -0500, Chris Boget wrote:
  Check at cfdev.com they have a WYSIWYG editor for coldfusion and 
  php, the name is active edit, I found this tool very useful for some

  sites, the price is a little bit high but you can get the source 
  code and make some changes.

Thanks, i'll check it out.
But it requires ColdFusion to be installed, doesn't it?

Chris

Jadiel Flores
-
http://www.abargon.com
[EMAIL PROTECTED]
(52-55) 52-29-80-34



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php






-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] Looking for work

2002-10-02 Thread Clint Tredway

Hi, my name is Clint Tredway and I am a web developer in Dallas Texas. I
am looking for any projects that you may need help with.

My rates are very reasonable and I can be reached at anytime.

Thanks,
Clint



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] php vs asp

2002-01-28 Thread Clint Tredway

With ASP the only cost is the OS.

Clint

-- Original Message --
From: Jason Wong [EMAIL PROTECTED]
Date: Mon, 28 Jan 2002 23:45:57 +0800

On Monday 28 January 2002 23:15, liz lynch wrote:
 sorry i should have explained myself abit better.i am a huge fan of php
 hence why i subscribe to this mailing list. its just that i need to settle
 an argument. my understanding is that php works better with mysql however a
 friend of mine is adament that asp will work just as well. i am not
 sure

Still, you're not really going to get an unbiased opinion from this list. 
What you'll hear is probably something that reinforces your already biased 
point of view :)

For me, the drawback of using asp (and anything MS stuff) is the cost.

 - Original Message -
 From: Nick Wilson [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Monday, January 28, 2002 2:50 PM
 Subject: Re: [PHP] php vs asp

  -BEGIN PGP SIGNED MESSAGE-
  Hash: SHA1
 
 
  * and then liz lynch blurted
 
   can someone tell me whether or not asp can be used with mysql and is

 there any drawbacks to using it as opposed to php

  erm are you looking for an unbiased opinion on a /php/ mailing list?
  If you're serious you might want to post your question on the MySQL list
  or something similar.

-- 
Jason Wong - Gremlins Associates - www.gremlins.com.hk

/*
When neither their poverty nor their honor is touched, the majority of men
live content.
-- Niccolo Machiavelli
*/

-- 
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-mail: [EMAIL PROTECTED]



-- 
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-mail: [EMAIL PROTECTED]




[PHP] Dallas Texas PHP User Group?

2001-11-09 Thread Clint Tredway

Does this exist? If so what is the URL to the website. If it does not exist, I am 
thinking of starting one.

Thanks


--
Clint Tredway
www.factorxsoftware.com

Get Chatster - a free CF Chat Program
http://www.factorxsoftware.com/download/

Need help with a Factor Product?
http://www.factorxsoftware.com/forum/

--

-- 
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-mail: [EMAIL PROTECTED]




[PHP] variable issue

2001-11-09 Thread Clint Tredway

Hey everyone, I need some help with a variable issue. How can I delcare a variable and 
then if a url variable of the same name is present use that value instead?

this is what I have:
if(!$dte)
{
$dte=date(j, time()+$ctime);
}
else
{
$dte=$dte;
}
and this causing an error in the 'if' expression.

Thanks!
clint

-- 
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-mail: [EMAIL PROTECTED]




RE: [PHP] variable issue

2001-11-09 Thread Clint Tredway

thanks for all the help. I realized that I did not need the else, and the isset() 
works great! Now I have my calendar working the way I want it to!

Thanks!
Clint

-- Original Message --
From: Matthew Luchak [EMAIL PROTECTED]
Date: Fri, 9 Nov 2001 15:07:22 -0500

if(!isset($dte))
{
$dte=date(j, time()+$ctime);}

You don't need the else statement.

 
Matthew Luchak 
Webmaster
Kaydara Inc. 
[EMAIL PROTECTED]


-Original Message-
From: Clint Tredway [mailto:[EMAIL PROTECTED]]
Sent: Friday, November 09, 2001 2:37 PM
To: PHP General
Subject: [PHP] variable issue


Hey everyone, I need some help with a variable issue. How can I delcare
a variable and then if a url variable of the same name is present use
that value instead?

this is what I have:
if(!$dte)
{
$dte=date(j, time()+$ctime);
}
else
{
$dte=$dte;
}
and this causing an error in the 'if' expression.

Thanks!
clint

-- 
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-mail: [EMAIL PROTECTED]


-- 
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-mail: [EMAIL PROTECTED]



-- 
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-mail: [EMAIL PROTECTED]




[PHP] URL variables

2001-10-24 Thread Clint Tredway

How do I reference URL variables..?

-- 
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-mail: [EMAIL PROTECTED]




[PHP] Windows question

2001-09-24 Thread Clint Tredway

Can PHP kick off an exe or batch file?
IF it can, how does one go about doing so?

Thanks,
Clint

-- 
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-mail: [EMAIL PROTECTED]




[PHP] how to ?

2001-09-11 Thread Clint Tredway

is there a way to tell if an insert failed while a in a loop. I tried this: $query = 
my query;
if (!$query)
{
logic here
}
 but this is not working... is this even possible?

thanks!
Clint

-- 
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-mail: [EMAIL PROTECTED]




Re: [PHP] how to ?

2001-09-11 Thread Clint Tredway

thanks for the help! I am using MySQL.

-- Original Message --
From: Andrey Hristov [EMAIL PROTECTED]
Date: Tue, 11 Sep 2001 15:44:08 +0300

Look for mysql_affected_rows() docs.

Andrey Hristov
IcyGEN Corporation
http://www.icygen.com
BALANCED SOLUTIONS


- Original Message - 
From: Clint Tredway [EMAIL PROTECTED]
To: Php General MailingList [EMAIL PROTECTED]
Sent: Tuesday, September 11, 2001 3:40 PM
Subject: [PHP] how to ?


 is there a way to tell if an insert failed while a in a loop. I tried this: $query = 
my query;
 if (!$query)
 {
 logic here
 }
  but this is not working... is this even possible?
 
 thanks!
 Clint
 
 -- 
 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-mail: [EMAIL PROTECTED]
 
 


-- 
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-mail: [EMAIL PROTECTED]



-- 
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-mail: [EMAIL PROTECTED]




Re: [PHP] World Trade Centre Hit By terrorists, also pentagon

2001-09-11 Thread Clint Tredway


I am sorry, but the problem is the exact opposite. If people would turn back to God 
and seek his face and live according to His will, the World would benefit greatly.

My 2 cents.

-- Original Message --
From: Alexander Skwar [EMAIL PROTECTED]
Date: Tue, 11 Sep 2001 18:26:46 +0200

So sprach »[EMAIL PROTECTED]« am 2001-09-11 um 08:55:49 -0600 :

 We need the receive the help from Got, I believe He is the only one who can
 help us on this situation 

Well, you know: *EXACTLY* this is the problem!  Your so called god.
If it weren't for this superstition, the world would be a *MUCH* safer
place.  I'm sure of that.

But if it makes you feel better: Go on, believe in that.



--
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-mail: [EMAIL PROTECTED]




--
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-mail: [EMAIL PROTECTED]




[PHP] single quote replace

2001-09-11 Thread Clint Tredway

Does anyone have a function that will replace single quotes inside a string?

Thanks!

-- 
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-mail: [EMAIL PROTECTED]