Jump to content

P5system

Members
  • Posts

    33
  • Joined

  • Last visited

Everything posted by P5system

  1. Print the query and run it in phpmyadmin interface. U will come to know i guess some syntax issue is there
  2. I have gone through the code. It is returning the values you need to display the value with return type variable name
  3. Use ajax to fullfill the requirement. onclick with page name will not fullfill your requirement. Create an ajax function and call hit.php in that function and do the calculations overthere
  4. Pass php variable in qoutes '<?php echo $var?>'
  5. You are checking the user type from database for logged in users? <?php if($userType="Free"){ ?> <?php include("header1.php");?> <?php } elseif($userType="Print") { ?> <?php include("header2.php");?> <?php } else { ?> <?php include("header3.php");?> <?php } ?>
  6. Take the results in an array. An use array pagination it will work
  7. You can write all the ajax function separately and call all of them in one function. It should work
  8. On Ajax Page call only buttons the head and body are coming two times. we wont need it. You can directly call javascript and <script type="text/javascript" src="http://w.sharethis.com/button/buttons.js"></script> <script type="text/javascript">stLight.options({publisher: "168fe05d-a490-44f1-91b8-e1f5c9cb131d", shorten:false});</script> <span class='st_facebook_hcount' displayText='Facebook' st_url="#" st_title="It's all about Something" st_image="#"></span>
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.