71 Archived Topics
Remove Filter I have some files (my work) in a CD which i don't want anyone to copy to their system. They can read the contents of the CD but cannot copy to their hard disk. I mean i want to make a COPY PROTECTED CD. Please help me. Any suggestion will … | |
PHP - Converting IP to Country Hello, Is there any function/pre-made scripts in php which can tell me the name of country based on IP? For example: If I supply an IP 132.162.138.139 then the script would echo "India" Thanx in advance :) ![]() | |
Here's a list of useful freeware applications, arranged alphabetically by category. Please post your favourite software to this thread.... Antivirus: AVG - [url]http://www.grisoft.com/us/us_index.php[/url] Avast - [url]http://www.avast.com/[/url] AntiVir - [url]http://www.free-av.com/[/url] Panda ActiveScan - [url]http://www.pandasoftware.com/activescan[/url] Audio Players: Foobar2000 - [url]http://www.foobar2000.org/[/url] Sonique - [url]http://sonique.lycos.com/[/url] iTunes - [url]http://www.apple.com/itunes/[/url] jetAudio - [url]http://www.jetaudio.com/[/url] QCD - [url]http://www.quinnware.com/[/url] … | |
Can anyone plz explain wot does PHP stands for? is it Personal Home Page or Hypertext Preprocessor (as written on their official site)? | |
Do u know of any free javascript script that will popup as a bubble with some information on it when I click on any form element in a page? I can show you an example of what I want: [URL=http://www.imagebam.com/image/0c790e4092858][IMG]http://thumbnails5.imagebam.com/410/0c790e4092858.gif[/IMG][/URL] | |
I want to insert records into multiple tables at one go, I am doing this in the following way, is this the correct way of doing? If not, what is the better way? [CODE] mysql_query("insert into table1 values('abc')"); mysql_query("insert into table2 values('ttt')"); mysql_query("insert into table3 values('5t6')"); mysql_query("insert into table4 values('ghy')"); … ![]() | |
I am very sory if I posted in the wrong section, I didnt knew where to post this so I thought this would be the best section to post my question. Well, I am in need of a code for RICH TEXT BOX, just same as where I am typing … | |
I am trying to send an email using CDOSYS with classic ASP. But I am getting this error: [CODE]CDO.Message.1 error '80040220' The "SendUsing" configuration value is invalid. /send.asp, line 8 line1 <% line2 Dim myMail line3 Set myMail=CreateObject("CDO.Message") line4 myMail.Subject="Sending email with CDO" line5 myMail.From="from@domain.com" line6 myMail.To="to@domain.com" line7 myMail.TextBody="This is … | |
Guys, I thought this might help you if u r looking for something similar, so I just wanna share this with u all. May b this is the wrong place to post but it is worth posting. I found this simple webserver for those ppl who want to host websites … | |
Hi, I have 2 questions regarding the auto increment datatype in mysql. Q1) Since we all know that if we create an auto increment column, it will start from the number '1' but is there a way we can force it to start with the number '300' and it should … | |
Hello All, I am stuck with some problem. I have implemented some CSS in my webpage, it works fine with IE but the saddest part is that it is not supported by Firefox. Any ideas how to make it work with Firefox and other browsers (which currently does not support … | |
I like the borders of the forums like this. Can someone tell me how to draw a border in HTML/CSS as shown in the screenshot. [URL=http://img91.imageshack.us/my.php?image=fireshotcapture12helloimn7.jpg][IMG]http://img91.imageshack.us/img91/3292/fireshotcapture12helloimn7.th.jpg[/IMG][/URL] I would like to have the bordercolor as well. The following HTML does not work perfectly on all browsers :( I mean, with FF … | |
If you have a column, of data type = INT, with the following numbers as separate rows. 1 3 4 5 7 10 How can you write a sql statement where you can calculate the nearest number to any give input. Example , if the input is 9 ? (the … | |
Hi, I am trying to make a shopping cart using paypal payment gateway. Here is a scenario: A customer visits my site, adds an item to the cart, clicks on the "checkout" button, he is then redirected to the paypal payment page, now would could I track if he has … | |
Hi, This is an interesting question (in my humble opinion). I am trying to create a forum in PHP. So there is a "Post a new Thread" link, clicking on which would open a textarea field for posting a message and a textbox for the "title". Now, I dont want … | |
Hi, I am new to PHP oop. I was wondering when and why should we use the following: 1) Public 2) Protected 3) Private 4) are there any other??? An example would be appreciated. Thanx | |
Hi, just wondering wots the difference b/w Scripting & Programming? Thanx | |
hello, I am starting an online service which will be providing free remotely hosted CMS. I am stuck with a nice and attractive name for my service. Can you guys suggest any? Eg: turbocms.com procms.com ecms.com All above are already booked domain names Thanx | |
Hello, I was wondering if there is any altrernate to Ms SQL Enterprise Manager? and of course a free one Thanx | |
Hello, I have the full version of norton ghost 10. I have made a backup. Now can someone plz guide me the process to restore the backup through command prompt i.e. when you boot your computer and boot in command prompt mode. Thanx in advance | |
Hi All, Just wondering whats the difference between a Programmer and a Developer? Thanx | |
Hello, I aws looking for the some photoshop shapes/brushes to make some lines and wave patterns as the following images: [url]http://images.digitalmedianet.com/2002/10_oct/features/download2021011/1-wrap5.jpg[/url] [url]http://images.digitalmedianet.com/2002/10_oct/features/download2021011/2-cone4.jpg[/url] [url]http://images.digitalmedianet.com/2002/10_oct/features/download2021011/3-chambered4.jpg[/url] [url]http://images.digitalmedianet.com/2002/10_oct/features/download2021011/4-waves12.jpg[/url] [url]http://images.digitalmedianet.com/2002/10_oct/features/download2021011/5-simplelines1.jpg[/url] [url]http://images.digitalmedianet.com/2002/10_oct/features/download2021011/6-weave3.jpg[/url] Can u tell me from where can i download these brushes/patterns from for free? Thanx | |
Hey, I was wondering if there is/are any drawbacks/limitations of php over other web languages? Thanx | |
Hello, I have heard a lot about SQL Injection. I was wondering how does an injector come to know about the table/column name when they cannot see the asp codes in a website? Can someone explain plz? Thanx | |
Weird ASP/SQL Problem Consider the following HTML Form, it has a textbox and a search button. [CODE]<form method=post action="search.asp"> <input name="txtName" type="text" id="txtEmail" /> <input type="submit" name="Submit3" value="Search" /> </form>[/CODE] The search.asp page: [CODE]select * from tbl_group_contact where userName ='"& request("txtName") &"'[/CODE] if I put this query in the search.asp … | |
Hey All, I am a linux newbie and I come from a windows background. I want to install linux on my pc and start learning it. Can you tell me which version of linux could suite me the most, keeping in mind that I m just a starter. I heard … | |
Hello, I run multiple domains/sites on my linux and windows server. I know there is a php.ini files that comes with the php installation package. But I have heard that there is a way to create a local php.ini file for each domain. Does anyone knows how to create local … | |
I was wondering how do we make a folded page effect using photoshop as shown in the screenshot below [url=http://ezfiles.info/][img]http://ezfiles.info/images/5844116.png[/img][/url] | |
Hi Does anyone know what is the simplest way to backup a database using the [b]mysqldump[/b] function in php? I have googled a lot and the codes i have found are very hard to understand and most of them does not work. Thanx in advance for your help. | |
Hi, I have windows XP installed on my office computer. I have created a seperate logon account coz I do not want my colleagues to use my login info to access the computer. So my question is how do I assign roles to this new user? I want to disable … | |
Hey Does anyone knows how do I replace a " (double quote) in a string with nothing I tried the following but does not work [CODE]$message = str_replace(""","",$_REQUEST['txtMessage']); or $message = str_replace("""","",$_REQUEST['txtMessage']); or $message = str_replace("\"","",$_REQUEST['txtMessage']);[/CODE] Plz help Thanx ![]() | |
For windows users - Can someone create a folder anywhere on your PC and name it [b]CON[/b] ? :D | |
Hey! I came up with the new problem. I want to fetch all form values by using request.form("FormName") which is generated by javascript on runtime. The attached zip code contains the working code of javascript creating dynamic form elements. So after generating a couple of textboxes when I click on … | |
Question - ASP + Ajax Hey! Not sure if this is the correct section to post this. ;) Well, I have a table in my sql server 2000 database *************** tblAddress ---------------------------- City_Name (varchar) Venue_Name (varchar) ******************* The "City_Name" column contains all the name of the cities in my country … | |
Search for a string in a variable--- Is there a way to find a particular string in php. For example: I want php to echo "Found" if the word "sports" in found in this url [url]http://yahoo.com/sports/soccer/index.html[/url] if not then it should echo "bad Luck" Is there any pre-defined function for … | |
ok, see the code below [CODE] <? $rsQry = mysql_query ("select * from tblCustomer"); $arrQry = mysql_fetch_row($rsQry); ?> [/CODE] Now if I try to fetch a Customer's Name from the "Customer_Name" column from the "tblCustomer" table with the following code then I dont get anything: <? echo $arrQry["Customer_Name"]; ?> Why? … | |
Hi, I am designing a small advertisement management program in asp, and Sql Server 2000 as database. My table has the following fields which are pretty self explanatory: bannerId, bannertitle, bannerurl, imageURL, bannerpirority bannerId = Autoincrement to generate unique id for a banner ad bannertitle = String title of the … | |
How do we cut such design using photoshop? I mean the edges [IMG]http://www.sulawines.com/images/sectional/inside_bar.jpg[/IMG] [IMG]http://www.sulawines.com/images/sectional/inside_display.jpg[/IMG] [IMG]http://www.sulawines.com/images/sectional/outside_full.jpg[/IMG] [IMG]http://www.sulawines.com/images/sectional/outside_balcony.jpg[/IMG] | |
Ok, I am into this trouble since a past couple of weeks, people are paying me by fraud credit cards and after a while paypal is hanging me with the "paypal chargebacks" I want to know if there is really any way I can disable accepting credit cards on my … | |
Hello, I was looking around for some tutorials about how to backup my database in my hard disk using [B]SQL Server 2000 Enterprise Manager[/B]. Can someone explain me in a friendly and step-by-step method? (screenshots preferred) Thanx so much in advance | |
Hi, I am using CDONTs for sending email using ASP. I need to send a HTML form that takes values from a MS SQL Server database. How do I send this big code of form using ASP? I am using the following code to send the email [CODE]<% Set myMail=CreateObject("CDO.Message") … | |
I was wondering what is the Database Storage Capacity for the following databases: MySQL 5 Microsoft Sql Server 2005 MS Access 2003 Thanx | |
Hello, I have a question: Suppose I have a table named as tblfriends and there are 3 columns with several row. Column names are: name, email, phone I want to pick 5 names randomly from the table each time my asp page refreshes. How can this be coded in classic … | |
Hello, I am developing a simple calender in my site which will display the next upcoming birthday of my member. I have a table which has 2 column cname | dob ------------------- Joe | 9/12/1982 Mathew | 2/17/1997 Pat | 8/23/1880 ------------------- What SQL Query should I use to get … | |
[b][color=red]Microsoft to buy Red Hat ?[/color][/b] "Various news sources including ZDnet are today reporting that Microsoft is considering buying out Red Hat, speculating that 'Microsoft could see Red Hat's acquisition as a nice way to undermine IBM, but might not consider that a sufficient reason to do it,' adding that … | |
There are 2 columns in 1 database for [I]Id[/I] and [I]name[/I] but the serial number is random. I want to update those serial number in serial order, how to? Like id Name ------------ 1 Shouvik 5 Joe 6 Mathew 3 John 4 James 2 Jack I want to update it … | |
Hello Friends, I am willing to learn python, so can someone please guide me how do I get started? I mean wot compiler would I need and which editor etc Also tell me wot is the scope of python in web programming? Thanx | |
My skills include: [u]Programming Languages: [/u] [b]C, and Visual Basic 6.0 [/b] [u] Scripting Languages: [/u] [b]ASP, CSS, HTML, VBScript, PHP, SSI, XHTML and XML [/b] [u]Server Security: [/u] [b]SSL, OpenSSL, TLS and SSH [/b] [u] Database:[/u] [b]MYSQL, MS Access, SQL Server [/b] [u]Web Hosting Automation:[/u] [b]Plesk, cPanel, H-sphere, Hostflow, … ![]() | |
If I want my users to download a .zip or .exe file the command is <a href=filename.exe>Download</a> or <a href=filename.zip>Download</a> This will ask the visitors where to save the file on their hard disk. But what if I want my users to download a doc/pdf/php/html file and I dnt want … | |
The End.