Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K
~5K People Reached
About Me

I had a basic training in web development before I retired; HTML, Java, JavaScript, CSS, etc. Since then, I have picked up PHP & MySQL.
I am always looking for web development projects - keeps the mind active!

Interests
Running, walking, playing bridge, wine tasting, web development, DIY, beer making
Favorite Tags

9 Posted Topics

Member Avatar for davewylie

I have been alerted o the fact that there are "security issues" with Javascript, but have no idea what the issues are. I have written a webpage in HTML which incorporates a menu written in Javascript. A user alerted me to the fact that the menu does not appear with …

Member Avatar for rproffitt
0
217
Member Avatar for keanan

Hi, I have successfully sent mail to an email address using the following code: [code=php]$headers = array ('From' => $from, 'To' => $to, 'Subject' => $subject); $smtp = Mail::factory('smtp', array ('host' => $host, 'auth' => true, 'username' => $username, 'password' => $password)); $mail = $smtp->send($to, $headers, $body); if (PEAR::isError($mail)) { …

Member Avatar for swati_7
0
3K
Member Avatar for davewylie

I am trying to generate an Excel file from PHP. I tried copying code from various sources on the internet, but they give me an error "Fatal error: Cannot redeclare class PHPExcel in ....../PHPExcel.php on line 44". My code is as follows: <?php // include PHPExcel require_once 'PHPExcel.php'; error_reporting(E_ALL); ini_set('display_errors', …

Member Avatar for rubberman
0
2K
Member Avatar for davewylie

Does anyone have any ideas on how to change how submit buttons can be changed from the default? I think it is a real shortcoming of HTML that onmouseup and onmousedown etc are not permitted with <input type='submit'.... I just feel there must be some clever way using javascript or …

Member Avatar for somedude3488
0
163
Member Avatar for davewylie

Hi, Can anyone help me with this problem? I have written some PHP code to send emails to a distribution list. The emails do get sent, but the subject box and to box are blank. However, To: and Subject appear at the top of the message, which just looks messy. …

0
71
Member Avatar for davewylie

I want to be able to identifying users to my website so that I can see when they last logged on and highlight changes to certain pages when they see them for the first time. One problem is that a user's IP address may be dynamic, so I don't see …

Member Avatar for Manuz
0
135
Member Avatar for davewylie

Hi, I have a routine which reads a file using type='file'. I would like to be able to update the file and save it in the same location it came from, which would be in the C:\ directory. However, I cannot see how to get hold of the path associated …

Member Avatar for davewylie
0
153
Member Avatar for davewylie

Hi, I am developing a website for a client, using Apache2Triad on my PC. I would like to invite my client to see progress to date, without uploading to the Internet. I have tried offering [url]http://MyIpAddress:80/index.html[/url], but this does not work. I'm sure there is a way to do this, …

Member Avatar for ShawnCplus
0
60
Member Avatar for davewylie

I don't know if this is possible, but I would like to disguise/encrypt the recipient's email address where an email is received via a mailto parameter on either an href tag or an input form. Does anyone have any ideas as to how this might be acheived? Dave.

Member Avatar for davewylie
0
69

The End.