156 Posted Topics
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 … | |
Planet Size Comparison - A Must See [url=http://ezfiles.info/][img]http://ezfiles.info/images/6475830.jpg[/img][/url] [url=http://ezfiles.info/][img]http://ezfiles.info/images/25228882.jpg[/img][/url] [url=http://ezfiles.info/][img]http://ezfiles.info/images/27572632.jpg[/img][/url] [url=http://ezfiles.info/][img]http://ezfiles.info/images/79574585.jpg[/img][/url] [url=http://ezfiles.info/][img]http://ezfiles.info/images/49703979.jpg[/img][/url] | |
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 All, I have a question and I hope you guys can help me out. If you have worked with php-mysql, you might have noticed that there is a featured to encrypt a password while inserting it in the database using the password() function. I am looking for a similar … | |
Triggering - Hello, Need help :) Herez the scenario: I am maintaining a list of members of my site in a database. All members have an expiry date column in a table which is in mm/dd/yyyy format. I want that every members should be emailed on the day of their … | |
Hi All, I came up with a new issue/question. I have seen in many sites that when I enter my username/password, it displays a new page wherein it says "Verifying Username/Password. Please wait..." I wonder what does it do behind the scene? Does it really take 5-6 seconds to verify … | |
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 am using ASP and MS SQL Sever 2000 as backend database.. I am writing a SQL query which will pick up top 5 recipes details who have scored the highest marks from the following table tblrecipes - [code] ID | recipe_name | Total [/code] [u]The following points to … | |
Hello All, I am using an ASP script on my site that reads a microsoft excel file and adds the values to the database (MS SQL Server). The script works completely fine on my LOCAL server, but it shows me the following error when I upload it to the server … | |
OK I attached an WYSIWYG-Editor, however I am unable to get the data on the rich text box to another page using PHP, can anyone solve it plz? Thanx a ton in advance :) | |
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 … | |
How do I convert [B]12/15/1985 [/B]to [B]15 December 1985[/B] format using classic ASP? Thanx in advance | |
In my whm, when I try to create a new account under "Account Functions" I get this error: [CODE] Unable to find an ip address[/CODE] In the "Ip Address (only for new ip-based accounts)" combo box there are no IP address.. can someone please tell me how to add IPs … | |
Hi, I am trying to send the following HTML mail thru the ASP CDO component. This is the HTML mail i wanna send from Page 1: [CODE]<div align="center"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><div align="center"> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="820" height="540"> <param name="movie" value="http://mywebsite.com/movie1.swf"> <param name="quality" value="high"> <embed src="http://mywebsite.com/movie1.swf" quality="high" … | |
[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 … | |
How come MS SQl Server 2000 does not have an autonumber datatype as like MS Access does? Any alternative? | |
Anyone knows how to determine an image's dimension using Classic ASP? Like How do I know the width, Height of this image using ASP? [url]http://www.google.co.in/intl/en_com/images/logo_plain.png[/url] Thanx | |
Does anyone know the exact query for IN in the following senario... I want to search for 2 columns for 1 mobile number (mobile, alternate mobile) I am using the following query [code]strSQL = "select * from tblcontest where bar_mob_no IN('" & sSQL &"') or bar_alt_mob in('" & sSQL &"')"[/code] … | |
Hello, Can someone make me an exe of this VB code? [url]http://www.pscode.com/vb/scripts/ShowCode.asp?txtCodeId=33626&lngWId=1[/url] I am at office now and dnt have VB installed here...so just need ur help... upload it to [url]www.rapidshare.com[/url] Thanx | |
Hello, I am facing a problem in ASP. The scenario is... I have a database with the following Colums and the data type of all Colums are integer id|score1 | score2 | score3 ------------------------------------ 1 | 10 | 4 | 10 | 2 | 5 | 51 | 10 | … | |
How do I update multiple records in a table in ASP using loops ? For example. I have a table with the following colums ID | Col1 | Col2 ------------------------- 1 | 50 | 100 2 | 25 | 130 3 | 55 | 70 I want to add [B]66[/B] … | |
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 |
The End.