Jump to content
xisto Community

ygadiya2000

Members
  • Content Count

    8
  • Joined

  • Last visited

About ygadiya2000

  • Rank
    Newbie
  • Birthday 05/19/1983

Profile Information

  • Gender
    Male
  • Location
    Pune
  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 was having same problem Firefox does not update the flash player automaticallyYou need to download flash update and then install it on your System(PC).It ask you to shutdown Firefox before installing it.You can check this on adobe website.Hope this solves your problem------------------Yogesh Gadiya
  4. Thanks yordan I was not able to post the topic and it was giving error. Finally it was posted but I gave it proper category but was dropped may be in wrong category. Thanks once again but I will be more thank full if I get proper answer to my question. Regards ------------- Yogesh Gadiya
  5. 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 Regards------------Yogesh GAdiya
  6. Hello Friends ,I am a PHP Programer I don't have much knoledge of flash.Can any on help me to create and .swf file with script that can create a text file in same folder.I have some programe that use PHP files and upload given file.But I want only swf file that can do this.Thanks in advance.Yogesh
  7. 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.