Jump to content

real_illusions

Members
  • Posts

    1,273
  • Joined

  • Last visited

Everything posted by real_illusions

  1. $my_email = "myemail@nowhere.co.uk";$user_email = "$_POST[\"Email\"]";is the first code lines. (except i replaced my email...not that i dont trust you guys, just evil spam bots). theres a load of comments above that code, but no code in the comments.taking the "'s out of the 2nd line where you said made no difference..except for a new error - Warning: Unexpected character in input: '\' (ASCII=92) state=1 in line 52foillowed byParse error: parse error, expecting `']'' in line 60and line 60 is$continue = "index.php";
  2. thanks..but..i get this - Parse error: parse error, expecting `T_STRING' or `T_VARIABLE' or `T_NUM_STRING' in FormToEmail.php line 52which is where $user_email = "$_POST[\"Email\"]";is
  3. a:visited{text-decoration:none; color:#000000}visited means, when they've clicked on it, and stays that way.
  4. i dont know how to code in php. i just use scripts that i find online. i've tried mixing 2 or adapting another script to fit my forms...but they dont work.
  5. yeah..a long time.i even had to send an email to them, but got no reply from that.i applied, everything was how it should be, but yet they still declined, let me guessing as to why, just gave the reasons it says on the site you should avoid, which i did.i would avoid that site.bunch of idiots....
  6. this would require a database and therefore MySQL and php...and therefore a server,although, thats as far as i can guide you as i dont know much else about databases.:)although, if its small enough, it could probably be done with a few files and a way to call them files when the data matches.
  7. that might be the problemphp only works on a server, as its a server-side language. unless you got a server installed on your computer, then it wont work.you need to upload the files to a server for php to take effect.
  8. on sites such as play.com, amazon etc...when you submit an order, you get a copy of your order and stuff.now, i'm not planning on doing something that complicated (not yet anyway), but i simply want to send the user a confirmation email whenever they send an email to me.like "thanks you $name for your email. If you require a reply, we will get back to you soon"or whatever. important to have their name on the email. makes it more personal, rather than an automated machine like thing. i use http://formtoemail.com/ script, so if there is a way to update the script to include the confirmation email thingy, then it would make things alot easier in updating the page.
  9. javascript is the usual way to go for a rollover effect on images.http://www.w3schools.com/js/tryit.asp?file...tryjs_animationi doubt theres a way to do it with videos with javascript only..unless you use animated gifs.for proper/real animations/videos, then flash is the way is to go for that. but i have no idea about flash and it takes alot of patience even to do simple things in flash for me.
  10. are the 2 pages in the same folder?have you actually uploaded the updated page and the include file? (a surprisingly easy mistake to make actually..)
  11. post your code then we can see what went wrong
  12. same as a linkuse../"filename.php"for the link:)
  13. umm...hi, welcome to the board.to be honest, i think you have the wrong idea completely about forums and websites.however, we're here to help you so dont worry.about your website address. you need find a server to host your website. you can either buy a domain such as www.w3schools.com (but thats obviously taken), or, go for a free website where they add their web address along with yours such as - http://somefreewebsite.yoursitename.comyou dont put it anywhere in your website, unless you want to remind people where they are by sticking it in a header or a top logo or something.as for your forum, i highly doubt that 99% people on this forum could code an entire forum such as the one we're on now. this board is an invision board, like it says at the bottom of every page on this forum. theres also phpbb and ipb boards, all 3 are very good as i've worked with them all. however, some cost money, some are free and take alot of work to set up and customise, but its worth it in the end.hope that helps a little
  14. yes you cantake a look around on the forum and you'll see a few topics about it already.if you got any questions about implemting the code and that then give us a shout.
  15. use <span></span> tagsthen, you can asign different classes to how ever many different words you want.<span class="red">some red text</span><span class="blue">some blue text</span>then, in your css sheet or in the head section<style>span.red{color="#ff0000";}span.blue{color="#0000ff";}</style>however, if you want to use paragraphs, replace 'span' with 'p', but after you end the paragraph, it adds a line break.hope that helps
  16. it looks ok here and i use firefox.however, if your unsure, i found this sitehttp://www.southerntwilight.com/tutorials/csslayers.htmlhope its some use
  17. it is possible, using php, to write out whats been written on the form, onto the next page. <p>Thank you <?phpecho $_POST["name"];?>.</p> if the user puts in their name as "small green giraffe"then, when the user presses submit, it takes them to the next page where it says"Thanks you small green giraffe"if you want it in a form, you can put in a predefined value in the text area, however, i dont know if it will accept php code in an attribute.
  18. real_illusions

    www...?

    hi therewelcome to the forumhttp://www.w3schools.com/web/web_www.asp is a useful page for you.take a look around on the tutorials on the site, and if you have any questions about it, then come ask us.
  19. according to the events in the next 5 days on the forum, new year is yet to happen..or has happened every day since 1st january.therefore we're living in 2028 today, tomorow will be 2029, if we carry on, christmas wont happen till 2364 (from the 22nd of this month)!!!!!
  20. hii'm currently trying to develop a mobile phone/device version of our website.however, theres a bit of a problem.the main index page is index.phpfor the mobile phone, its index.wmltrying to access the page (www.examplesite.com) from a phone, it doesn't read or find the wml file, it tries to read the php index page, which obviously doesn't work. i know this from the site logs. i then changed the index.wml to home.wml, but that didn't work. however, if you put the index.wml in the web address, like www.examplesite.com/index.wml it works.why does it do this? and how do you get the mobile phones to read the wml file without having to put that file onto the end of the web address??
  21. to send emails via a website safely, it requires server side stuff..theres loads of free scripts out there to use, even if you dont know php or asp or anything.i use this one, its very simple to set up and worked first time out.http://formtoemail.com/
  22. that'll be a guestbook then :)you can set it up yourself using a server side language such as php.or you can find a free guestbook on the internet that either offers you a free download and can install it on your site, or, they can host it for you.
  23. hi there.how can you track how many times a file has been downloaded?i have looked around, and most scripts appear to use a mysql database.i have no idea how to create a database from scratch, so is there another easier way?a server side script would be useful i think, rather than browser side like javascript. and my pages use the php include command so i'm guessing its going to have to be php.one way i did think was to, when you press on the link, it goes to another page which has a redirect to the file. and the redirect page also has a script built in that reads a txt file on the server and adds 1 to the number on there.is there any problems with that or any easier way with less chances of problems and errors?
  24. you can link to any files in any folder anywhere on the server.heres an example - folder - public_htmlsub folders - images, folder1.in folder1, you have a web page, and you want to put an image from the image folder.you need to do this - <img src="../images/file.jpg">if you need to go back a folder, you put in "../" for each folder you go back. to go forward, you name the folders.such as <img src="images/small/file2.jpg">where the sub folder "small" is in the subfolder "images" and the page your putting it on is in the public_html folder.hope that helps (and works )
  25. thats my always exact typing for you i meant page..not oage:)
×
×
  • Create New...