Re: [PHP] New to PHP question

2009-01-28 Thread Ernie Kemp
Is there any advantage to using CSS over table and would it be idea to go to past website and change them. /Ernie - Original Message - From: Stephen stephe...@rogers.com Newsgroups: php.general To: Paul M Foster pa...@quillandmouse.com Cc: php-general@lists.php.net Sent: Wednesday,

[PHP] Payment question in Canada

2009-01-30 Thread Ernie Kemp
My question is one of pay; hope this is the correct forum. A couple of people have asked me to write some PHP code for their website backend. I need the money from this but I don't know what to charge them. I think in total the work will be about 8-10 hours. Please indicate what

RE: [PHP] Payment question in Canada

2009-01-31 Thread Ernie Kemp
Thanks for your replies. Very useful... /Ernie -Original Message- From: farn...@googlemail.com [mailto:farn...@googlemail.com] On Behalf Of Edmund Hertle Sent: January-30-09 4:47 PM To: Bastien Koert Cc: Ernie Kemp; php-general@lists.php.net Subject: Re: [PHP] Payment question

[PHP] Web Development work

2009-02-25 Thread Ernie Kemp
company but I wish to be on my own. How are the freelancer finding work and where? I have had my head buried in code too long to know where to find my new cheese. Any help would be appreciation. Thanks, Ernie Kemp ...man will occasionally stumble over the truth, but usually

RE: [PHP] Web Development work

2009-02-25 Thread Ernie Kemp
-Original Message- From: doctortomor...@gmail.com [mailto:doctortomor...@gmail.com] On Behalf Of 9el Sent: February-25-09 12:23 PM To: Ernie Kemp Cc: php-general@lists.php.net Subject: Re: [PHP] Web Development work I guess you are interested about php. the freelancers work at www.scriptlance.com

RE: [PHP] Web Development work

2009-02-26 Thread Ernie Kemp
- From: Bob McConnell Sent: Thursday, February 26, 2009 8:58 AM To: php-general@lists.php.net Subject: RE: [PHP] Web Development work From: Ernie Kemp It seems to me that there must to other places a freelance Web Developer fines work. How do you find work in PHP Web programming? Work

[PHP] Apache question

2009-03-20 Thread Ernie Kemp
Sometime when I run the program http://localhost/DigitalBiz4U/index.php in a browser this message come up and the page is not displayed. Apache HTTP Server stopped working and was closed message on screen. Apache version: Apache2.2.11 PHP version: 5.2.8 OS: Vista IIS is turned off

RE: [PHP] I'm new

2009-04-04 Thread Ernie Kemp
Good day, I suggest going to an all in one package such as http://www.wampserver.com/;. .../Ernie -Original Message- From: doctortomor...@gmail.com [mailto:doctortomor...@gmail.com] On Behalf Of 9el Sent: April-04-09 11:35 AM To: abdulazeez alugo Cc: rol...@gmail.com;

[PHP] Access Denied

2009-07-28 Thread Ernie Kemp
Line in Program: //connect to server and select database //connect to server and select database $mysqli = mysqli_connect(localhost, jdoe, doepass, testdb); //create and issue the query $sql = SELECT f_name, l_name FROM auth_users WHERE username = '.$_POST[username].' AND password =

[PHP] Recall: Access Denied

2009-07-28 Thread Ernie Kemp
Ernie Kemp would like to recall the message, Access Denied. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Access Denied

2009-07-28 Thread Ernie Kemp
Please ignore. Newbie error solved Thanks From: Ernie Kemp [mailto:ernie.k...@sympatico.ca] Sent: July-28-09 9:34 PM To: php-general@lists.php.net Subject: [PHP] Access Denied Line in Program: //connect to server and select database //connect to server and select database

[PHP] PHP Header issue

2009-09-18 Thread Ernie Kemp
started at /home/content/g/t/a /html/yourestate/advertise.php:6) in/home/content/g/t/a /html/yourestate/advertise.php on line 6 The anwser may be simple but I have looked a blanks or spaces around the ?php ? with no success. Ready need your help. Thanks, Ernie Kemp Phone: 416 577 5565

RE: [PHP] PHP Header issue

2009-09-18 Thread Ernie Kemp
Thanks for your reply Andrew. I think you can add the Header in your body. The code working on my local system. Thanks, .../Ernie -Original Message- From: Andrew Ballard [mailto:aball...@gmail.com] Sent: September-18-09 12:44 PM To: Ernie Kemp Cc: php-general@lists.php.net Subject: Re

RE: [PHP] PHP Header issue

2009-09-18 Thread Ernie Kemp
: September-18-09 1:41 PM To: Jim Lucas Cc: Ernie Kemp; php-general@lists.php.net Subject: Re: [PHP] PHP Header issue if ... you have output_buffering option enabled in the php configuration. Which is probably the case on the OP's local machine, and would explain why the code doesn't fail for him

RE: [PHP] PHP Header issue

2009-09-18 Thread Ernie Kemp
: HallMarc Websites [mailto:m...@hallmarcwebsites.com] Sent: September-18-09 2:00 PM To: 'Jim Lucas'; 'Ernie Kemp' Cc: php-general@lists.php.net Subject: RE: [PHP] PHP Header issue -Original Message- From: Jim Lucas [mailto:li...@cmsws.com] Sent: Friday, September 18, 2009 1:33 PM

[PHP] Checkbox in PHP form

2009-11-08 Thread Ernie Kemp
Need some help here with checkboxes in an html form. My issue is I have a form that needs to be viewed with checkboxes filled in depending on the values in the table. I tried: INPUT class=text id=myCheck1 type=checkbox ?php if ( $row[33] = 'no') { echo checked=yes; } else { echo '';

[PHP] Form validation issue

2009-12-20 Thread Ernie Kemp
Good Day, I need help in in validating a form. The for is valdated be a javascript frist then if all the fields are filled in its valaded be PHP. The Form starts with: form name=myForm action=?php echo

[PHP] Upload file on IE8

2010-01-25 Thread Ernie Kemp
Good Day, I'm having an issue with IE8, when I go to load a file the program is not filling the $_FILES['user_file']['type'] . When I display echo Start.$_FILES['pix']['type'].End; in IE8 I get StartEnd with nothing in between. I expected image/pjpeg.

RE: [PHP] Upload file on IE8

2010-01-25 Thread Ernie Kemp
From: Ashley Sheridan [mailto:a...@ashleysheridan.co.uk] Sent: January-25-10 5:53 PM To: Ernie Kemp Cc: 'PHP General List' Subject: Re: [PHP] Upload file on IE8 On Mon, 2010-01-25 at 17:41 -0500, Ernie Kemp wrote: Good Day, I’m having an issue with IE8

[PHP] PHP MYSQL sorting

2010-04-11 Thread Ernie Kemp
Simple idea I thought. I need a webpage that displays a drop down list of number with a checkbox on the side that when checked will select the database again only in descending order. Small database with maybe 100 records. The user can click the submit button when they have located

[PHP] Adding reCAPTCHA to form

2010-04-16 Thread Ernie Kemp
Need help with reCAPTCHA. Never installed it before. When Submit is clicked the quoterequest-redirect.php is run but I think it would be better to test the reCAPTCHA before the quoterequest-redirect.php program has been run. The reCPATCHA show correctly but I need some help here. Thanks

[PHP] Adding reCAPTCHA to form using PHP

2010-04-19 Thread Ernie Kemp
Need help with reCAPTCHA. Never installed it before. When Submit is clicked the quoterequest-redirect.php is run but I think it would be better to test the reCAPTCHA before the quoterequest-redirect.php program has been run. I check the CAPTCHA in quoterequest-redirect.php, it displays a invalid

RE: [PHP] Adding reCAPTCHA to form using PHP

2010-04-19 Thread Ernie Kemp
To: Ernie Kemp; 'PHP General List' Subject: Re: [PHP] Adding reCAPTCHA to form using PHP At 12:21 PM -0400 4/19/10, Ernie Kemp wrote: Need help with reCAPTCHA. Never installed it before. When Submit is clicked the quoterequest-redirect.php is run but I think it would be better to test

[PHP] Content question

2010-05-19 Thread Ernie Kemp
This is not a direct PHP question but I will be using PHP in the website. After a website has been created there will a need to changes say a product or service page over time. The client asking how he will be able to make changes to these pages. Yes, I'm a newbie at this and the only way

[PHP] Website content question

2010-06-21 Thread Ernie Kemp
This is not a direct PHP question but I will be using PHP in the website. I go to the php list because the wordpress forum does not respond to my questions and I know some of you have a lot of expertise in other areas than PHP. I wish to a my own pages to a theme. I created pages on my

RE: [PHP] Website content question

2010-06-21 Thread Ernie Kemp
-21-10 8:59 AM To: Ernie Kemp Cc: PHP General List Subject: Re: [PHP] Website content question Ernie, I am sure you know none of us could have accessed the link that you have given there. Can you let us know what code you have written so that one of us can guide you? As a broad pitch, your php code

RE: [PHP] Website content question

2010-06-21 Thread Ernie Kemp
- From: Shreyas Agasthya [mailto:shreya...@gmail.com] Sent: June-21-10 8:59 AM To: Ernie Kemp Cc: PHP General List Subject: Re: [PHP] Website content question Ernie, I am sure you know none of us could have accessed the link that you have given there. Can you let us know what code you have written so

RE: [PHP] Website content question

2010-06-21 Thread Ernie Kemp
Need to use the template http://www.digitalbiz4u.com/site_flash/ . Thanks, /Ernie From: Ashley Sheridan [mailto:a...@ashleysheridan.co.uk] Sent: June-21-10 10:09 AM To: Ernie Kemp Cc: 'Shreyas Agasthya'; 'PHP General List' Subject: RE: [PHP] Website content question On Mon, 2010

RE: [PHP] Website content question

2010-06-21 Thread Ernie Kemp
Resolved. The paths are: wordpress- flash Ø CSS Ø Js Wordpress/mytheme - your custom template files Thanks, /Ernie From: Ashley Sheridan [mailto:a...@ashleysheridan.co.uk] Sent: June-21-10 10:43 AM To: Ernie Kemp Cc: 'Shreyas Agasthya'; 'PHP General List' Subject: RE: [PHP

RE: [PHP] Website content question

2010-06-21 Thread Ernie Kemp
I did put the PHP code. It kind of working. From: ahlin.h...@gmail.com [mailto:ahlin.h...@gmail.com] On Behalf Of Hans Åhlin Sent: June-21-10 9:43 PM To: Ernie Kemp Cc: PHP General List Subject: Re: [PHP] Website content question Did you include the necessary php code

[PHP] Website content question CMS

2010-06-25 Thread Ernie Kemp
Need a some help from the group. I'm adding some wordpress template programs to my site. I added a contact page contact.php to wordpress on my site. http://digitalbiz4u.com/wordpress/ When I click the contact button on the home page I get an 404 error.

RE: [PHP] Website content question CMS

2010-06-25 Thread Ernie Kemp
Sheridan [mailto:a...@ashleysheridan.co.uk] Sent: June-25-10 2:03 PM To: Ernie Kemp Cc: 'PHP General List' Subject: Re: [PHP] Website content question CMS On Fri, 2010-06-25 at 14:00 -0400, Ernie Kemp wrote: Need a some help from the group. I’m adding some wordpress template programs

RE: [PHP] Website content question CMS

2010-06-25 Thread Ernie Kemp
-Original Message- From: paras...@gmail.com [mailto:paras...@gmail.com] On Behalf Of Daniel Brown Sent: June-25-10 4:05 PM To: Ernie Kemp Cc: a...@ashleysheridan.co.uk; PHP General List Subject: Re: [PHP] Website content question CMS On Fri, Jun 25, 2010 at 15:38, Ernie Kemp ernie.k

[PHP] Chinese words on a PHP web page

2010-11-04 Thread Ernie Kemp
I’m writing a program that allows the user to click the flag and the test will change to that language and display. I’m trying to convert from English to Chinese using characters such as “ æ­“è¿Ž” The browser interprets these into, in this case, Japanese but my code needs to display in

[PHP] What is an information_id in directory

2011-10-29 Thread Ernie Kemp
2 - Make a new content area in Site Manager-Content Manager. It doesn't matter what you put in your content area, you could just put This is my new content area or Hello World if you so choose. 3 - Grab the information_id of the new content area you made. When you are editing a content area

FW: [PHP] What is an information_id in directory

2011-10-29 Thread Ernie Kemp
2 - Make a new content area in Site Manager-Content Manager. It doesn't matter what you put in your content area, you could just put This is my new content area or Hello World if you so choose. 3 - Grab the information_id of the new content area you made. When you are editing a content area that