399 reputation
27
bio website
location
age
visits member for 1 year, 4 months
seen Mar 5 at 8:48
stats profile views 20

PHP, HTML, CSS, JavaScript, Smarty. How to code!


Jan
18
awarded  Yearling
Sep
25
answered php rename the uploaded file with extension
Jul
14
answered subsilver2: Get rid of domain name in Header
Jun
16
awarded  Caucus
Jun
5
comment Trying to position text specifically with CSS, and allow it to move with the page
you better increase you acceptance rate, and find here jsfiddle.net/uMPhC what you looking for.
May
24
comment How to include an html file within html
if include is the case for, you want to show your footer.htm in index.htm, iframe will do this work for you, place <iframe src="footer.htm" > </iframe> in index.htm
May
24
comment PHP mail() not working (another one)
no need to change anything, your mail function is working fine for me as i tested it on my websever, but for local as paul said you need a mail server.
May
14
awarded  Enthusiast
May
1
comment HTML mail headers
i just used headers edit by you and they working fine for me, why don't you show us full mail.php code, may be some other issue causing problem.
Apr
25
answered Can't get php mail() to work
Apr
25
comment Can't get php mail() to work
@Xavio you better say to putting my answer in answer filed so that you give some reputation, you already have 47% accept rate :(
Apr
25
comment Can't get php mail() to work
if you getting "true" its mean your mail function is working only issue with receiving right, Check there are no email filters at your end, and found this link useful: formtoemail.com/support/not_receiving_email.php
Apr
25
comment Can't get php mail() to work
ok which email address are you sending mail? if its gmail try find you mail in spam. if not so then try some other mailing servers yahoo and hotmail for testing purpose
Apr
25
comment Aligning an img left in a div tag?
may be i misinterpret your question, but i think you want your logo on most left side of the browser is it so then you need to set left margin with -ve value, like that:jsfiddle.net/BvCGh
Apr
25
comment Can't get php mail() to work
of-course php mail() function needs to be on sever if you want it to work. on localhost you always get fail! further there are setting for sending mail while on localhost but i think right now your are looking your code gonna work!
Apr
25
comment Can't get php mail() to work
i just tried your code and its working fine on my side, are you using this snippet on localhost?
Apr
17
comment How to not display this blue frame around my image?
@JannisM i think you didn't noticed HTML from Question, img is wrapped around anchor tag that's why he used anchor.
Apr
11
revised put all elements of html page into the center of page
added 53 characters in body
Apr
11
answered put all elements of html page into the center of page
Apr
11
answered Sub-menu exceeds the available height of a page, possible solutions?