php-general Digest 19 Nov 2006 14:26:13 -0000 Issue 4468
Topics (messages 244842 through 244847):
Re: PHP Programmers
244842 by: Kevin Waterson
244845 by: benc11.gmail.com
244847 by: tedd
Coding...
244843 by: Jeff
244844 by: John Meyer
244846 by: benc11.gmail.com
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[email protected]
----------------------------------------------------------------------
--- Begin Message ---
This one time, at band camp, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
> Does anyone know of a good website, which rates PHP programmers? or Does
> anyone know of a good, trustworthy, reliable, and reasonably price
> programmer(s)?
You get to choose any two of the above only.
enjoy
--
"Democracy is two wolves and a lamb voting on what to have for lunch.
Liberty is a well-armed lamb contesting the vote."
--- End Message ---
--- Begin Message ---
Thanks everyone for the responses. I am a programmer myself, however, I
have so much to do but not enough time. I am working on 3 big projects and
will be needing some help. I am not sure how to split up the projects to
track their status and to see how everything is going overall. I was told
jotspot was a good tool, but it is closed due to the acquisition by Google.
If anyone has been faced by this problem, I would be very interested to see
how they worked through this. I should be organized and ready to go in the
next couple weeks.
On 11/18/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
Does anyone know of a good website, which rates PHP programmers? or Does
anyone know of a good, trustworthy, reliable, and reasonably price
programmer(s)?
--
**********************************************************************
The content of this e-mail message and any attachments are confidential and
may be legally privileged, intended solely for the addressee. If you are not
the intended recipient, be advised that any use, dissemination,
distribution, or copying of this e-mail is strictly prohibited. If you
receive this message in error, please notify the sender immediately by reply
email and destroy the message and its attachments.
*********************************************************************
--- End Message ---
--- Begin Message ---
At 12:10 PM +1100 11/19/06, Kevin Waterson wrote:
This one time, at band camp, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
Does anyone know of a good website, which rates PHP programmers? or Does
anyone know of a good, trustworthy, reliable, and reasonably price
programmer(s)?
You get to choose any two of the above only.
I heard it this way -- you can determine time, expense, or quality --
but only two.
tedd
--
-------
http://sperling.com http://ancientstones.com http://earthstones.com
--- End Message ---
--- Begin Message ---
I am pretty new with PHP, but what I've learned in the last 3 weeks is
pretty good I think so far!
What I'm looking to do is create a login script, and have people being able
to login.
Now, I have pulled scripts from sites, and everything is working okay.
But the problem I have with pulling scripts from other sites, is that the
mysql databases are all different.
How can I import from one database into the other, so basically all the
databases are merged into one main?
I also know that each PHP file has to be re-done and look for the new
database name, for instance if it was user_name, and the default (Main)
database is username .. That I Have to rename all the php files that have
user_name to simply username.
If anyone is willing to help out with the project I'm working on with
another programmer? Hopefully being very cost effective .. or free :) :)
Thanks,
Jeff
--- End Message ---
--- Begin Message ---
I'd pick up a book "Web Database Applications with PHP and MySQL",
otherwise known as the Platypus Book, and use that. That will teach you
a lot about logins, sessions, as well as using MySQL and PHP together.
As far as the database name goes, that has nothing to do with the PHP
file name.
Jeff wrote:
> I am pretty new with PHP, but what I've learned in the last 3 weeks is
> pretty good I think so far!
>
> What I'm looking to do is create a login script, and have people being
> able to login.
>
> Now, I have pulled scripts from sites, and everything is working okay.
> But the problem I have with pulling scripts from other sites, is that
> the mysql databases are all different.
>
> How can I import from one database into the other, so basically all the
> databases are merged into one main?
>
> I also know that each PHP file has to be re-done and look for the new
> database name, for instance if it was user_name, and the default (Main)
> database is username .. That I Have to rename all the php files that
> have user_name to simply username.
>
> If anyone is willing to help out with the project I'm working on with
> another programmer? Hopefully being very cost effective .. or free :) :)
>
> Thanks,
>
> Jeff
--- End Message ---
--- Begin Message ---
There are a lot of good books to go by. I suggest getting one that
incorporates both PHP & MySQL, not just php.
On 11/18/06, Jeff <[EMAIL PROTECTED]> wrote:
I am pretty new with PHP, but what I've learned in the last 3 weeks is
pretty good I think so far!
What I'm looking to do is create a login script, and have people being
able
to login.
Now, I have pulled scripts from sites, and everything is working okay.
But the problem I have with pulling scripts from other sites, is that the
mysql databases are all different.
How can I import from one database into the other, so basically all the
databases are merged into one main?
I also know that each PHP file has to be re-done and look for the new
database name, for instance if it was user_name, and the default (Main)
database is username .. That I Have to rename all the php files that have
user_name to simply username.
If anyone is willing to help out with the project I'm working on with
another programmer? Hopefully being very cost effective .. or free :) :)
Thanks,
Jeff
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--
**********************************************************************
The content of this e-mail message and any attachments are confidential and
may be legally privileged, intended solely for the addressee. If you are not
the intended recipient, be advised that any use, dissemination,
distribution, or copying of this e-mail is strictly prohibited. If you
receive this message in error, please notify the sender immediately by reply
email and destroy the message and its attachments.
*********************************************************************
--- End Message ---