| Thread | Last Post | Replies |
|
| automated upload with PHP | 31 Mar 2007 18:17 GMT | 9 |
I work for an animal hospital trying to use PHP to store an animal's dental x-rays to a file server. I can browse for the xray on the local desktop computer then click "Upload Image". This works fine. The doctors want fewer steps to
|
| Compiling PHP with mysql | 31 Mar 2007 17:07 GMT | 5 |
I got the following error while trying to compile php with mysql. I would be glad if anyone can help me on this. Here is the error that i've got in config.log The command i used is:
|
| Foreign Characters in PHP | 31 Mar 2007 16:36 GMT | 3 |
I'm currently working on a website that can convert words from English to French and vice versa. My problem is this: every time I try to output a character like é, it comes out as either a box (in IE) or as a question-mark in a diamond (in FF). To get around this, I use the ...
|
| Memory usage by class files | 31 Mar 2007 15:08 GMT | 2 |
I am currently working on a project which involves using a lot of code on each page. I'm currently refactoring with a view to performance and have discovered that when my app starts to include the class definitions it needs, the memory gets eaten up *very* rapidly - indeed, ...
|
| PHP5 not running. | 31 Mar 2007 08:48 GMT | 1 |
I am running my Apache2 server. But the problem is that PHP scripts are not running. HTML is running. I have installed PHP5 module for Apache. Can anybody help. Dev Ranjan
|
| Php / Java grids .NET grids | 31 Mar 2007 03:11 GMT | 9 |
General question for the group. I have a friend who claims that PHP/Java grids can't touch .NET with respect to dev time, reliability and speed. I'm not in a position to debate but would like to know the thoughts given the following requirements:
|
| searching within an array | 31 Mar 2007 00:03 GMT | 2 |
one of my friends faced the following question at an interview: Which method will you follow to search a record from a million records in an array? Please help
|
| In case you need it.... | 30 Mar 2007 21:04 GMT | 6 |
Geld hoeft het niet meer te kosten klaarblijkelijk (eindelijk). Gratis certificates op http://www.cacert.org/
|
| PHP code editor | 30 Mar 2007 20:18 GMT | 13 |
Any recommendations for a free PHP code editor?
|
| mysql_real_escape_string() advice please. | 30 Mar 2007 18:07 GMT | 3 |
Hi there, I'm seeking best practice for an issue I've only just thought about whilst learning the PHP basics, forgive me if the answer is very obvious. :) If I have a text field in a form that I want to apply a 512 max char count
|
| PHP directory contents displayer | 30 Mar 2007 17:25 GMT | 1 |
I have the following script, which lists files within a specified web directory (as long as they are valid extension types). It works, but I would like the file names to be links (i.e. with hrefs) that allow you to open that file directly from the page. Purpose of the script is
|
| Encoding/characterset/font family confusion | 30 Mar 2007 16:37 GMT | 8 |
Hi group, I could use a bit of guidance on the following matter. I am starting a new project now and must make some decisions regarding encoding.
|
| Quotes and the invisible string | 30 Mar 2007 16:24 GMT | 6 |
This probably very basic, but my searches and attempts sofar have brought me nowhere. This is the situation: I have a form with a city field which is submitted for validation before data are entered into a db. When errors are found, the user sees the form again with all posted ...
|
| For loop and while loop. which one is faster? | 30 Mar 2007 16:19 GMT | 6 |
For loop and while loop. which one is faster? I see many articles fighting over it and different people come up with different results.
|
| best FTP client for coding PHP | 30 Mar 2007 15:55 GMT | 5 |
I currently use Eclipse for creating the PHP application, which is great for editing but quite slow when using FTP. But when im testing i like to use CuteFTP Pro for quicky editing and seeing the results. Im getting fed up with CuteFTP as its really flakey.
|