1,350 Posted Topics
how do i show inputted data in an email... I can't see what people inputted... And another question is how do I show the data all styled? here is the code responsible for styling and what I want to see... but i don't get this... instead I get something else... … | |
I have a csv file and I am not sure how to set dates on it... For example, if somebody submits a form and its information shows up in the csv but has a date that shows when it was submitted... Can someone help me with this? ![]() | |
I created an and I can not style it.. The problem I have is that the form I wiant to show in the email shows up right on top of form and it won't reveal in email with the inputs displaying? Can someone give me some sources/assistance/snippets/etc. for this? | |
Re: it looks nice, but i am not sure how it functions because its just of what I see off the image.. | |
Re: You should know how to use PHP and MySQL (ofcourse you should know HTML, jQuery, CSS, etc.) for your version 1 of your site, then you can expand using other languages, but those 2 languages are a big plus in developing a functional website. | |
Re: This website, google, and actually to be honest with you just take each one of those topics and put them on the search on the site or the search on Google, 95% of time you get the answer you understand and are looking for! | |
Re: Make sure the site fits... make sure the effects work on your site.... like sliders, menus, etc. You should read a book about this stuff :) | |
I have a form and a csv file. The inputs go into the csv quite well but for some odd reason, they display in one row... why is that? I want multiple rows per submission... PHP: <?php $fn = $_POST['fn']; $name = $_POST['name']; $email = $_POST['email']; $phone = $_POST['phone']; $comments … ![]() | |
Re: Well one thing I can obviously tell you is that it is supposed to make like easier... | |
I wrote a php contact form but I can't figure out how to redirect a user to a different page... Here is my code: <?php if($_POST){ $name = $_POST['name']; //gets the entered name $email = $_POST['email']; //gets the entered email address $subject = $_POST['subject']; //gets the subject $message = $_POST['message']; … | |
How do i store valid form inputs in a csv file? I am not sure how to start, but I know that php and mysql is involved. | |
Can someone guide me through an easy way of shrinking the size reCAPTCHA form, I can't find much great results on google (even found a result saying its not the best idea)... I will send you the link to my page if you need to see what I mean. | |
I have a reCAPTCHA form and for some odd reason, the input field is probably 2px in height... I think something in php messed that up... can someone help me with possible solutions... I will post my php if needed and send you the link to the page for better … | |
Re: You can always build a site like that, but the concern is that can you make a site like that operate... (So yeah it is possible) | |
I have an error message that is supposed to show if you forget to finish filling out the captcha form, but unfortunatly it shows on the very top of my site right when you enter the page... I don't want it to do that... I want the error messages to … | |
Re: Your probably overwriting the code with something else, so go over it again. | |
Re: There should be a new study stating that the internet makes most users dumber... | |
Re: Well, it was stored in your google account, so since you unlinked it... google abandoned the data with it.... Why would you unlink in the first place... for crying out loud, doesn't google own youtube? I think its possible to relink and recover... but i would depend on that.. | |
Re: Kayak, Orbitz, Hotels, Expedia, Google, Yelp (i think it'll work), Travelocity, Priceline i think works... those are some big ones... | |
I am using reCaptcha and for some odd reason, I keep getting this error: **is_valid) { echo "You got it!"; } else { # set the error code so that we can display it $error = $resp->error; } } echo recaptcha_get_html($publickey, $error); ?>** Can someone explain to me what is … | |
Re: I really don't know any movie like that other than social network... | |
![]() | |
Re: autodesk is probably the most well known for their great architecture software: Here is a link to one of their products: http://usa.autodesk.com/autocad/ | |
I don't think this post should be posted here, but it's a contact form with php :)... Anyways, I have a question about styling the email notifications you get after submitting a form.... I can't style it based off of my code... Can someone help me...? This is my code... … | |
Re: Freshlife theme looks a lot more nicer... but I think you should get neither one... your not going to have much control over it... You want to be able to write your own theme because you won't understand someone else's code... The way they write something will be different than … | |
I wrote an accordion menu, and for some odd reason, the arrow that shows you which link you hovered over won't show on the browser. Unfortunately I can't post my code properly because there is a lot and it could be overwritten by something else.... I will send you guys … | |
I have a slider and for some odd reason after all the images slide across (they slide perfectly at first) they begin to show a little bit of the previous image (this is the second rotation)... So how do I get it to stop doing that? Can someone help me … | |
Re: JorgeM and pawan768 is right, clear your cache, history, traces of cookies... there should be a button for each one :) Wonder what your trying to hide in that computer ;) | |
I have a slider, and for some odd reason, at the very end it goes blank for a while then resets... I think its being overwritten by my css... Can someone look at my site... I will send you the link through a private message (I don't want to show … | |
Re: I'll be honest, my parents went to great universities but they told me that universities are overrated... you get nothing out of it if you do nothing... The only way you make it count is if you make connections... that's really what they are for now.... So go to a … | |
I have a logo on my page that won't become a link... Can someone help me... I don't want to post the link to my page but I will send you the link... Thanks | |
![]() | Re: Well, go to a local apple store and talk to them or get apple care :) |
Re: I'm thinking about buying a keyboard for my iPad... is this the most preferred? | |
Re: You can't really blame a full company for a problem... you'd blame whomever was on the other end (the one that didn't follow the rules and unlocked the iPod)... Samething happened to my friend when he lost his macbook pro (the new one)... | |
I applied a shadow effect, but there is this 3d effect that shows up on the top of the site: I applied this css: position:absolute; z-index:-1; -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8); -moz-box-shadow:0 0 20px rgba(0,0,0,0.8); box-shadow:0 0 20px rgba(0,0,0,0.8); top:10px; bottom:10px; left:0; right:0; -moz-border-radius:100px / 10px; border-radius:100px / 10px; | |
![]() | |
Re: Well, a lot of developers will charge you hourly and for the final result so its gonna be roughly 1k... not much... | |
I have 2 different links, I want one to be blue (as an example) and the other to be red... but for some odd reason I can't see what's causing all of the links to be the same colors.... can someone help? Thanks in advance! | |
I wrote a slider that fades... but how do i get it to display randomly... but still fades :) Thanks Will post my code if needed!!! | |
| |
Re: With 32 years experience... i think you could be one of the best (aside from a few like Dani, JorgeM, and a few others):) | |
Re: I'm not sure why you'd get threatened by your boss to build a chess game but I think lola's source should help... | |
I have a script that shows a vertical accordion.... question is how do i get it so that if someone clicks one of the tabs, the other tab that's open closes and only reveals the one you clicked on? Here is my code: <!DOCTYPE HTML> <html> <head> <meta http-equiv="Content-Type" content="text/html; … | |
On a page i created... the font is blue... I'm not sure why... can someone tell me why... i'll send you the link if needed:) | |
I created a page, it scrolls... but on the laptops (i was using the macbook pro) it scrolls, but it won't show the bottom portion of the page... any solutions? | |
I was creating a page and I began to realize that I can't see the bottom of the site because I can't scroll down... Can someone help me with that issue... I will send you the link to the site... | |
When I preview my site in the iPad (safari) parts of the pages are cut off, not stretching fully across the page... the header and the body are cut off... can someone tell my this is happening... i'll send you my site's link through a pm :) Thanks |
The End.