Search:
Type: Posts; User: jimmyg
Search :
Search took 0.01 seconds.
Never did solve the server issue. the mail function and the recipient email were hosted on the same server. We set up a work around where the mail function sent an email to an external gmail address,...
Hi all,
Ive set up an email function that works using a form.
The form passes some information and an attachment for the email. The problem arises when I try to send the email to an address...
Hi all,
Im new to Javascript and I need some help with something.
I have a js function here
imgArray = [
['images/productimages/agri.png', 'Pic1', 'Text for Picture 1'],
...
Actually its a problem with the server, could someone mark as solved? Feel free to use this code
Hello all,
Im using this mail function
<?php
// Read POST request params into global vars
$to = "chapters@letstrywriting.com";
$from = "Submission@letstrywriting.com";
$name =...
Yep that got it.
JMRKER, Id like to offer many thanks for helping me today. I couldnt have done it without you. If youre ever in Ireland I'll buy you a pint!
Many thanks for those
The second link is very close to what I need, Could I change my link to
div id="rightcolumn2"><a href="javascript:onClick="DisplaySlides(0)""...
I have a folder named images and another folder inside that where the images im using are stored.
/images/services_images.
Theyre displaying but the second image Im using displays below the first...
Took your advice and been working on it. This is what I have so far.
<div id="maincontent">Content for id "maincontent" Goes Here
<div id="col2">
<div id="link1" class="hidden">
<img...
Hello to all
Im working on a site and I need to use some javascript.
I have a list of links in a sidebar and when one is clicked it reloads an image in a div.
The problem is I dont have much...
Thanks huys appreciate it a lot!
Much thanks to aj_nsc that was the issue I was had. Works fine now!
Thanks again guys
Hello all,
Ive uploaded a site on a UNIX server (first time using one) and im having trouble setting a cookie. It works fine on my home wamp server.
This is the code ive been using to set my...
Thanks for your help, Ive sent support a message. Appreciate it!
Hello all,
Could anyone find erors with this code
<?php
include'db_connectcm.php';
?>
<?php
Hello all
Ive recently uploaded a php site online but I keep receiving this error
Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
The site is hosted on a...
Thank you for your reply, much appreciated!
You were right about needing PHP activated, Ive done that now.
Unfrtunately I keep receiving this error
Can't connect to local MySQL server...
Hi all,
I cobbled together a form that calls a script to upload pictures to a website. The script was working well until I tried to put it up online.
Apparently the hosting company my client...
It sounds to me that you need to install php on your pc. I recommend WAMP server. This will set your PC up as a local server. Its what I use whenever im doing webwork. Its also open source so its...
Ok do you have the site online anywhere or are you just using it on your home machine?
Hello folks,
I have this site im building and im nearly finished except for one part. Im using this text form
<form name="RTEDemo" action="addabout.php" method="post" onsubmit="return...
ok heres what I have so far
link.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html...
Ok,
First of all you need to set up a HTML form which will call a PHP script when search is clicked. Say something like
<form enctype="multipart/form-data" action="link.php" method="POST">...
Finally figured it out. IE for some reason didnt like the div set up in the main area.
Thanks Tracknut for your help and time!
Ok cool, I have an idea for a way to do this put it involves using php and is a little unwieldy.
Would php be ok?
After working with firebug for a while, Im at a loss. Its not showing any errors or warnings.