Re: [PHP] Online tests for php

2011-04-13 Thread sathyashrayan
On Wed, 2011-04-13 at 09:08 -0400, robert mena wrote: > Hi, > > I am trying to hire some php developers for a local taks and I need to > somehow perform a triage. One of the aspects is the knowledge of PHP itself > so I was wondering if there is any set of questions (multiple choice) to try > to d

Re: [PHP] Re: Database design

2010-02-25 Thread sathyashrayan
On Thu, 2010-02-25 at 22:03 -0300, Manuel Lemos wrote: > Hello, > > on 02/25/2010 02:37 AM Angus Mann said the following: > > Hi all. I know this is not strictly a PHP question but the code will be > > written in PHP, and I figure the folks here will be well versed in the > > questions I raise.

Re: [PHP] installing error

2007-05-26 Thread Sathyashrayan
On 5/26/07, Tijnema <[EMAIL PROTECTED]> wrote: On 5/26/07, Richard Davey <[EMAIL PROTECTED]> wrote: > Hi Rafael, > > Saturday, May 26, 2007, 12:38:15 AM, you wrote: > > > Hello does anyone know the correct way to install PHP and APACHE (last > > versions both of them) on WinXP???, Im doing it wi

RE: [PHP] Beginner's php/mysql connection probs

2006-04-28 Thread sathyashrayan
-Original Message- From: John Nichel [mailto:[EMAIL PROTECTED] Sent: Friday, April 28, 2006 10:14 PM To: Php-General Subject: Re: [PHP] Beginner's php/mysql connection probs sathyashrayan wrote: > -Original Message- > From: John Nichel [mailto:[EMAIL PROTECTED] >

RE: [PHP] Beginner's php/mysql connection probs

2006-04-28 Thread sathyashrayan
-Original Message- From: John Nichel [mailto:[EMAIL PROTECTED] Sent: Friday, April 28, 2006 9:11 PM To: Php-General Subject: Re: [PHP] Beginner's php/mysql connection probs sathyashrayan wrote: > Dear group, > > (I am a very beginner so please bear with me for a s

[PHP] Beginner's php/mysql connection probs

2006-04-28 Thread sathyashrayan
Dear group, (I am a very beginner so please bear with me for a simple question) I am a self thought php beginner. I wrote my first toy code for database connection in php/mysql. The connection is successful but iam getting a warning and my rows/columns are not showing. I am getting a warning:

[PHP] Inserting data at runtime (php,mysql)

2006-03-21 Thread sathyashrayan
I have given a task to create a site which is a clone of www.onelook.com. As a first stage I have downloaded a list of English words (only words not meaning) in a text format. I have created a data structure in the mysql database. And wrote the following code to insert data into the table at

Re: [PHP] Inserting data at runtime (php,mysql)

2006-03-21 Thread sathyashrayan
- Original Message - From: "Dan Parry" <[EMAIL PROTECTED]> To: "'sathyashrayan'" <[EMAIL PROTECTED]>; Sent: Tuesday, March 21, 2006 6:19 PM Subject: RE: [PHP] Inserting data at runtime (php,mysql) conn denotes a constant where the value yo

Re: [PHP] Re: Inserting data at runtime (php,mysql)

2006-03-21 Thread sathyashrayan
- Original Message - From: "João Cândido de Souza Neto" <[EMAIL PROTECTED]> To: Sent: Tuesday, March 21, 2006 5:54 PM Subject: [PHP] Re: Inserting data at runtime (php,mysql) It gives you any error? No the data are not getting inserted. -- PHP General Mailing List (http://www

Re: [PHP] Inserting data at runtime (php,mysql)

2006-03-21 Thread sathyashrayan
Yes it is a error.Thanks. - Original Message - From: Dave Goodchild To: sathyashrayan Sent: Tuesday, March 21, 2006 6:16 PM Subject: Re: [PHP] Inserting data at runtime (php,mysql) Yes, but it should be $conn, not conn. There is no $ in front of the variable name

Re: [PHP] Inserting data at runtime (php,mysql)

2006-03-21 Thread sathyashrayan
- Original Message - From: "Dan Parry" <[EMAIL PROTECTED]> To: "'sathyashrayan'" <[EMAIL PROTECTED]>; Sent: Tuesday, March 21, 2006 6:12 PM Subject: RE: [PHP] Inserting data at runtime (php,mysql) [snip] $conn=mysql_connect(&quo

Re: [PHP] Inserting data at runtime (php,mysql)

2006-03-21 Thread sathyashrayan
- Original Message - From: "Thorsten Suckow-Homberg" <[EMAIL PROTECTED]> To: "sathyashrayan" <[EMAIL PROTECTED]> Cc: Sent: Tuesday, March 21, 2006 6:00 PM Subject: Re: [PHP] Inserting data at runtime (php,mysql) The connection is successful but t