-
PHP Refresher
Lol fixed it. Thanks guys
-
PHP Refresher
Ive no idea how to disable caching. I just go to the handle_form.php through the localhost
-
PHP Refresher
<input type="text" name="email"> You mean
-
PHP Refresher
Hi jacob. Thanks for replying. Ive done what you suggested even before but still get the error?
-
PHP Refresher
Hiya one & all. Ive been away from php etc for a while due to looking after an ill family member. I never got time to really delve into what i really love (ie coding) as didnt have the time. Hope to do so from now on. Briefly i typed the following & returned the next following. Can u plz advise why? I am looking to learn. Thankyou <!Doctype html> <html> <head> <title>Form Feedback</title> </head> <body> <?php # Script 2.2 - handle_form.php // Create a shorthand for the form data. $name = $_REQUEST['name']; $email = $_REQUEST['email']; $comments = $_REQUEST['comments']; // Not used: $_REQUEST['age'], // $_REQUEST['gender'], and // $_REQUEST['submit']. // Print the submitted information. echo "<p>Thank you, <b>$name</b>, for the following comments:<br> <tt>$comments</tt></p> <p>I Will reply to you at <i>$email</i></p>\n"; ?> </body> </html> ******************************************************************* Notice: Undefined index: name in C:\xampp\htdocs\handle_form.php on line 10 Notice: Undefined index: email in C:\xampp\htdocs\handle_form.php on line 11 Notice: Undefined index: comments in C:\xampp\htdocs\handle_form.php on line 12 Thank you, , for the following comments: I Will reply to you at
-
width & height issue on rwd
Thought it might have to do with collapsed containers. Thanks ill take a look. Meanwhile thanks for looking & id appreciate any advice. Thanks again
-
width & height issue on rwd
Cheers jack but does the viewport adapt badly in any way when you click toggle button? & what do you mean plz ive closed body tag too early? Thanks
-
width & height issue on rwd
Hello wdf. Im working on my site iammickwhite.co.uk & when i click on the toggle button in the right hand side nav, it adjusts badly on the layout. Please help me to see why? Im using samsung s4 mini to view it btw. Thanks
-
Toggle Menu Issues
solved. dont know how you mark this thread as solved sorry. basically: nav-toggle { -moz-user-select: none; width: 70px; height: 55px; float: right; text-indent: -9999px; overflow: hidden; display: block; background: url('../images/hamburger.gif') no-repeat scroll 50% 33% #F43C12; } dl the image to your directory.
-
Toggle Menu Issues
Hi wdf. 1st plz excuse me if this issue is so basic you are laughing while giving me the answer, oe worse Staring me in the face. (& btw i know lots of code needs cleaning up - ill get to that. & also let me say. I dont web design as much as i would like. Got the (rusty) skills. But they dont pay my bills). Anyway. Basically when you resize the screen there should be one of those ladder toggle thingies. There aint, theres just some text saying menu. Please help me to get those ladder thingies back? Thats it really. Sorry for being too basic. Thanks index.html responsive-nav.css style.css
-
CSS Images
Oh ok thanks. Did think might be bg property. But wasnt sure. Thanks again.
-
CSS Images
Can you insert an img instead of text in nav menu using only css? If so. How plz.
- Still Show Twitter feed with Protection?
- Still Show Twitter feed with Protection?
-
Pixilated Background Image
Yh thanks. All options possible. Im wondering if its got anything to do with the adapative images file i use! Will look into.