No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
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
9 Posted Topics
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 … | |
Re: 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)) { … | |
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', … | |
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 … | |
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. … | |
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 … | |
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 … | |
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, … | |
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. |
The End.