Forum: ASP.NET May 15th, 2009 |
| Replies: 3 Views: 680 Always welcome friend...You can contact me at [email removed] for any help ...
Please post a comment for the post if u really like it and if you have time to do..
Thnx in advance |
Forum: PHP May 15th, 2009 |
| Replies: 12 Views: 1,085 try this code
<!–p
$subject = “Test mail”;
$message = “Hello! This is a simple email message.”;
$from = “someonelse@example.com”;
$headers = “From: $from”;
mail($to,$subject,$message,$headers);... |
Forum: PHP May 15th, 2009 |
| Replies: 11 Views: 18,139 Hi friend...I have been into this SMS gate way stuff ..I used many sms gateways like OZEKI ,Mcore etc. ...But the problem is all of them are paid softwares and so it does have limitations.So i tried... |
Forum: VB.NET May 15th, 2009 |
| Replies: 2 Views: 1,325 Hi friend...I have been into this SMS gate way stuff ..I used many sms gateways like OZEKI ,Mcore etc. ...But the problem is all of them are paid softwares and so it does have limitations.So i tried... |
Forum: PHP May 15th, 2009 |
| Replies: 11 Views: 27,014 Hi friend...I have been into this SMS gate way stuff ..I used many sms gateways like OZEKI ,Mcore etc. ...But the problem is all of them are paid softwares and so it does have limitations.So i tried... |
Forum: ASP.NET May 15th, 2009 |
| Replies: 4 Views: 11,008 Hi friend...I have been into this SMS gate way stuff ..I used many sms gateways like OZEKI ,Mcore etc. ...But the problem is all of them are paid softwares and so it does have limitations.So i tried... |
Forum: ASP.NET May 15th, 2009 |
| Replies: 2 Views: 3,237 Yeah if u are using C#.net then you can check whether the checkbox is checked or not by the below line of code
CheckBoxList ch=New CheckBoxList()
ch=... |
Forum: ASP.NET May 15th, 2009 |
| Replies: 4 Views: 1,542 <asp:buttonfield buttontype="Button" commandname="edit" text="Edit"/>
See this line...The command name of the button field is given as 'edit' which is reserved for performing edit option ..so... |
Forum: ASP.NET May 15th, 2009 |
| Replies: 4 Views: 1,542 The command name of the button field might be 'edit' .. just check out |
Forum: ASP.NET May 15th, 2009 |
| Replies: 3 Views: 369 |
Forum: ASP.NET May 15th, 2009 |
| Replies: 3 Views: 680 Hi friend...I have been into this SMS gate way stuff ..I used many sms gateways like OZEKI ,Mcore etc. ...But the problem is all of them are paid softwares and so it does have limitations.So i tried... |
Forum: ASP.NET May 15th, 2009 |
| Replies: 5 Views: 1,004 It returns the physical path of the file or directory from the virtual path. As we setup a site in a remote server we don't have access to the server root path of our site in case of shared hosting.... |
Forum: ASP.NET May 15th, 2009 |
| Replies: 5 Views: 1,004 The MapPath method maps the specified relative or virtual path to the corresponding physical directory on the server. |
Forum: Search Engine Optimization May 5th, 2009 |
| Replies: 20 Views: 7,243 Make maximum number of quality back links with anchor text .
The back links should be from websites with good page rank.If you dont know what is page rank and what is back link,a very useful online... |
Forum: Search Engine Optimization May 5th, 2009 |
| Replies: 21 Views: 1,861 its so fast because internet is very dynamic and thousands of new sites are born every day....And google s strictly concerned about the contents in a website.if a website is not up to the level... |
Forum: Search Engine Optimization May 5th, 2009 |
| Replies: 9 Views: 1,113 i have a doubt...i am trying to build quality back links to my website....But i would like to know whether there is any difference between
1.Increasing the number of back links but from very few... |
Forum: Search Engine Optimization May 5th, 2009 |
| Replies: 76 Views: 24,948 yeah..i am getting lot of quality back links from this website. |
Forum: PHP Apr 30th, 2009 |
| Replies: 6 Views: 1,476 its becoz an email server is nt configured on your local machine...It wil work fine when u upload the file to the server.... |
Forum: PHP Apr 28th, 2009 |
| Replies: 5 Views: 529 thanks a lot for the reply .. i am searching for a better option to do this ..trying to rewrite the code too....i will post the tutorials if i get a better option |
Forum: PHP Apr 28th, 2009 |
| Replies: 5 Views: 529 here is the code for the page.php .... its in called in an iframe from index.php
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"... |
Forum: Viruses, Spyware and other Nasties Apr 28th, 2009 |
| Replies: 6 Views: 670 PLs double check whether your wireless is on .....check device manager to find whether the device driver is installed |
Forum: PHP Apr 28th, 2009 |
| Replies: 5 Views: 529 HI,
I am developing a new website..The design is sowhat over .My problem is its taking too much time to load.I need a very simple interface but i ended up in this bottle neck .I used jquery to add... |
Forum: PHP Apr 27th, 2009 |
| Replies: 5 Views: 674 Warning: mail() [function.mail]: Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() in C:\wamp\www\phptest\listing9.11.php... |
Forum: ASP.NET Apr 27th, 2009 |
| Replies: 6 Views: 414 If IIS is installed properly,to run an application or a website in it,you need to configure the application in IIS.go to control panel>Administrative tools>IIS > ..see the left panel.....Take... |
Forum: PHP Apr 24th, 2009 |
| Replies: 2 Views: 290 why dont u register subdomains...u can do it with out any costs most probably |
Forum: PHP Apr 24th, 2009 |
| Replies: 2 Views: 628 Thanks .. i got the working code .I am posting it here
<?php
function getUrlData($url)
{
$result = false;
$contents = getUrlContents($url);
if (isset($contents) &&... |
Forum: PHP Apr 23rd, 2009 |
| Replies: 2 Views: 628 I am trying to make an online meta tag analyzer using php..The system should take a url as input ,analyze the url and print out all the meta tags used in the website....can i have the support some... |
Forum: PHP Apr 23rd, 2009 |
| Replies: 2 Views: 338 yes..Make a string first with all the values u have using the looping structure in php ..And then send that string |
Forum: C++ Apr 23rd, 2009 |
| Replies: 5 Views: 359 ofstream filestr;
filestr.open("path\test.ext", ios::app ); |
Forum: Computer Science Apr 22nd, 2009 |
| Replies: 4 Views: 502 You can find the list of academic projects here http://www.shefeekj.com/category/academic-projects |
Forum: PHP Apr 22nd, 2009 |
| Replies: 6 Views: 564 Make sure that ur web server support this library |
Forum: PHP Apr 22nd, 2009 |
| Replies: 5 Views: 403 Make the uplaod folder writable..Change its security level to chmod 777 |
Forum: Promotion and Marketing Plans Apr 22nd, 2009 |
| Replies: 10 Views: 1,258 i have posted the tips which i tried in my blog.... |
Forum: Windows tips 'n' tweaks Apr 20th, 2009 |
| Replies: 8 Views: 2,182 lot of themes packs are available...google it |
Forum: Windows tips 'n' tweaks Apr 20th, 2009 |
| Replies: 5 Views: 1,236 or u can make a windows application in .net and bring the webpage on to that application using webbrowser control |
Forum: Windows tips 'n' tweaks Apr 20th, 2009 |
| Replies: 18 Views: 3,603 oh...i dint knwo that this is possible othere than making the file hidden |
Forum: Windows Vista and Windows 7 Apr 20th, 2009 |
| Replies: 6 Views: 2,111 Me too face the same problem..I am using vista......The problem happens some times ,not frequently |