Search found 39 matches

by conthox
Wed Nov 09, 2005 1:05 pm
Forum: PHP - Code
Topic: What am i missing in this MySQL statement?
Replies: 23
Views: 1259

Image
by conthox
Wed Nov 09, 2005 12:41 pm
Forum: PHP - Code
Topic: What does @ do?
Replies: 22
Views: 1429

Re: What does @ do?

What does it do? It hangs around waiting for people to discover it and abuse it's functionality. It can be useful, but it's also probably one of the most mistreated operators within PHP What is its proper use then? and how do people use it inproperly? What could I do with this? I would like to know...
by conthox
Wed Nov 09, 2005 12:12 pm
Forum: PHP - Code
Topic: What does @ do?
Replies: 22
Views: 1429

Re: What does @ do?

One armed space goat wrote:I have seen @ used before functions and a few other things I think. What does it do?
If a function fails to exec, @ prevents the error message to be displayed.
by conthox
Fri Oct 28, 2005 11:11 am
Forum: PHP - Code
Topic: Does something in the php.ini have to be enabled for...
Replies: 4
Views: 444

Out of interest, can you override the 2mb limit using ini_set()? I don't think our hosts would be so kind to change the ini file despite the money we throw at them.. You may use .htaccess instead of ini_set() or php.ini: <Limit GET POST> php_value upload_max_filesize "8M" </Limit> php_val...
by conthox
Fri Feb 20, 2004 6:15 am
Forum: Miscellaneous
Topic: Open a file with my app (VB.NET)
Replies: 2
Views: 1398

Ok,.. I'll check the MSDN and help files once more.. I couldn't find it last time, but I'll try again.

//edit

I found it in another forum.
by conthox
Fri Feb 20, 2004 5:17 am
Forum: Miscellaneous
Topic: Open a file with my app (VB.NET)
Replies: 2
Views: 1398

Open a file with my app (VB.NET)

Hello

I wonder how to do this:

When I dbl click at a file in Windows Explorer, say test.txt, how do I send the file to my application? I want my application to open the file and load its content in a RichtextBox.

How is the file info sent to the program, and how do I catch it in the code?

Thanx
by conthox
Thu Mar 06, 2003 2:18 pm
Forum: General Discussion
Topic: Problem with a P4
Replies: 2
Views: 2097

The RAM are ok (both of them, it's two 256MB), I've tested them with a RAM checker. I wonder if it is the motherboard, but I'm not sure. What cables do you mean? The IDE? Powercables? And,.. My translation is "Through difficulties, to the stars." but maybe I'm wrong, my Latin is not as goo...
by conthox
Thu Mar 06, 2003 3:00 am
Forum: General Discussion
Topic: Problem with a P4
Replies: 2
Views: 2097

Problem with a P4

Hello I have a Pentium 4 with 512 MB DDR and ATI Radeon 8500 (64MB DDR) at a MSI motherboard. My OS is Windows XP. The problem is that the computer hangs at everything stops, and the only thing that helps is the reset-b. Sometimes the screen is colored with stripes and the hard-drive led is indicati...
by conthox
Wed Jan 08, 2003 5:48 am
Forum: PHP - Code
Topic: Can't get the HTTP_REF.. to work
Replies: 5
Views: 1412

Thank you!

I really appreciate your help.
by conthox
Wed Jan 08, 2003 5:14 am
Forum: PHP - Code
Topic: Can't get the HTTP_REF.. to work
Replies: 5
Views: 1412

Can't get the HTTP_REF.. to work

Hello

I want to check the URL that people came from, but I can't make it work! :(

What is the code I have to write?

Thanks for helping me!
by conthox
Sun Dec 22, 2002 8:09 am
Forum: General Discussion
Topic: F**K NETSCAPE! :)
Replies: 9
Views: 3538

IE is the only browser that view my homepage perfect. Opera or Netscape or Mozilla and so on always mess something up. I don't know why...
by conthox
Fri Nov 15, 2002 2:08 am
Forum: General Discussion
Topic: Get rid off "No space left"-ballon tip
Replies: 0
Views: 1306

Get rid off "No space left"-ballon tip

Hello

Does someone know how to disable the popups (tip in the windows sys-tray) that tells me that there is no more free diskspace att some partion?

Thanks.
by conthox
Sat Oct 12, 2002 12:45 pm
Forum: PHP - Code
Topic: => <---- What is it?
Replies: 4
Views: 825

Ok, I had wrong.. :oops:

Thank you for telling me.
by conthox
Sat Oct 12, 2002 11:40 am
Forum: PHP - Code
Topic: => <---- What is it?
Replies: 4
Views: 825

$a => $b

means that

$a is greater than or equal to $b
by conthox
Mon Sep 30, 2002 8:16 am
Forum: PHP - Code
Topic: Include content, or include header and footer?
Replies: 8
Views: 1318

Ok, thank you all for all replies!