1,350 Posted Topics
Re: You should ask the hospital about the entities... plus, doctor should go before nurses... Here is a bunny... (\/) ( ' ' ) c('')('') | |
Hi guys! I was using Dreamweaver and I have always wondered what the big differences were in the different docTypes... can't you use the HTML5 features on XHTML 1.0 Strict? Sorry if this question is ridiculous... but I am curious to know the answer! | |
Re: Don't worry... everyone makes mistakes no matter how experienced you are... :) | |
Hi, I am trying to create an input that collects address inputs (home address) and I have no idea how to start nor how to create an input like that. I tried Google, got nothing from it. If anyone can help, that would be great :) | |
Re: HAPPY BIRTHDAY DANI!... How does it feel to be around for 3 Decades? Quite a milestone in life don't you say? Enjoy your b-day! Quick question.... is a GWAM the same as WPM? | |
![]() | Re: Anything that is the opposite of my mood :) |
Re: I should try it out... I'm not much of a Windows sort of user, but I may give this a try. | |
So, I installed the recaptcha into my site... and I don't know why it doesn't verify... You can submit the form with out worrying about the code you have to type in so that recaptcha verifies the form. So... I have a form that shows recaptcha, but it doesn't verify... … | |
I noticed a few sites that offer services such as cheaper products and likes on your page... So for the cheaper products site like quibids.com, how do they even get those products or are they fake? And how do those sites that offer 10000 likes for $25 work, how do … | |
Re: How about we solve this discussion... lets give Microsoft a dial :) | |
Re: Well... before I ask... what is your experience in web designing? For starters... you should know html5/css3 (obviously) plus you should know some jQuery, PHP, and some MySQL for some of the backend material (except you use jQuery to do some of the things like making sliders, menus, etc.).... That … | |
I have a table that uses some php to populate it, and I am having trouble adjust each individual column width (based on their headers)... Can someone tell me how to do that? (i.e) Name column is 30px width, last name column is 50px width, comments is 100px width <style> … | |
Re: It could just be your computer, so try restarting your computer or clear the cache... | |
I have always been curious on how to do this... how do you make pictures un-draggable from your page? (i.e) Somebody goes on my page and just drags my logos off my page. So what do I do to in order to make an image "un-stealable". | |
Re: I normally get emotional and go berserk if i can't stand watching a terrible movie.... but I'm going to be honest... I can't think of one that I was emotional (tears) towards... | |
I don't know if it is just me but does the footer look different by any chance? I like it but... I wonder if you guys have noticed... or it could just be me.... | |
Re: Well... i just started high school so we got some similarity here... but anyways... I think both are good but I have a feeling that Halo 4 could be better... I don't play video games unfortuanetly but from what I see... Halo could be better... (I think ACIII, Watchdogs, Hitman … | |
![]() | Re: Obama will win by my opinion... i personally hate getting involved politics and I believe that both candidates are just full of themselves... Obama didn't achieve very much yet he won in 2008 because McCain is stupid and Romney isn't clever himself... all his numbers that he uses in debates … |
I have a table that collects data from web inputs and stores them on an html page... the question how do i style this table... I am not sure how to give it borders, style columns (column 1 is red, 2 is blue, 3 is red, so on), or color … ![]() | |
Re: Popularity, referals, service, your own site that features many things... and so on... | |
Re: Be more clear... are you trying to figure out how to format your site so it'd look nice or am I wrong? | |
Re: I know there are many online tutorials that you can search for on google... i think i found one on one of the envato sites and another site that I forgot... | |
How do I display whatever that gets submitted in a CSV File on an HTML Web Page by pulling it with php... I am kind of lost....? ![]() | |
How do I generate numbers in php that display (for example) Lead Number... To picture this... It'look like this (phone numbers are random): Lead # Name Phone 1 Bob 911 2 Jack 119 3 Joey 191 4 Ashley 9110 5 Michael 0119 So how do I create that column on … | |
Re: I am sorry if i am misreading this (I am kind of sore and tired at the moment) but are you trying to use php to collect data from your html and have it sent to a csv or an email? ![]() | |
how do i make the first form entry that gets sent to the csv go under column heading...? (i.e.) I have headers that say Name, Age, weight... and the user submits a form with the following saying Bob, 72, 291... then the data gets sent to the csv... I want … ![]() | |
Re: I am sure that the NY people will be fine, I mean its only a level 1 right... or is it called categories... whatever it is, the NY people aren't going to suffer very much (unless they stress over poweroutages and lots of water or maybe if they don't have … ![]() | |
Hi, I wrote a php form and when I look at the confirmation email.... 2 things happen. 1. My logo dipslays as a link... I want it to be an image... 2. All the html tags display with the content that is meant to show... I don't want to see … ![]() | |
I am trying to add a feature into my webform that allows users to recieve text messages that confirm their web form submission... and I am kind of lost in doing so... Can someone guide me... I wasn't sucessful with google for the heads up.... ![]() | |
![]() | Re: not sure what your asking, (could just be me being tired...:( ) but can't you just remove blueberry cheesecake from the array? $cheesecake = array("Apple Cheesecake", "Blueberry Cheesecake", "Strawberry Cheesecake", "Mango Cheesecake", "Raspberry Cheesecake"); I mean that would definetly get rid of blueberry cheesecake if you delete... so it will … |
How do I turn an image (lets say a logo) into a character... I don't want images filtered out because of the email providers (Gmail, Yahoo, etc.).... So I want them to always show up... | |
I wrote a php email that sends me an email whenever a web form has been submitted. Good thing is that I recieve the email, but bad thing is that I get multiple emails (3x)... one is a duplicate of the table I receieve and another just shows the HTML … | |
I am building a form, and I can't collect whatever gets submitted into my email Here is my php <!DOCTYPE HTML> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Untitled Document</title> </head> <body> <?php $fn = $_POST['fn']; $name = $_POST['name']; $lastname = $_POST['lastname']; $email = $_POST['email']; $phone = $_POST['phone']; $comments = $_POST['comments']; … ![]() | |
Re: You are creating a virus in that case? | |
I have a form, and I don't know why I can't receive a single email, I used to but now I can't... <!DOCTYPE HTML> <?php require_once('recaptchalib.php'); $privatekey = "MY-PRIVATE-KEY"; $resp = recaptcha_check_answer ($privatekey, $_SERVER["REMOTE_ADDR"], $_POST["recaptcha_challenge_field"], $_POST["recaptcha_response_field"]); ?> <?php $fn = $_POST['fn']; $name = $_POST['name']; $lastname = $_POST['lastname']; $email = $_POST['email']; … | |
What are all the posting ranks, because I just noticed that (because I was blind)... So what's all the scales for them? If you don't know what I mean, I am talking about that rank you get that displays right under your avatar... | |
Re: Quick question, how do you add a favorite or is it automatically done based on your activity on where you post? My feedback is that the page looks nice and useful!... I now know where I am going to be finding more resources :) Well done! | |
Re: Well in general, if someone hacks you... you must report them to the police, espicially if they toy around with your money and important data in your computers/devices. |
The End.