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

Programming & Design - May 2007

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

Hi,

I am looking for php, mysql based classifieds software, where users can post classifieds for jobs, for sale, relationships, etc. Please advise. Thanks.

2007-05-18 16:39:19 · 4 answers · asked by dmitry M 1

2007-05-18 15:45:38 · 5 answers · asked by npr6933 2

I need to create a database to be used by 15 users in a network, can I use MS-Access or someting eslse that will be easy to create and share in a network?

2007-05-18 15:28:14 · 4 answers · asked by computersny 2

...here's the problem.

My website works with the following URLs:

www.bill.tk/page.php ?content=links
www.bill.tk/page.php ?content=auctions
www.bill.tk/page.php ?content=contact

and so on.

Is there a way of automatically redirecting

www.bill.tk/whatever

to

www.bill.tk/page.php ?content=whatever


The only way I can think of doing it is a custom 404 page that realises that www.bill.tk/something doesn't exist, work out that URL, and put "page.php?content=" in after the forward-slash, and carry out the redirection.

I have no idea how to do this though...

Any ideas?

2007-05-18 12:42:10 · 3 answers · asked by Bill 3

please explain step by step if possible. Thanks ..:::T1RR4L:::..

2007-05-18 11:52:09 · 3 answers · asked by Anonymous

I need to update it...

2007-05-18 11:36:37 · 3 answers · asked by 395934fghgf 1

2007-05-18 10:20:15 · 4 answers · asked by jailan e 1

If someone who knows everything about Programming(let's say C++) and Designing, wants to create a Program that can play audio/Video files, will he be able to(by himself)??

2007-05-18 08:34:51 · 1 answers · asked by Mikael 4

im having problems with my .js files. everytime i double click it an error always appears. it reads like this...

WINDOWS SCRIPT HOST
Script: C:\Documents and Settings\.....
Line: 93
Char: 1
Error: 'document' is undefined
Code 800A1391
Source: Microsoft Jscript runtime error

can somebody help me? im getting annoyed without even knowing the cause of my computer's response.

i would truly appreciate your response.

thank you!

2007-05-18 08:16:15 · 2 answers · asked by jahydie 2

2007-05-18 08:11:10 · 12 answers · asked by matthew p 2

I've got an e-book on Java servlets and JSP and would like to try it out, but not sure which version i should be using.

it says Servlets 2.1 and JSP version 1.0 - I'm on the sun.java site and they have many versions!

I'm using 1.4.2 for doing Java, not that that's anything to do with this.
thanks! Julie.

2007-05-18 07:00:42 · 1 answers · asked by Julie C (little ninja) 1

I recently upgraded to a dedicated hosting package and am suffering a little on the learning curve with the following script which worked previously on a shared hosting package. I think it's a problem with granting file permission. Here's the code that processes a file upload ...

if (file_exists($target_path ) == FALSE) {
$result_var = mkdir($target_path, 0777);
}

$target_name = $target_path . "/" . $file_name . ".jpg";
$target_path .= "/" . basename( $_FILES['uploadedfile'] ['name'] );

if(move_uploaded_file( $_FILES[ 'uploadedfile' ]
['tmp_name'], $target_path ) == FALSE) {
return "Error uploading file!";
}

I have no problem creating the new directory, I'm only having a problem with move_upload_file.
So basically I keep getting the "Error uploading file" errors.

Any ideas??? Also, should I be using 0777?

2007-05-18 06:01:15 · 2 answers · asked by caweiten 1

How can i have a box that pops up on the screen asking you to select one of the following. Have a list of options you select one and it pastes that value into a cell? I have been halfway through the internet and I'm starting to believe that its as impossible as seeting a cell format to all CAPS.

2007-05-18 03:11:42 · 3 answers · asked by Anonymous

The script doesnt remember the background I selected from the DropDownBox, Can someone fix this code? I'm always giving Best Answers...

Note: This script is being used offline

2007-05-18 02:07:10 · 1 answers · asked by Anonymous

2007-05-18 01:44:09 · 2 answers · asked by Anonymous

How would I go about creating a layout like this:
http://i4.tinypic.com/4u2rasp.gif

2007-05-18 01:35:46 · 2 answers · asked by Anonymous

It should offer unlimited space and bandwidth and good download and upload. It's for my Bespoke Tour Company to Kerala, India ( Those want to have holiday can add me as a contact).

2007-05-18 01:26:02 · 10 answers · asked by Anonymous

I have a shopping cart written in PHP and made some minor changes, working all fine.
Trouble is, when the customer goes from the check-out page to the shopping cart to change method of delivery and moves forward to the check-out page, the changes are visible only after reloading the pages.
I would not mind having a reload button there but how can i integrate a reload button in the php code also without having to deal with the confirmation window popping up?

2007-05-18 00:55:45 · 1 answers · asked by axess95 2

I would love to set up a website to sell my art online. The problem is I have no idea how to do it. (Yeah, I know, I'm a fool, idiot, moron, etc. Okay?) I know very little HTML. Does anyone know of a site or program or whatever where a dummy like me can do this? I've emailed people who will design a site for me, but they all said I'd still have to learn HTML to get it up and running and then upload my inventory. This is all very confusing. I don't suppose there's any way to set up the site or have it set up and then just enter the items the way you do it on eBay? I'm clearly out of my league here. Please be gentle...

2007-05-18 00:33:23 · 6 answers · asked by Alice K 7

Would really like to make my own theme for my computer, thing is I don't know how to change the icons to my pictures... I know on folders you just go to propeties, can anyone help. Got my BG made and some jpegs for the buttons, just don't know how lol. thanks!

2007-05-17 23:07:56 · 2 answers · asked by zelin 4

2007-05-17 23:07:52 · 3 answers · asked by monyvan n 1

2007-05-17 22:43:45 · 3 answers · asked by Anonymous

From below, how would I apply some of the data in the brackets to variables such as "introduction" to a variable called "name" , and the number in the brackets to a variable say "page number"?

Page[] books = new Page[10];
books[0] = new Page(50, "introduction");
books[1] = new Page(75, "chapter 1");
String d = books[0].getDescription();

2007-05-17 21:48:19 · 4 answers · asked by DM 1

keil language programming

2007-05-17 19:54:43 · 3 answers · asked by shahid k 1

Hi, I am a graduate in Statistics. I want to learn computer programming especially Java. So could anyone advice me want to do to learn Java.

2007-05-17 19:39:38 · 6 answers · asked by Anjon28July 1

0

2007-05-17 19:37:18 · 2 answers · asked by Whenny Y 1

fedest.com, questions and answers