[PHP] Form To Mail script generators for Linux

2009-03-23 Thread Linda Stark
Hi, I am trying to find out if there are any “form to mail” php script generators that run on Linux available - that would generate the script needed to profess web mail forms such as a “contact us” page or a “mail us” page on a web site. There was one in patricular I was looking at that is

RE: [PHP] Having trouble with a form to mail script.

2009-03-22 Thread Linda Stark
From: dane...@bluerodeo.com To: nads...@live.com Subject: Re: [PHP] Having trouble with a form to mail script. Date: Sat, 21 Mar 2009 09:43:25 -0700 On Mar 21, 2009, at 3:47 AM, Linda Stark wrote: $email = $_REQUEST['email'] ; $message

[PHP] Having trouble with a form to mail script.

2009-03-21 Thread Linda Stark
Hi there, Well, after reading the post about so called experts and licensing programming, I can say that I sure am not licensed or even remotely close to a novice PHP programmer, just a ‘lil ole PHP beginner trying to get my web page set up and learn a few things. I’m not sure if I

[PHP] is there a number translation function?

2005-10-29 Thread Linda H
Hi, Does anyone know of a function for translating a decimal number into an English number. In other words, if you pass it 1 it will return 'one', if you pass it 127 it will return 'one hundred twenty seven', and etc. Thanks, Linda -- PHP General Mailing List (http://www.php.net

Re: [PHP] curious (and frustrating) php/apache behavior

2005-10-29 Thread Linda H
, if there is any php code in the include, you can't rely on the include being inside a php block. You must put a php block inside the include as well. This is true no matter how you name the include file (.php, .inc, .htm). Linda H -- PHP General Mailing List (http://www.php.net/) To unsubscribe

Re: [PHP] Retrieve Data Formated from Text field

2005-10-29 Thread Linda H
that connects it to the main record, the text, and a sequence number that tells you the order in which the paragraphs should be displayed). Linda H -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Date confusion

2005-07-27 Thread Linda H
Hi, I must admit I am surprised at the paucity of date and time functions in PHP. I have a date stored in a MySQL database in field of datatype date. PHP doesn't seem to have a function I can use to format it for print. I tried the following but regardless of the value in the date field, it

[PHP] PHP and Perl

2005-07-23 Thread Linda H
I am needing to write a front end for an online application written in Perl. Is there a way for PHP to call a module or function written in Perl? Thanks, Linda -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] problems with self referential sticky forms

2005-07-19 Thread Linda H
they be accepted in a development environment. Or is there a better way of accomplishing what I want to do. Thanks, Linda -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] problems with self referential sticky forms

2005-07-19 Thread Linda H
Where is fahrenheit? change the input name... fahreheit is here: ? $fahr = $_GET['fahrenheit']; if (is_null($fahr)){ echo 'fahr is null';} $ The error was on the line: $fahr = $_GET['fahrenheit']; Linda -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

Re: [PHP] problems with self referential sticky forms

2005-07-19 Thread Linda H
Where is fahrenheit? change the input name... fahreheit is here: ? $fahr = $_GET['fahrenheit']; if (is_null($fahr)){ echo 'fahr is null';} $ The error was on the line: $fahr = $_GET['fahrenheit']; Linda -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

Re: [PHP] Re: Need help with PHP / MySQL connect problem

2005-07-18 Thread Linda H
to c:\php5, change the system path, or what? And what about php.ini showing sqlite instead of MySQL? Do I need to get the MySQL client libraries (what are they called and where do I put them - I already have some mysql dll's in the PHP libraries. Linda -- PHP General Mailing List (http

Re: [PHP] Re: SOLVED! Need help with PHP / MySQL connect problem

2005-07-18 Thread Linda H
past the roadblock. Thanks so much to all who helped. Linda -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Need help with PHP / MySQL connect problem

2005-07-17 Thread Linda H
that as well. Using the mysql monitor from the DOS command prompt, I can connect as user 'calendar' with password 'pass1234', select a database and execute SQL statements successfully. Can anyone help me figure out why I can't seem to connect, please? Linda -- PHP General Mailing List (http

[PHP] Re: Need help with PHP / MySQL connect problem

2005-07-17 Thread Linda H
have notices and warnings turned off in php.ini: Find php.ini (not sure where it installs to in Windows version), and set error_reporting = E_ALL. This will show all notices and warnings generated by your PHP code; extremely usefull in debugging. Matt Darby Linda H wrote: I'm running MySQL

Re: [PHP] Re: Need help with PHP / MySQL connect problem

2005-07-17 Thread Linda H
were to move it to c:\WINDOWS and rename to php.ini. Linda -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: Need help with PHP / MySQL connect problem

2005-07-17 Thread Linda H
. Linda -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] CASE Tool For PHP OO Programming

2005-07-12 Thread Linda
I have been using Sparx Systems Enterprise Architect. david forums [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] DIA with the estension xml2php5 Le Mon, 11 Jul 2005 15:22:32 +0200, Pascual De Ruvo [EMAIL PROTECTED] a écrit: Hi, Can someone suggest a free CASE Tool for UML

[PHP] ftp in php

2004-09-23 Thread Linda
a copy of it? Or if anyone knows a better way I'd appreciate it. Thanks, Linda -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: ftp in php

2004-09-23 Thread Linda
Hi, It's ok - I found another way around what I wanted to do. Regards, Linda, M. Sokolewicz [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Linda wrote: Hi, Does anyone know how to enable ftp in php without having to compile again as I get an error when I use the make

[PHP] Print '\n' not working

2003-06-25 Thread Koch-1 Linda
I am using PHP 4, Apache, but the '\n' is not going to the next line during a print. Has anyone else encountered this anamoly. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Print '\n' not working

2003-06-25 Thread Koch-1 Linda
Adam caught my error. I was not thinking correctly. Thanks -Original Message- From: Adam Voigt [mailto:[EMAIL PROTECTED] You do know that the \n will only show up in View Source of an HTML page right? If you want it to show up in a regular browser window, you need br. -- PHP General

[PHP] Closely held cookie-cutter system!

2001-11-29 Thread Linda
Dear Fellow Entrepreneur, Would you like to make enough money so you can fire your boss, stay home and work for yourself? What would a few extra hundred, or even thousands a month mean to you and your family??? You see, I was once like you, working for someone else, not sure how to get out