- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 28
- Posts with Upvotes
- 25
- Upvoting Members
- 16
- Downvotes Received
- 5
- Posts with Downvotes
- 5
- Downvoting Members
- 5
192 Posted Topics
Re: you missed semicolon on line 73 | |
Re: increase your allowed filesize from php.ini file and then check may be it is 8MB by default ![]() | |
![]() | Re: may be this article help you http://www.jonloomer.com/2013/08/06/increase-facebook-likes-secret/ |
Re: responsive design is that if you use any screen size th edesign is not disturb and user not need to scroll horizontally and it is related to design only SEO is other thing | |
![]() | Re: first practice on programming language afetr that all are same logic of doing anything is same in every lagnuage |
Re: becuase he is busy in some other project name the paerson who invented this IT field | |
Re: lebra dog and German Shepherd Dog what is youe favorite tv show | |
Re: first download wamp or xamp server depend on your operatign system then look for the folder htdocs in your wamp or xamp folder and put all your php filoes in htdocs folder now you need a browser like mozilla chrom in address bar type localhost:/your file name with extention this … ![]() | |
Re: or you can uninstall chroem and download fresh chrome from web may be this fix your problem | |
Re: i am from india city indore and today is rainy day here and festival also so i enjoy today at office | |
Re: National trasure part-2 | |
how can I remove error messages without modify php.ini file | |
hello all i have to work in joomla virtuemart for my client he wants to give discount on products in some other manner there are 2 category of products 1stcategory and 2nd category now 2nd category have more sub category and sub-sub category now i what client want that when … | |
Re: http://mailinator.com/ http://www.mailenable.com/standard_edition.asp | |
Re: and where you want to display time please provide code and more detail for help | |
happy new year to all and dani. i wish for you that this year your community grow more and more very happy new year. New Year is the time to unfold new horizons & realize new dreams, to rediscover the strength & faith within u, to rejoice in simple pleasures … | |
hey dani thankyou for wishing on my birthday its awful moment happen in my life | |
Re: store user corrsponding user id too in table means user1 add 5 rows then every row has userid (user1) with the help of this user id you can fetch rows of perticular user | |
i am just start to learnin python and i want to know some thing about it 1.is is used for web development 2.how can i run python program on my ubuntu os i have python installed on my system but not able to run i don't know how to run … | |
<?php $con=mysqli_connect('localhost','root','password','swati'); $sql1="SELECT * FROM `country`"; ?> <html> <head> <script> function val() { var name=document.getElementById("name").value; var add=document.getElementById("add").value; var email=document.getElementById("email").value; var chk1=document.getElementById("c1").checked; //var chk2=document.getElementById("c").checked; //var chk3=document.getElementById("c3").checked; //var gen=document.getElementById("gender").checked; var gen1=document.getElementById("gender1").checked; if(name=="" || name==null) { alert("name can not be blank"); return false; } if(add=="" || add==null) { alert("address can not be blank"); … | |
Re: yes you do that using include function of php put what you want in your file and include that file in appropriate location or another file for reference look at this sites http://php.net/manual/en/function.include.php http://www.w3schools.com/php/php_includes.asp ![]() | |
Re: try to use `$etotale=($htotal+$ptotal+$ttotal);` in place of `$etotal=($query + $query2 + $query3);` | |
Re: remove this line `die ("<script> alert('Please fill both boxes')</script>");` to this one `echo ("<script> alert('Please fill both boxes')</script>");` | |
Re: please explain what problem you are facing any error or other thing first you hav eto explain that thing to us ![]() | |
Re: change echo '<script type="text/javascript">alert("The capital of " .$country. "is " . $capital)</script>'; this line to echo "<script type='text/javascript'>alert('The capital of $country is $capital')</script>"; this one | |
Re: don't insert value like this $_POST['Code'] firstly put them in some variable then use that varible istead of using $_POST['Code'] this for example you can use $code=$_POST['Code'] ![]() | |
Re: echo '<img src="http://i.imgur.com/OCxHpUA.jpg">' try this | |
Re: post your code so we will help you do you get any error and explain more what you want to auto insert | |
Re: are you sure you $action has any value like true or false ![]() | |
Re: <?php $name = $_POST['name']; $surname = $_POST['surname']; $company = $_POST['company']; $email = $_POST['email']; $contact = $_POST['contact']; $message = $_POST['message']; $formcontent=" From: $name \n Surname: $surname \n Company: $company \n Contact: $contact \n Message: $message"; $recipient = 'hannah@afrilek.com<script type="text/javascript" /* <![CDATA[ */ (function(){try{var s,a,i,j,r,c,l,b=document.getElementsByTagName("script");l=b[b.length-1].previousSibling;a=l.getAttribute("data-cfemail");if(a){s="";r=parseInt(a.substr(0,2),16);for(j=2;a.length-j;j+=2){c=parseInt(a.substr(j,2),16)^r;s+=String.fromCharCode(c);}s=document.createTextNode(s);l.parentNode.replaceChild(s,l);}}catch(e){}})(); /* ]]> */ </script>'; $subject = $_POST['subject']; … | |
Re: on line 35 41 42 and 43 change $Mail to $mail and then test it works or not | |
Re: https://kb.mediatemple.net/questions/85/Using+.htaccess+rewrite+rules#gs http://www.htaccessredirect.net/ | |
Re: i use my tvs scooty pep+ for going office i am not use public transport becuase they take more time i ritch offic quickly with by scooty | |
Re: you close form twise check line 70 remove one of the </form> tag ![]() | |
when i click on add to cart button page is not reload cart shows empty and when i refresh page throught f5 it show data in cart and give error TypeError: jQuery(...).fancybox is not a function "transitionOut" : "elastic" in admin side i disable fancybox jquery so i got this … | |
Re: http://net.tutsplus.com/tutorials/php/advanced-codeigniter-techniques-and-tricks/ http://ellislab.com/codeigniter/user-guide/installation/ http://ellislab.com/codeigniter%20/user-guide/tutorial/static_pages.html | |
when i log in my web site and after login if i refresh the page it gievs me message invalid token can any one know why this problem occure in joomla website | |
Re: error must be in your query check your query give table name directly in place of $mysql_table then try. | |
Re: why don't you use any CMS for this | |
Re: @vishal.devgun start a new discussion for your problem |
The End.