Live Chat & Podcast at 1:00PM Eastern on Sunday!

Advertisement

There's no such thing as a stupid question, but they're the easiest to answer.
Login
Search
Tech Support Guy Forums > >

Search Results


(!)

Showing results 1 to 25 of 195
Search took 0.74 seconds.
Search: Posts Made By: andynic
The search index was updated 10 minutes ago.
Forum: Web Design & Development 07-May-2013, 05:00 AM
Replies: 8
Views: 349
Posted By andynic
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
Posted By andynic
It's a way to override a general/overall design...

It's a way to override a general/overall design defined in a css file when "tailoring" to a specified end-user need/wish/exception requires it.
Forum: Web Design & Development 25-Apr-2013, 04:59 PM
Replies: 8
Views: 349
Posted By andynic
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
Posted By andynic
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
Posted By andynic
"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
Posted By andynic
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
Posted By andynic
Hi Ent, Thanks for the suggestion. When I try...

Hi Ent,
Thanks for the suggestion. When I try it, clicktarget.id is always "undefined".
Andynic
Forum: Web Design & Development 08-Apr-2013, 10:47 AM
Replies: 4
Views: 252
Posted By andynic
Solved: Capture the ID of the <input> element clicked

Hi,
I want to use the javascript code shown below, but want to exclude certain buttons from causing the message to display.

For example, if the user clicks the back button, I want the message...
Forum: Web Design & Development 27-Mar-2013, 04:30 AM
Replies: 1
Views: 325
Posted By andynic
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
Posted By andynic
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
Posted By andynic
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
Posted By andynic
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
Posted By andynic
OK, I've solved it for a text file, but not for a...

OK, I've solved it for a text file, but not for a Word document.

To send a text file as an attachment I commented out the line
$content = chunk_split(base64_encode($content));

and further down...
Forum: Web Design & Development 28-Feb-2013, 12:59 PM
Replies: 7
Views: 587
Posted By andynic
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
Posted By andynic
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
Posted By andynic
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
Posted By andynic
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
Posted By andynic
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
Posted By andynic
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
Posted By andynic
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
Posted By andynic
Solved: conditional toggling of readonly attribute of <input> tag

Hi.

I have two related fields in a form, a <select> tag and a corresponding <input> tag.
The <select> tag has options:
<option value="ALL" selected="selected">Show all on one page</option>...
Forum: Web Design & Development 06-Oct-2012, 08:57 AM
Replies: 7
Views: 1,379
Posted By andynic
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
Posted By andynic
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
Posted By andynic
Hi Ent, Thanks for the reply. I will do as you...

Hi Ent,
Thanks for the reply. I will do as you suggest -- both re. OSes and <br /> followed by \n (which I normally do!) for the same reason you give.
Andynic.
Forum: Web Design & Development 05-Oct-2012, 04:00 PM
Replies: 7
Views: 1,379
Posted By andynic
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...
Showing results 1 to 25 of 195

 
Forum Jump
WELCOME
You Are Using: Server ID
Trusted Website Back to the Top ↑