Re: Fw: [PHP] Connecting to MySql with PHP

2010-10-05 Thread musicdev
Hello, remember that for windows, you must also copy the library (libmysql.dll) to window's system32 directory in addition to un-commenting the extension=php_mysql.dll line in php.ini. Also, just in case, ensure that php.ini also has the proper extension directory set, typically c:\php\ext b

Re: [PHP] Eclipse, Komodo, Netbeans, Zend Studio, PHP Storm, other?

2010-10-13 Thread musicdev
I currently use Netbeans and definitely has been the tool I've adopted. I like the features and plugins which make the work less stressful. I like the integration of several tools as well, which make Netbeans a 1-stop shop, so to speak. I use x-debug for debbugging and mercurial for versionin

[PHP] Independent Contractor Suggestions

2010-10-20 Thread musicdev
Hi List, I'm currently working on a medium sized project as an independent contractor. The project is reaching the 2000 hour range and the client has asked for a project cost. The problem I have in providing the client with a proper estimate is that the client is a start-up and does not have

Re: [PHP] Re: Independent Contractor Suggestions

2010-10-20 Thread musicdev
bject: [PHP] Re: Independent Contractor Suggestions Hi musicdev, There are a couple issues I think need to be addressed with what youd described. First and foremost, $20/hr is considerably below the going rate for PHP work, especially for projects as large as the one you're talking about. I

Re: [PHP] Re: Independent Contractor Suggestions

2010-10-22 Thread musicdev
Alrighty, thanks for waiting. I've posted the files here: http://freelancetools.sourceforge.net/ Currently, there are two documents there: A general contract and a statement of work (SOW) contract. Typically, the general contract would be signed first, essentially laying out the overall te

Re: [PHP] Can't connect to MySQL via PHP

2013-01-12 Thread musicdev
I agree. Thanks Ash. Always good recommendations from your end. On Sat, Jan 12, 2013 at 3:03 PM, Ashley Sheridan wrote: > On Sat, 2013-01-12 at 19:53 +, Ashley Sheridan wrote: > > > > > admin wrote: > > > > > > > > > > > > > > > > >From: Ashley Sheridan [mailto:a...@ashleysheridan.co.uk] >

Re: [PHP] Random

2013-05-23 Thread musicdev
His gmail name should be "Last last last last Hacker hacker acker not-cker Never On-point" :) On Thu, May 23, 2013 at 4:51 PM, Last Hacker Always onpoint < lasthack...@gmail.com> wrote: > Hey I need code for random number 1-30 for my site. > > -- > PHP General Mailing List (http://www.php.net/)

Re: [PHP] Moving from mysql functions to mysqli or PDO - which is best?

2013-05-23 Thread musicdev
I found it easier to use mysqli_* functions as these were mostly identical to mysql_*. So converting from mysql to mysqli did not require allot of rewrite. On Sat, May 18, 2013 at 2:09 PM, dealTek wrote: > Hi folks, > > [post newbie abilities] - I'm attempting to move away from PHP mysql > fun

Re: [PHP] iterate javascript verification

2013-05-24 Thread musicdev
You can validate via JS if required, for example: (JS CODE): if(element.value.length == 0){ // handle 0 length value } I do agree with Ken that you SHOULD NOT perform JS validation. It is preferable to use php or the new HTML5 features. JS can be turned-off by the user which will make JS val

Re: [PHP] REQUEST

2013-06-01 Thread musicdev
On Wed, May 29, 2013 at 12:26 PM, Last Hacker Always onpoint < lasthack...@gmail.com> wrote: > HEY GUYZ I KNOW, I KNOW THIS IS NOT A PLACE FOR SOMETHING LIKE THIS SO BUT > HEY I HAVE A LITTLE TINY QUESTION FOR MY COOL GUYZ. > > DOES ANYONE HERE USE A SIMPLY MACHINE FUNCTION SCRIPT? BECAUSE THE > S

Re: [PHP] Web dev, DB and "proper db design".

2013-07-04 Thread musicdev
On Thu, Jul 4, 2013 at 4:20 PM, Tamara Temple wrote: > > On Jul 4, 2013, at 8:02 AM, Jim Giner > wrote: > > > On 7/4/2013 6:42 AM, Richard Quadling wrote: > >> Hi. > >> > >> I've just had a conversation regarding DB, foreign keys and their > benefits. > >> > >> I was told "I've never worked on a