135 Discussion / Question 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] … | |
Hello, Does anyone know how do I create a subdomain using ASP? I run my own server so I have the full access to it (if that is needed for the same) Thanx | |
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 … | |
[img]http://img65.imageshack.us/img65/2500/image0014rn.jpg[/img] [img]http://img65.imageshack.us/img65/6287/image0027na.gif[/img] [b]Oops! you are late, come tomorrow again.... [/b] HEHEHE ;D | |
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 … | |
NASA predicts Worldwide Holiday on Feb 1, 2019 as the world is scheduled to end [URL=http://img99.echo.cx/my.php?image=att000063dw.gif][IMG]http://img99.echo.cx/img99/8971/att000063dw.th.gif[/IMG][/URL] the second photo is terrible ....scroll down to see that.... .. .. .. .. .. ... [URL=http://img230.echo.cx/my.php?image=att000099su.gif][IMG]http://img230.echo.cx/img230/1911/att000099su.th.gif[/IMG][/URL] SO, ENJOY EVERY MOMENT OF YOUR LIFE TO THE FULLEST EXTENT.......TILL FEB 1, 2019......... | |
Javascript Page Preloader- Can someone tell me the code for making a Page Pre-loader. The background should be disabled when the pre-loader is prompted. The best example I can give you is the plesk control panel interface as seen in the screenshot below. Notice the background is disabled while the … | |
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 … | |
Hi, I came up with this problem last night. I have a URL [url]http://www.mysite.com[/url] How do I fetch the folder name that was supplied in the URL. For example: [url]http://www.mysite.com/xyz[/url] or [url]http://mysite.com/myfolder[/url] or [url]http://www.mysite.com/xxx[/url] Please note that I can either use www or [url]http://www[/url] or just http:// in my domain … | |
I have a timestamp column in a mysql table. Using PHP, how do I convert the timestamp format which is "YYYY-MM-DD HH:MM:SS" into a format like "March 16 2008, 08:41 am" ? Please help Thanx | |
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, Does anyone knows where I can find some good prototypejs tutorials. I find their official documentation very hard to understand. Please supply me with some good links to learn prototypejs. Thanx a ton | |
Hi, I have this question in my mind and have been searching for its solution for days. A forum (developed in PHP/Mysql) which gets 10,000 hits per day. Which of the following connection would be most appropriate for such a high traffic forum Or it does not matter which ever … | |
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 | |
Hello, I am new to prototypejs and know the basic funtions but want to learn more about it. Is anyone using this? Can you tell me a good tutorial where I can learn more functions about it? Some useful links: [url]http://www.prototypejs.org/[/url] [url]http://24ways.org/2005/easy-ajax-with-prototype[/url] [url]http://www.sergiopereira.com/articles/prototype.js.html[/url] 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 … | |
Hello, I want to setup a server @ my office for testing my websites which uses Classic ASP/SQL Server 2005/IIS etc. The operating system we would like to have is Windows 2003 server. Due to my low budget I would like to go for an assembled one. So I need … | |
Hello, If you have used phpmyadmin, you might have noticed while creating a table there are few optional fields asked by phpmyadmin along with the table name like tablename | Datatype | Length | [B]Default[/B] etc etc Not my question is how do you make use of this [B]Default[/B] field? … | |
Well, im trying to get user profiles to be in a virtual directory e.g: [url]http://mydomain.com/profiles.php?user=test[/url] and i want to get it to display something like [url]http://test.mydomain.com[/url], could someone please post me the EXACT full .htaccess file for that example please? Thanks | |
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 … | |
How do I make a paragraph sentence Case (first alphabet of each word capital) in CSS? Thanx for your help. | |
Hello, I want to learn perl and I have installed Apache 2.0.53, Perl 5.8.8 and MySql 4.1 I have configured apache for perl and successfully running the "Hello World" program. I want to know, how to configure perl for mysql. Your help is appreciated. Thanx | |
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. | |
How do I restrict all php sites (which are located on my server) not to consume more than a specified amount of CPU? FYI, I run Linux CentOS 4.4 with Apache Thanx | |
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 ![]() | |
Hi, I was wondering if the BCC in the header accepts multiple recipient as in the example below? [CODE]$headers .= 'To: Mary <mary@example.com>, Kelly <kelly@example.com>' . "\r\n"; $headers .= 'From: Birthday Reminder <birthday@example.com>' . "\r\n"; $headers .= 'Cc: birthdayarchive@example.com' . "\r\n"; $headers .= 'Bcc: birthdaycheck@example.com,someone@example.com,someone2@example.com,someone3@example.com,someone4@example.com,' . "\r\n"; // Mail it … | |
For windows users - Can someone create a folder anywhere on your PC and name it [b]CON[/b] ? :D | |
Hello, I am trying to send an email through php using the mail() function but getting the following error: [code]Warning: mail() [function.mail]: SMTP server response: my-server-name-here [my-ip-address-here] is currently not 550-permitted to relay through this server. Perhaps you have not logged into 550-the pop/imap server in the last 30 minutes … | |
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 … |
The End.