| Thread | Last Post | Replies |
|
| Closing a window in firefox browser closes all other windows | 31 Jan 2006 22:30 GMT | 1 |
I have invoked a html page from an another html page by the following code if (args.indexOf("APPLaunched") == -1) { var url = "runAPP.shtml" + location.search +
|
| Which installer is better? | 31 Jan 2006 22:10 GMT | 10 |
XAMPP is an easy to install Apache distribution containing MySQL, PHP and Perl. XAMPP is really very easy to install and to use - just download, extract and start. http://www.apachefriends.org/en/xampp.html WinLAMP is an installer for Apache, MySQL, and PHP.
|
| beginner question on multidimensional arrays | 31 Jan 2006 20:21 GMT | 3 |
I'm trying to write a program that will search a body of text and replace certain words (say, A, B, and C) with different words that I think are more appropriate (A1, B1 and C1). I have a feeling that I need to do this through a multidimensional array. Am I on the right
|
| Newbie Help - mkdir problem | 31 Jan 2006 19:58 GMT | 1 |
I'm trying to use mkdir() to make a directory with a mode of 0777 but it always gets created with 0755. How do I change it to 0777. Thanks, Chris
|
| Washington DC Job Opportunity | 31 Jan 2006 18:06 GMT | 12 |
We are looking for a senior PHP developer for a new position in Washington DC. If you are local and are interested in learning more, please reply to allstaff@gmail.com with a copy of your resume and I will be in touch.
|
| Newbie Help - mkdir problem | 31 Jan 2006 15:47 GMT | 2 |
I'm trying to use mkdir() to make a directory with a mode of 0777 but it always gets created with 0755. How do I change it to 0777. Thanks, Chris
|
| Newline doesn't work always....?? | 31 Jan 2006 14:37 GMT | 4 |
The \n I write out to an open file does not work the second time: $xmlstr = "<?xml version=\"1.0\"\x3F>\n"; $songstr = "<songs>\n";
|
| Big Integers ? | 31 Jan 2006 11:12 GMT | 2 |
I need to use big integers (numbers with 28 digits in base 10) but don't find any way to do so in PHP. Is there any library I could use? Thanks
|
| How reliable is mime type in $_FILES superglobal. | 31 Jan 2006 10:18 GMT | 5 |
This may seem like a stupid question but I want to check before I go ahead and build this... I am working on a portal, part of which allows users to upload files. Part of the array within $_FILES superglobal gives the mime type for the
|
| unsigned int | 31 Jan 2006 09:08 GMT | 3 |
I have mysql database for internal computer evidence and I store IP as unsigned numeric value. It is very good for computing network ranges and so on. But PHP do not support unsigned integer. So when I store values to doatabase, I must convert it to string with sprintf. When ...
|
| "Read .htaccess file rights with php"-script wanted | 31 Jan 2006 06:30 GMT | 1 |
I am searching for: A php script (or a build in function maybe just asking the webserver), which I'll give a filename and php tells me whether the {$_SERVER['PHP_AUTH_USER']} user has the right
|
| Upload file? | 31 Jan 2006 06:12 GMT | 5 |
I would like to enable customers to upload files. How do I do that? I found following with google:'http://www.tutorialized.com/tutorial/Simple-Form-Based-Image-Upload/792' what seems to be nice, I included it like this in my code:
|
| Undefined variable error message, how can i define it? | 31 Jan 2006 05:45 GMT | 4 |
when showing all errors i get a "undefined variable" thing, so how can i define it?
|
| Warning: mail() [function.mail]" Failed to receive in | 31 Jan 2006 04:26 GMT | 1 |
I'm looping a small array (2 to 4 rows max) and sending a email for each row using Send(blah blah) I occasionally (but not always) get the following error message Warning: mail() [function.mail]" Failed to receive in ...
|
| PHP + email | 31 Jan 2006 04:20 GMT | 2 |
Is it possible to have a PHP script receive an email (CSV text). The problem is this, I want a server to send me an email, and then I want to be able to have a PHP script 'listening' for email and then processing the data in the email.
|