- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 4
- Posts with Upvotes
- 3
- Upvoting Members
- 4
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
76 Posted Topics
$url=$_POST['url']; $ip = gethostbyname($url); $long1 = ip2long($ip) if ($long1 == -1 || $long1 == FALSE) { echo 'Invalid IP, please try again'; } else { print $url; echo $ip ?> bu this code i get ip address but i need the country name aslo with this ip address. is thers … | |
hi i am trying to insert into mysql databse using jsp.but i am getting the error as [CODE]An error occured between lines: 38 and 47 in the jsp file: /jsp/havyaka/register.jsp Generated servlet error: C:\tomcat\work\localhost\examples\jsp\havyaka\register$jsp.java:102: Incompatible type for declaration. Can't convert int to java.sql.ResultSet. ResultSet rs = statement.executeUpdate("insert into havyak(usercode,password,email,name,phone,add1,add2,add3,add4,country) values('" … | |
i want to send the newsletter to all those who subscribe to my website. i ahve a templetae with table navigation ,site logo,some images. i wnat to send news letter with all this . i create the html file . can i do thsi code to send [QUOTE]<?INCLUDE 'd.php'; $title=$_GET['title']; … | |
i have experience in php but i need to persue my career in JSP. Anybody suggect the site where i get jsp freelance project. i am ready to project free also.i have very good knowledge in j2ee application(swing.struts,ejb,javabeans) and have very good knowledge in web technology. | |
i have gone throught many crm package lik sugur,tiger ext. but still i dint get clear idea.what is CRM. in many job portal they expect us to know CRM knowledge.any body help how it helps thanks | |
i am learning jsp so i wanted to know any body offer free jsp web hosting? thanks | |
Is there any webhost which offer less than 5$.if so will you pls direct me | |
[B]Intro[/B] Web application development was once simple, there was HTML and a browser. There was no dynamic or business data, so no business applications. But this simplicity lasted for a small while. Today we are forced to do many complicated application developments. This tutorial assumes that you have the knowledge … | |
i wonder when dreamweaver does all dynamic sites,flash sites,static pages. why we have to learn HTML,ASP OR PHP OR EVEN JAVA.? really dreamwever is better than hand code? is there any disadvantage compared to hand code. thanks:rolleyes: | |
Re: i think you will get good info in this site [url]http://www.w3schools.com/[/url] | |
Re: [QUOTE=jwenting;157253]anything at all related to your previous work experience and study as long as it's relevant to the job is fair game. Other things may be fair game but depend on the law in the location where the interview takes place (for example, questions about sexual preferences are usually NOT … | |
[B]Intro[/B] Today more and more developers want to write distributed transactional applications for the enterprise and leverage the speed, security, and reliability and server-side technology. If you are already working in this area, you know that in today’s fast moving and demanding world e –commerce and information technology, enterprise have … | |
[B]Intro[/B] The Sun Microsystems’s Java Server Pages technology allows you to rapidly develop and easily maintain rich, dynamic web pages. As a part of the Java family, JSP enables development of web based applications that are platform independent. The web applications build using JSP technology works with a wide variety … | |
Re: i learnt php with this manual [url]http://us2.php.net/tut.php[/url] and also [url]http://www.w3schools.com/php/default.asp[/url](which has very good resoources) | |
| |
[B][U][COLOR="Navy"]What is a database?[/COLOR][/U][/B] A database is a collection of data stored in some organized fashion. The simplest way is to think of it is to imagine a database as a filling cabinet. [B][I]What are tables in the database?[/I][/B] When you want to store some file with information you just … | |
Re: ususlly the webhost where u purchased will give this free mailing script. y dont you ask your webhost | |
| |
i have my site and i have put google adsense. but i wonder how it works. because. sometime i get .02 cents and sometimes .30 and sometimes .5 why that type of variation. on which factor it depends?as i am very new to adsense.i need some help thanks | |
Re: Download PHP Download PHP for free here: [url]http://www.php.net/downloads.php[/url] Download MySQL Database [url]http://www.mysql.com/downloads/index.html[/url] Download Apache Server Download Apache for free here: [url]http://httpd.apache.org/download.cgi[/url] go through this manual. u can downlaod or insatll php | |
Re: [QUOTE=greddybears]Thank you for your response. If you can give me an idea of where to start for both it would be greatly appreciated.[/QUOTE] you can get the webost where you get free mearchant account, shopping cart. | |
i need a good webhosting .i need webhost to host only html pages.i dont wnat any php,asp,jsp.hosting. anybody suggect good hosting plan. | |
i started on basic tutorials site <URL SNIPPED>[U][/U]. and all the search engine added my site within 4 days. but in google i cant see my website in first page of google search, though i press the same keyword i used. is this becouse mine site is recent. and give … | |
i m trying to connect jsp page to mysql. i have insatlled jsp-mysql connector. but still not able to connect to mysql. pla anybody help me. thanks | |
i m trying to do shopping cart. i am struck in between. i did chekout,add,update ext in shoopping cart and when person try to checkout he should complete the form with all credit card info ,addressext. and connected to payment gateway like verign for creditcard validation.anybody pls tell me how … | |
i m trying to do one small shopping cart. just to learn.i could able to do shoppin cart with add product ,removeproduct then checkout page. now my problem started when person give all the info(i mean shipping info,address,credit card info) weather i need to connect to any payment gateway like … | |
i am learning ejb. which is the best and easiest software to deploy. is it weblogic or eclipse or jboss. i m little bit confused . any body guide me with good tutorial site? thanks | |
i want to learn asp . can i use mysql database with asp.how to connect to mysql database. will u tell me the basic asp tutorials for beginners. | |
hi i want to sell some template which is stored in zip file. when customer choose the template he will connect to paypall shopping cart. when he pays i should get invoice form paypal as payment is sucessfull . if it is so he can download the file after payment. … | |
i have gon through w3school about xml. i know what it is ext.but still not able to get idea how it is useful and anybody show the website example to show how xml is useful.thanks | |
hi i i am new to java and i have the thearotical knowledge of j2ee. i have experience in asp and php. but now i want to learn j2ee and persue my caree in j2ee platform. thats y i want to do som mini project based on swings and applet,jsp,xml … | |
i m seeking for good shoping cart with opensource code. any body sugest me please | |
<?$file="www.mysite.com"; $fh=fopen($file, "r"); $fileinfo=fstat($fh); $b=filesize("$file"); print $b; echo "Filename:" .basename($file)."<br/>"; echo "Filesize: ".round(($fileinfo["size"]/1024),2)."kb <br/>";?> this is the code to determine the size of the page. but i m getting the error as filesize() [function.filesize]: stat failed for [url]www.mysite.com[/url] any body help in finding the page size of teh given url | |
i wanted to learn search engine optimization like link checker,link popularuty check ext.any body help how to start?.thanks | |
this is the code below it output the text randamly. i am getting the output . but my problem is i have used print_r to get output so i got result as [CODE]<Array ( [0] => gello [1] => bello [2] => nello [3] => jello [4] => uello [5] … | |
Re: [QUOTE=martinkorner]Hi, In the HTML forum I asked how I could get the results from a form which I will put on my site via e-mail, I was told: I was then told to come to this forum and ask about the basics of PHP form processing. [B]Any help would be … | |
i am trying to learn java bean . i wanted to know how i have to compile and where. i m little bit confused.weather i need BDK?.PLEASE ANY BODY HELP ME | |
i am trying to connect java program to mysql databse. bascically i am aphp programmer. now i want to lear j2ee so i was trying to connect to mysql database.i am getting the error as not able to load the drive thi sis my code import java.sql.*; public class tc … | |
i am trying to learn j2ee .can anbody help from where i have to downlaod and waht i have to download thanks | |
i wanted to learn shopping cart ,online transaction. any body please saject me how to start. i have a knowledge of asp.thanks | |
hi i ahve developed one artcicle submit site. in taht i have done list of authors and the number of article submitted by them. but in the first page taht is fine but in second page onwards the number of article shows 0. i cna show the website http://articlenetworks.com/authors.php this … | |
hi i ahve a mysql databse in which list of name is stored. i wnate to retrive the data form that databse. i have problem in retriving it. if i have name jack 3 times in my databse, but when i wnat to show the names i get jack jack … | |
i ahve a summary for example hsssssssssssssssssssssssssssssssssssssssssssssssssssss hsssssssssssssssssssssssssssssssssssssssssssssssssss sbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb i wante to break these summary and dispaly only first line. hsssssssssssssssssssssssssssssssssssssssssssssssssssss which function i have to use? any body please help me | |
In some of the site i have seen rss feeds for example ezinearticles.com. i can see rss feeds. please any body tell what is the use of that? thanks | |
i ahve site in which people can submit the article for free. but now i am trying to add feature in that article distribution. if person pay me $50 i can distribute his article to many sites. so i need the site such taht he can pay through credit card … | |
i am very new to java.i was coding on asp and php i wnat to learn jsp but i m getting confusion. i can see jsp,jee,jbos,javabeans ext. any one pls help me what i ahve to learn how i have to start? thanks :-| | |
i ahve a form in that visitors can type their information and their website address. but when they give their website adddress like http:www//sitename.com it wont hyperlink. please anybody help me how to hyperlink taht one? thanks | |
i have atextare in my form. when i fill the text are with this suppose "article's" after submission of the page send it o databse . when i try to retrive from tahe databse i get artice/'s. why i am getting / . pls any body help | |
i want to break the word for example Health-and-Fitness:Weight-Loss i ant to break into two parts healt-and -fitness and weight-loss weathei have to use str_split. if i use it is not spliting any bodu please help me |
The End.