English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Programming & Design - September 2006

[Selected]: All categories Computers & Internet Programming & Design

my php search program returns results in a list format, displaying the name and description of the rows that match the search string. Instead of displaying the ENTIRE description on the results page, I want to display the first line or so of the description.

Example:
What happens right now:

Search Results:

1 John Doe - John Doe is an outstanding man. Having a very generic name, he is well know and blah blah blah blah blah.
2. Jane Doe - Jane doe is an outstanding woman. Having a very generic name, she is well suited for her husband John.

What I'm trying to make happen:

Search Results:

1. John Doe - John Doe is an outstanding man.....
2. Jane Doe - Jane Doe is an outstanding wom.....

2006-09-30 00:41:43 · 4 answers · asked by detroitkid17 2

I'm making a search form for my site. It searches a column named 'description'. I was wondering if on the search results page you can limit the number of characters for that field of results. Kinda like on other search engines it will give you a description of what items it found with a "..." after so many characters. How do you do this?

2006-09-30 00:25:09 · 3 answers · asked by detroitkid17 2

C programming
2 D arrays

2006-09-30 00:22:08 · 2 answers · asked by Ricky 2

Is there is could recommend any?

2006-09-30 00:11:20 · 3 answers · asked by Anonymous

I under stand sharepoint is a way to have team members share data and update data but what else does it do???

2006-09-29 23:57:26 · 1 answers · asked by groundbrandon 3

i am commerce graduate student & having working knowledge of MS Office & Tally, which computer cource should i do to make career bright in respect of salary & good company

2006-09-29 23:09:15 · 5 answers · asked by Anonymous

$complete = mysql_query("INSERT listed SELECT * FROM info WHERE id = '$idno'");

if($complete){
@mysql_query("DELETE FROM info WHERE id = '$idno'")
;
}

exit;

echo("

Entry successfully Posted!

");

2006-09-29 22:35:33 · 3 answers · asked by detroitkid17 2

#include
#include
void main();
{
int a,b,c;
clrscr();
printf("enter the values for a and b\n");
scanf("%d%d",&a,&b);
c=a*b;
printf("product is %d",c)
getch()
}

2006-09-29 22:28:25 · 6 answers · asked by syedyaseen007 2

My website looks great to me but on other peoples computers the words overlap etc can I prevent this from happenning? I have used dreamweaver to build my website

2006-09-29 22:17:33 · 11 answers · asked by debontheweb 2

2006-09-29 21:33:52 · 5 answers · asked by Anonymous

In the latest version of Internet Explorer we have tabs. Yahoo's toolbar gives us tabs. But what's the big advantage over different windows that we've had for years that are accessible from the task bar?

2006-09-29 20:55:58 · 10 answers · asked by Bob 1

it says undefined symbol cout in function main().plz give me the solution.
I use BCC 5.5

2006-09-29 20:08:40 · 6 answers · asked by syedyaseen007 2

2006-09-29 19:55:53 · 8 answers · asked by alexander_nutrov 1

its all about programming

2006-09-29 19:54:13 · 6 answers · asked by rose 1

onto her computer which has Windows 2000 pro. Her computer is a Compaq. I would like to be able to help her but am not sure how. When she tries to install the software for the cam after getting through the first few steps and is ready to install the install wizard flashs that another instance is running. Does anyone have an idea what this means and if the problem is with the windows 2000 pro, what we need to do to fix the problem and get her web cam up and running?

2006-09-29 19:32:58 · 2 answers · asked by Papa WILL 6

I am new, but I really want to learn how to design a website for a non-profit organization. I already own the website adress and have server space. So what is the best software to do this with? Someone told me MS FrontPage is good, but is it possible to learn on your own or is that getting in over my head? I do have a friend that designs websites for a living, but first of all she is very busy and secondly, she told me she taught herself and said it was easy. What how-to book do you recommend? FrontPage for Dummies? What about Video Professor? Thanks in advance for any advice.

2006-09-29 19:03:13 · 7 answers · asked by Anonymous

2006-09-29 18:52:26 · 2 answers · asked by Lo 2

Trying to code my own site. I know some basics but want to lean the more complicated stuff.

2006-09-29 18:29:16 · 5 answers · asked by Anonymous

answers and I want to save and catagorize them. New to computers, so it takes me all day to do something on it.

2006-09-29 17:41:45 · 1 answers · asked by regwoman123 4

Hi this is in C++ using Borland....i have an error "Constant expression required" on this line : "TableType aTable[x];"...it seem that the number from "edit->text" is not valid...Can somebody tell me why it wont take the value of "edit->text"?

x=edit->Text.ToIntDef(0);

TableType aTable[x];

aTable[x].tableNo= MyRest.findTable(edtNo->Text.ToIntDef(0));
aTable[x].computerType = (edtname->Text.ToIntDef(0));
aTable[x].name = GuestName->Text;
aTable[x].arrivalTime = Arrival->Text;
aTable[x].departTime = Departure->Text;

2006-09-29 17:39:43 · 1 answers · asked by jcol 2

I have mastered Javascript, and I am considering taking a class in Ruby or Java. Can Ruby on rails function well as a professional back-end language? Can it communicate with front-end Javascript?

Should I learn Ruby first or go straight to Java?

2006-09-29 17:11:47 · 8 answers · asked by Anonymous

i have no prior knowledge of programming and i figure i should try learning c++ or BASIC because im taking intro to c++/BASIC at school next year. Im thinking BASIC would be a better place to start but im not sure.
I tried downloading some ebooks on c++ (one of the books was C++ For Dummies, 5th Edition and a bunch of others with bittorrent) and most of them had wrong sample coding that caused the compiler to come up with an error

so what would be good to start with and what would be a good book/website to use to learn it

2006-09-29 16:50:02 · 14 answers · asked by StevieP 2

where do i get it from.?

2006-09-29 14:59:13 · 6 answers · asked by ViNNY MKTG MAN 1

Is there a way to have one page with two columns and another with one column only on the same file?

2006-09-29 14:27:22 · 4 answers · asked by that's funny 3

0

how do you upload files from your file manager to the stage in yahoo geocities? i mean i uploaded from my computer to the file manager, but i don't know how to put it on the main stage.

2006-09-29 13:52:18 · 1 answers · asked by watani@sbcglobal.net 1

What program can I use (online or out of a box) that I can build a cool web site and not spend a ton of money on.

2006-09-29 13:50:48 · 11 answers · asked by x 2

I am looking to purchase or download somewhat of a turnkey package that I can add to my web site. I think that I am looking for PHP login script that works with a database, possible MySQL. I am looking for fast and easy way to this

What I want to accomplish

1 secure customer login. Customer does not necessary need to add data.
2 Customer can view the progress of his order (Received, In progress, Shipped etc.)
3 A way to add data, at the administration level from several different locations.

I have put several web sites together but have not writing my own script or any experience with MySQL.

Any suggestions would be welcome.

2006-09-29 13:25:25 · 2 answers · asked by hboyle1969 1

fedest.com, questions and answers