Jump to content
xisto Community

ygadiya2000

Members
  • Content Count

    8
  • Joined

  • Last visited

Posts posted by ygadiya2000


  1. If initially you want to add google ads Sense and you don't have idea how to add it.
    You can always add a code sample code is as follows

    <script type="text/javascript"><!--google_ad_client = "pub-1539795240935443";// 728x90, created 5/15/09 google_ad_slot = "2854208696";google_ad_width = 728;google_ad_height = 90;//--></script><script type="text/javascript"src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>


    You can see images .
    Simple way is just copy past this code in your file say html, aspx and you can see image ads

  2. I want to add google ads on my website which will make my site full of information.What I have to do is just copy past thst code in postion on page where it can be dispalyed.The code is as under<script type="text/javascript"><!--google_ad_client = "pub-1539795240935443";/* 728x90, created 5/15/09 */google_ad_slot = "2854208696";google_ad_width = 728;google_ad_height = 90;//--></script><script type="text/javascript"src="http://pagead2.googlesyndication.com/pagead/show_ads.js;


  3. I am a new member here, but I am using PHP from long time .I have used SendMail on windows system.Also have knoledge to work on linux systemSolution: First you have to download Sendmail utility. Make changes in php.ini and sendmail.ini files. PHP.ini 1. set path of sendmail.exe file. example: sendmail_path = "C:\wamp\sendmail\sendmail.exe -t" 2. disable smtp by puting ";" in front of SMTP= example : ;SMTP = localhost sendmail.ini 1. Make setings of smtp port example : smtp_port=25 2. set smtp server name example: mail.domain.com 3. Set pop3 server name example : pop3_server=mail.domain.com 4. Set POP3 user name example : pop3_username=username@domain.com 5. Set Password example : pop3_password=****** Now restart apache server. and all is set.Hope this helps you and every thing works fineHere is attachment for post-7593-1170926246_thumb.jpgRegards------------Yogesh GAdiya


  4. If yor are using Windows OS then you can use WAMP,XAMPP which comes in package of PHP,Mysql and Apache server.There may be one problem while installing this package i.e there may IIS installed on your system using port 80 which will give problem.As apache by default will be installed on port 80.So easy way is to uninstall IIS or else change the port.PHP can also be used with IIS as a server.You need to install PHP and Mysql seprately and use IIS.Hope this information helps.Yogesh Gadiyayogeshgadiya@gmail.com

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | 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.