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
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
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
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:
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 ne
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
Does anyone know of a form generator that will look at a MySQL table and
generate an add/edit form off of that table?
Thanks,
Clint
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
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
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,
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
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
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
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
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
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:
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
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&
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
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, Jan
esource in
/usr/local/psa/home/ahosts/p.com/httpsdocs/catalog2/catalog/includes/modules/payment/ccgpg.php
on line 253
Warning: unlink() failed (No such file or directory) in
/usr/local/psa/home/ahosts/p.com/httpsdocs/catalog2/catalog/includes/modules/payment/ccgpg.php
on line 255
Cheers
Clint
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.438 / Virus Database: 246 - Release Date: 07/01/03
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
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
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
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]]
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
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
.$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
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
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
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
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
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
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:
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
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
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
You need to either alias the columns i.e. career.id as careerid or rename your columns
i.e. change the id to careerid & calendarid. The second option would be best because
that way your columns are descriptive.
HTH
Clint
-- Original Message --
Does anyone know if there are plans to offer a PHP certification in the future?
I know this can be a mute point, I am just curious.
Thanks!
Clint
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To
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
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: Fr
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]
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
ntext of $HTTP_GET_VARS ($HTTP_GET_VARS[variable]) they
don't get passed to the script.
Any idea what is causing this? A remedy?
Thanks
--
Clint Gilders
Servermaster OnlineHobbyist, Inc.
[EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-ma
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]
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
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]
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,
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
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 PROT
50 matches
Mail list logo