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

[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

Re: [PHP] Retrieve Data Formated from Text field

2005-10-29 Thread Linda H
l include a key 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

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

2005-10-29 Thread Linda H
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 u

[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 (htt

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

[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

Re: [PHP] problems with self referential sticky forms

2005-07-19 Thread Linda H
Where is fahrenheit? change the input name... fahreheit is here: The error was on the line: $fahr = $_GET['fahrenheit']; 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: The error was on the line: $fahr = $_GET['fahrenheit']; 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
, so $fahr was successfully created. Because I'm in debug mode, my error reporting is set to E_ALL. Are these sorts of errors ones that will disappear when the error reporting threshold is set lower. Should they be accepted in a development environment. Or is there a better way of accompli

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

2005-07-18 Thread Linda H
ut I think I'm 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

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

2005-07-18 Thread Linda H
tup says it can't find it (php_mysql.dll is in C:\php5\ext). So, should I move php_mysql.dll 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

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

2005-07-17 Thread Linda H
I added the following to the top of my script: Got all sorts of environment and path info. Not anything about MySQL, but I didn't see anything that looked obviously wrong, though I don't understand a lot of it. I ried reinstalling MySQL, Apache, and PHP. No change. Linda -- P

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

2005-07-17 Thread Linda H
ove 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

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

2005-07-17 Thread Linda H
I put the connect script above it in the file. It does sound like you 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; extremel

[PHP] Need help with PHP / MySQL connect problem

2005-07-17 Thread Linda H
html/PHP output, it suppresses 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

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

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

[PHP] ftp in php

2004-09-23 Thread Linda
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

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 . -- PHP General Mai

[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

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