Forum: Web Design & Development
07-May-2013, 05:00 AM
|
|
Replies: 8
Views: 349 Thanks for your reply, Danny. I've been away...
Thanks for your reply, Danny. I've been away hence the delay in my reply.
The code in my original post above is part of a long complex form, so I made this little
test script that includes the...
|
Forum: Web Design & Development
26-Apr-2013, 04:35 AM
|
|
Replies: 8
Views: 349 |
Forum: Web Design & Development
25-Apr-2013, 04:59 PM
|
|
Replies: 8
Views: 349 thanks for your reply, Jim.
the problem is...
thanks for your reply, Jim.
the problem is solved by omitting url().
Still I Don't understand why the php error handler does not put the message up in the browser. When it does and does not seems...
|
Forum: Web Design & Development
25-Apr-2013, 07:17 AM
|
|
Replies: 8
Views: 349 I'm barking up the wrong tree. It doesn't have...
I'm barking up the wrong tree. It doesn't have to do with the variable $tblBkgrnd. If instead of the variable I use the constant value background:url() repeat-y; still get the errors. So it must...
|
Forum: Web Design & Development
25-Apr-2013, 06:07 AM
|
|
Replies: 8
Views: 349 "unexplained" errors in the apache log file
Hi,
Would anyone have an idea why this code should cause errors to appear in the apache error_log file?
echo <<<REMAINING_FIELDS2
<table style="$tblBkgrnd height:10px;
...
|
Forum: Web Design & Development
08-Apr-2013, 12:35 PM
|
|
Replies: 4
Views: 252 Hi Ent,
Thanks for the reply.
I have...
Hi Ent,
Thanks for the reply.
I have come up with a not-so-straightforward solution.
1. I created a hidden element:
<input type="hidden" name="excludeBttn" id="excludeBttn" ...
|
Forum: Web Design & Development
08-Apr-2013, 11:47 AM
|
|
Replies: 4
Views: 252 |
Forum: Web Design & Development
08-Apr-2013, 10:47 AM
|
|
Replies: 4
Views: 252 |
Forum: Web Design & Development
27-Mar-2013, 04:30 AM
|
|
Replies: 1
Views: 325 Problem solved:
If you check the value of...
Problem solved:
If you check the value of $_FILES['attachment']['error'] it will be 0 for a successful upload, 1 if fail.
From the PHP Manual:
"Value: 1; The uploaded file exceeds the...
|
Forum: Web Design & Development
26-Mar-2013, 11:28 AM
|
|
Replies: 1
Views: 325 Solved: php mail function attachment file size
Hi,
Which PHP parameter limits the size of a file attachment to an email sent using the php mail function?
I see, for example, upload_max_filesize and post_max_size whose values can be...
|
Forum: Web Design & Development
04-Mar-2013, 07:18 AM
|
|
Replies: 7
Views: 587 I found a (for my situation) good solution to...
I found a (for my situation) good solution to this problem at:
http://designbyelle.com.au/journal/2008/04/23/php-mailer-form-with-file-attachment/
Click on "PHP email attachment form" in the...
|
Forum: Web Design & Development
02-Mar-2013, 12:11 PM
|
|
Replies: 7
Views: 587 Hi,
Thanks for your replies.
I'm a total...
Hi,
Thanks for your replies.
I'm a total newbie at MIME and the PHP email function, and I'm still coming up against a brick wall.
Please see the comments that I have put in the code below...
|
Forum: Web Design & Development
28-Feb-2013, 01:10 PM
|
|
Replies: 7
Views: 587 |
Forum: Web Design & Development
28-Feb-2013, 12:59 PM
|
|
Replies: 7
Views: 587 I found one problem, namely,
$my_path =...
I found one problem, namely,
$my_path = $_SERVER['DOCUMENT_ROOT']."/Users/andynic/Sites/tobivroegh.dev_v6.0/public_html/";
That's not where the file is.
That should be
$my_path =...
|
Forum: Web Design & Development
28-Feb-2013, 12:35 PM
|
|
Replies: 7
Views: 587 Hi peonowns,
Thanks for the reaction to my...
Hi peonowns,
Thanks for the reaction to my post.
I tried that code before putting up the post, but although I receive the e-mail with an attachment (such as file x.txt) the attachment has lost...
|
Forum: Web Design & Development
28-Feb-2013, 09:20 AM
|
|
Replies: 7
Views: 587 Solved: php mail
Hi,
Given the code shown below, is there a straightforward (and hopefully simple) way to attach the file? Otherwise the code does what I want.
Please see the line: $file =...
|
Forum: Web Design & Development
01-Feb-2013, 03:24 PM
|
|
Replies: 4
Views: 498 Hi Colinsp,
Thanks again for your reply.
I...
Hi Colinsp,
Thanks again for your reply.
I just installed phpMyAdmin on my server. (I'm a retired old-fashioned Oracle DBA and applications developer, having started with Oracle v4 and married to...
|
Forum: Web Design & Development
01-Feb-2013, 03:22 AM
|
|
Replies: 4
Views: 498 Hi Colinsp,
Thanks for your reply.
I have...
Hi Colinsp,
Thanks for your reply.
I have tried your suggestion and get similar results to what I was getting.
Using my original code:
Result in webpage:
...value as retrieved from DB is :...
|
Forum: Web Design & Development
31-Jan-2013, 04:30 PM
|
|
Replies: 4
Views: 498 special characters, php htmlentites
Hi,
I have a DB maintenance form that allows the user to enter data. Some of the data entry fields are <input type="text"> others are <textarea> fields.
I would like the data entry user to be...
|
Forum: Web Design & Development
10-Dec-2012, 03:20 AM
|
|
Replies: 2
Views: 457 Hi Danny,
Thanks, that got me on the right...
Hi Danny,
Thanks, that got me on the right track. The upper case O in readOnly is critical.
I ended up with a construction something like the code below. Note that in the "tobble back" button, I...
|
Forum: Web Design & Development
08-Dec-2012, 10:22 AM
|
|
Replies: 2
Views: 457 |
Forum: Web Design & Development
06-Oct-2012, 08:57 AM
|
|
Replies: 7
Views: 1,379 Based on this information which I found at...
Based on this information which I found at http://en.wikipedia.org/wiki/Newline
"The Unicode standard defines a large number of characters that conforming applications should recognize as line...
|
Forum: Web Design & Development
06-Oct-2012, 08:49 AM
|
|
Replies: 7
Views: 1,379 Hi Danny,
I think we might be speaking at...
Hi Danny,
I think we might be speaking at cros-purposes.
I interpret what Joshiah is saying about \n to have to do with "pretty printing" the resulting html file that the php script generates...
|
Forum: Web Design & Development
06-Oct-2012, 04:01 AM
|
|
Replies: 7
Views: 1,379 |
Forum: Web Design & Development
05-Oct-2012, 04:00 PM
|
|
Replies: 7
Views: 1,379 Solved: CR, LF, newline, ASCII 13 and 10, etc.
This thread is about handling newlines in differing operating systems and how it can affect a webpage.
My questions are these:
1. Both Mac OS X and Windows XP seem to interpret the ENTER key as...
|