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" Newsgroups: php.general To: "Paul M Foster" Cc: Sent: Wednesday, January 28, 2009 2:40 PM Subject: Re: [PHP] New to PHP question

[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 hou

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 in

[PHP] Web Development work

2009-02-25 Thread Ernie Kemp
b at a Web 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, b

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
Bob McConnell -Original Message- 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. > >

[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 of

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-general@lists.

[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 pa

[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
/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 with no success. Ready need your help. Thanks, Ernie Kemp Phone: 416 577 5565 Email: ek...@digitalbiz4u.com ...man will occasionally stumble over the truth

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.n

RE: [PHP] PHP Header issue

2009-09-18 Thread Ernie Kemp
agentintellect.com] Sent: 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 expla

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, Se

RE: [PHP] PHP Header issue

2009-09-18 Thread Ernie Kemp
o the next page after a Submit Thanks, /Ernie +++== -----Original Message- From: Ernie Kemp [mailto:ernie.k...@sympatico.ca] Sent: September-18-09 2:27 PM To: 'HallMarc Websites'; 'Jim Lucas' Cc: php-general@list

[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: value="PFDs" name=f_sequipment1>PFDs but the checkbox field is always checked. I thought of JavaScript al

[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: The "formValidator()" goes to a javascript and do

[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/pjp

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 issu

[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 the

RE: [PHP] PHP & MYSQL sorting

2010-04-14 Thread Ernie Kemp
Thanks for your thoughts. Ajax is the way to go... Thanks, .../Ernie -Original Message- From: tedd [mailto:tedd.sperl...@gmail.com] Sent: April-12-10 10:18 AM To: Ernie Kemp; 'PHP General List' Subject: Re: [PHP] PHP & MYSQL sorting At 8:16 PM -0400 4/11/10, Ernie Kemp

[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. Thank

[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 in

RE: [PHP] Adding reCAPTCHA to form using PHP

2010-04-19 Thread Ernie Kemp
right. Try Again."; } } ?> -Original Message- From: tedd [mailto:tedd.sperl...@gmail.com] Sent: April-19-10 12:51 PM To: Ernie Kemp; 'PHP General List' Subject: Re: [PHP] Adding reCAPTCHA to form using PHP At 12:21 PM -040

RE: [PHP] Adding reCAPTCHA to form using PHP

2010-04-21 Thread Ernie Kemp
# set the error code so that we can display it echo "Eh, That wasn't right. Try Again."; } } ?> -Original Message- From: tedd [mailto:tedd.sperl...@gmail.com] Sent: April-19-10 12:51 PM

[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
So sorry about the link, in too much of a hurry. My server site is http://digitalbiz4u.com/wordpress/ I used 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

RE: [PHP] Website content question

2010-06-21 Thread Ernie Kemp
al Message- 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

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 quest

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 Li

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. http://digitalbiz4u.co

RE: [PHP] Website content question CMS

2010-06-25 Thread Ernie Kemp
+ -Original Message- From: Ashley 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

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 wrote

[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 C

[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 a

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 t