[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. Jus

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]> >Su

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:

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

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] Subjec

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

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,

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

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 relia

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 b

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 remot

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

2003-03-12 Thread Clint Tredway
ny 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 n

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:

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

2003-03-12 Thread Clint Tredway
, 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

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: \n"; } ?> HTH, -Dan "Clint Tredway&

[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 /if I am just having a brain lapse today, can someone help me do this same functionality in PHP? Thanks! -- P

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

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 Subjec

[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] PHP Redirects

2002-12-12 Thread Clint Tredway
Look at this: 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.location='RE: [PHP] Form trouble
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

RE: [PHP] Form trouble

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:

RE: [PHP] FAQ a good idea?

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: Frid

RE: [PHP] Help with variables in email

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

[PHP] Help with variables in email

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 = ' Products Purchased:

[PHP] surepay

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

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

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

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

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 li

RE: [PHP] Var question

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: Thursd

[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,

RE: [PHP] WYSIWYG HTML Editor

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 dif

[PHP] Looking for work

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

Re: [PHP] php vs asp

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

Re: [PHP] Books for PHP and MySQL Class

I also have the PHP & MySQL Web Development book and I used it to learn PHP and MySQL. I think it is one of the better books. my opinion.. Clint -- Original Message -- From: [EMAIL PROTECTED] (Chris Lott) Date: 15 Nov 2001 19:41:18 - I'll be teachin

RE: [PHP] variable issue

i, 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:

[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

[PHP] Dallas Texas PHP User Group?

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

[PHP] URL variables

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

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 PROTE

[PHP] single quote replace

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]

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

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,

Re: [PHP] how to ?

LANCED 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 i

[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 addition