Posts
 
Reputation
Joined
Last Seen
Ranked #3K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
2
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
2 Commented Posts
0 Endorsements
Ranked #2K
~9K People Reached
Favorite Tags
Member Avatar for dks1385

I want to make a simple anti proxy (anti internet filter) how do I should start it? is there any OpenSource anti proxy? is there any articles about making anti filters?

Member Avatar for P0lT10n
-2
182
Member Avatar for krea2r

Hey there all. I wanted to know if there was a way to use php to validate form. Well in more detail, I wanted to know if it was possible to print a msgbox using php telling the user he has missed some thing rather than having to display a …

Member Avatar for jaini817
0
194
Member Avatar for ultranet

Is there a way to detect missing images and redirect them to a static image? Basically if I had an image that I was displaying from a different site (with permission), and that image were removed, is there a way I can default that image to a default .gif? I …

Member Avatar for diafol
-1
1K
Member Avatar for Andrew008

I know that there is probably no definitive answer, but does it matter in search engine optimization whether you use PHP or ASP for your CMS. Look forward to hearing your ideas.

Member Avatar for Dani
0
261
Member Avatar for bobby08

Hi, I wish I could solve this on my own but I tried searching and googling but nothing doing. Althought worse comes to worse, I can use Perl to do what I want, but I would prefer having a SQL syntax that can handle it. Problem: 3 columns: username, daily …

Member Avatar for fasttoshiba
0
707
Member Avatar for desiguru

In my database, I have two tables: Forum and Files Files have two fields. First one is [B]FileID[/B] and second one is [B]FileAddress[/B]. [B]FileId [/B]field is fine. but in [B]FileAddress [/B]field I have a lot of urls. I want to just change certain parts of url. For example, instead of …

Member Avatar for MCP
0
194
Member Avatar for c0rkscrew

Okay, I'm working on a small project for my daughter's class at school. They have a fundraiser running right now and they want to post their fund raiser data on the their school website. What they want is this, they want a page listing each student and the amount that …

Member Avatar for MCP
0
124
Member Avatar for nathanpacker

Hey, say I have a table that spits out the information from a mysql table. Say it gives you the names of users, and certain information about each user, say address, phone number, whatever. Doesn't matter. What I want to do is make each of the persons' name a hyperlink …

Member Avatar for nathanpacker
0
223
Member Avatar for simpleton

We are considering upgrading SQL 2000 to SQL 2005. I just love the idea of getting newer technology, But i'm hesitant to upgrade MS stuff, cause of bugs and licensing stuff... So here's what i'm wondering: 1. If we move to 2005, will we lose any databases/querys/dts packages/etc ?? or …

Member Avatar for campkev
0
140
Member Avatar for KeiHimekawa

Hi guys. Hope you can help me with my problem here.. It's quite complicated so I'll try to explain it in a very detailed manner.. I have these two databases which we may call dbaseA and dbaseB. I created another dbase which we call dbaseC. dbaseC is going to be …

Member Avatar for MCP
0
108
Member Avatar for Yamahab

I'd like to split a full name field on a space into first name last and update my database, I would prefer to stick to TSQL/SQL if it can be done on SQL Server 2005, any ideas? table actors actor_id int Unchecked actor_name varchar(50) Checked rating smallint Checked actor_last_name varchar(50) …

Member Avatar for MCP
0
448
Member Avatar for plugh

Hi all - I am a newbie to this forum, but maybe someone there can help. I have a table using an Identity property. The purpose of it is to just have a unique id value... the problem is that the system automatically fills this table with lots of data, …

Member Avatar for campkev
0
169
Member Avatar for s3ng

Hi all, DECLARE @STA as char(50) SET @STA = 'TT' SELECT * FROM ABC_TBL where ABC_Filed in (@STA) if i have multivalue in parameter @STA, like 'TT', 'DD', 'AA' so how can i write my statement? i only need to pass one parameter with multilist, so do anybody know how …

Member Avatar for campkev
0
116
Member Avatar for Qmoto

I'm getting the error [inlinecode]Incorrect syntax near '='.[/inlinecode] when I use the following case statement in a view. Obviously I'm not an expert on MS SQL, but I'm curious as to why I am allowed to use the '=' sign in a preceeding statement but not in the THEN section. …

Member Avatar for Qmoto
0
866
Member Avatar for msndrstd

I need a way to setup my websites so that my clients can edit content easily without knowing any programming languages. Basically I need setup the page with some programming code that will access another file such as a text file and still keep the same formatting style. For example …

Member Avatar for Puckdropper
0
160
Member Avatar for cajun67

I have a web site that I've set up, and has been running for several years. The client has MS SQL Server. When it comes to the administration side of SQL Server, admittedly I don't know enough. The web application has been running fine, but we've been getting errors with …

Member Avatar for MCP
0
95
Member Avatar for scripter

[COLOR=#191970]The data table looks like this date num1 num2 num3 num4 num5 num6 1/1/06 1 45 32 21 15 48 SQL script 1 should be able to do the following show the Top 3 number pairs another words if the pair 45 and 15 shows up 98 times and 32 …

Member Avatar for MCP
0
345
Member Avatar for greywolf

[U]How can I use php script in xhtml file?[/U] I have short_open_tags = Off in the php.ini and I tried to use <?php ?> or <script language="php"> </script> within xhtml file (I need to use xforms), but my php code is never parsed. Why is that? Thanks for advice.

Member Avatar for stymiee
0
107
Member Avatar for went1180

The PHP book i have been using lauds object-oriented php, yet provides poor details on how far the code it presents is supported in version 4. my server runs 4 and i have been having trouble trying out some code from the book on it. I simply don't know whether …

Member Avatar for MCP
0
105
Member Avatar for vssp

Hai friends I have got the contents from database But i need to search the content if any worsd available in the contents For example when I get the pargraph from the table then i find "Style" this word is avaliable in the paragraph . How can i find the …

Member Avatar for MCP
0
206
Member Avatar for Geek-Master

Let's say I have a column within a table that contains codes {0,1,2,3}. These codes are for what color shirt are in stock. We can say 0 is for black, 1 is for white, 2 is for red, and 3 is for blue. Then I run a SELECT query on …

Member Avatar for Sulley's Boo
0
112
Member Avatar for saurabh_kanwar

Hi guys, I've got a database which frequently need to be sent over the internet so that other users can update their data. As the database is huge with more than 30,000 records, it's really hard for other people to download it as they are on dial up. Is there …

Member Avatar for saurabh_kanwar
0
91
Member Avatar for cancer10

How come MS SQl Server 2000 does not have an autonumber datatype as like MS Access does? Any alternative?

Member Avatar for MCP
0
75
Member Avatar for logitech14

Hello there, I need a help. I have a computer that has windows 2003 server installed and I have 9 clients in domain control that use SQL Active Directory, an aplications in Visual Basic. The problem is that whenever they try to use it is soooooooooooo slow and if I …

Member Avatar for MCP
0
92
Member Avatar for andy_mcdougall

Hi, I have an MS SQL 2000 database with a table that is used to store the header information on product returns. One of the fields in the table is a true/false field that indicates if the return has been processed (become a credit note). Can anyone tell me how …

Member Avatar for MCP
0
138
Member Avatar for fcaserio

Can a query running a selected database access a table on other database? How do I grant this kind of access? Going further, can a Foreign key be created among diferent databases? I'm running around this doubts for a while. Any help is welcome. []s

Member Avatar for fcaserio
0
100
Member Avatar for vssp

Hi friendds I need to reating the messages using php code. I need some suggestion. For example some sites scripts are rated in ***** Tha same action im-plemet my applicaiton. How to add ? please send me any ideas Thanks vssp

Member Avatar for digital-ether
0
266
Member Avatar for assgar

Hi Developemnt on win2003 server. Final server will be linux Apache,Mysql and PHP is being used. I use 2 scripts(form and process). The form displays multiple dynamic rows with chechboxs, input box for units of service, description of the service and each row has its own dropdown list of unit …

Member Avatar for assgar
0
1K
Member Avatar for Soral 3.0

Howdy, I have attempted to install PHP 5.1.4 on a Windows NT system with Netscape Enterprise Server (3.6? not my choice). It seems like it is [I]partially[/I] installed. I mean, when you run phpinfo you get: [url]http://128.194.109.84/users/wong/php_info.php[/url] [code] <html> <head> <title>PHP info</title> </head> <body> <?php phpinfo(); ?> </body> </html> [/code] …

Member Avatar for Soral 3.0
0
126
Member Avatar for asifjavaid

Hi all,:confused: God Bless U, i am facing a problem in SQL Server. I am have a table given below.. ------------------------------------------------ Table name is "A" ------------------------------------------------ 1 Michle Administrator 2 John Consumer Finance Officer 3 Jackson Employer 4 Goeffery Empl0yer ------------------------------------------------ Here the identity column is the first one. Now …

Member Avatar for asifjavaid
0
96