| Thread | Last Post | Replies |
|
| Session problem | 05 Jul 2008 06:47 GMT | 3 |
I've 2 requirements - session will end when browser is closed - session will end after 90 minutes inactivity. Now, from the documentation session.cookie-lifetime when set to 0 _should_
|
| mysql to html table php function or class | 04 Jul 2008 21:59 GMT | 3 |
wondering if does exists a mysql to html table function or class written in PHP. something like. createtable($query,fieldname1,fieldname2,fieldname3,[fieldname4,fieldname5]);
|
| mod_php vs. CGI | 04 Jul 2008 21:08 GMT | 7 |
Correct me if I'm wrong, but isn't running PHP via mod_php faster than running it via CGI? If so, why would a web hosting company be running PHP via CGI and not mod_php? I asked that very question to one web hosting company and given the
|
| preg_replace_callback, carrying variables | 04 Jul 2008 20:14 GMT | 4 |
I've been struggling with this for a while. Here's what I'm trying to do: private function makeMiniTemplate($ARRAY){ /*
|
| $stringVar::constant? | 04 Jul 2008 19:38 GMT | 4 |
I'm trying to get a constant from a class, where the constant's name is known, but the class name isn't. I want to do things this way because I want classes to be able to define certain aspects for their setup themselves.
|
| undelivered emails and PHP5 in Linux | 04 Jul 2008 13:16 GMT | 3 |
I am writing a program in PHP5 using mail() function. I need to know if there's any method to check if there was return email to server (with "undelivered" message). I use Linux.
|
| sqlite with PDO and sqlite extension | 04 Jul 2008 11:30 GMT | 1 |
I started writing an application and used PDO to connect to an sqlite file.The sqlite DB was created with the Sqllite extension of firefox. Now I want to switch to CakePHP. I used the sqlite driver but since it uses sqlite_popen my database canno't be open. Firefox sqlite ...
|
| Putting my PEAR directory on my PHP include_path | 04 Jul 2008 05:11 GMT | 1 |
I'm using PHP 5.2. I'm trying to install Propel and on the instructions page (http://propel.phpdb.org/trac/wiki/Users/ Documentation/1.3/Installation), it reads "Assuming that your PEAR directory is on your PHP include_path"
|
| Display / Download file | 04 Jul 2008 01:40 GMT | 3 |
I currently store all uploaded documents outside the web root and then use a showDoc.php file to display the file. What I want is that doc, pdf, xls and dwf (all users will have an installed viewer) to display in the browser with dwg and dxf being
|
| protect variable | 04 Jul 2008 01:38 GMT | 2 |
I have a parent class foo where I defined dynamically a variable bar i.e.: class foo { public function __construct()
|
| $string .= $new vs $string = $string . $new performance | 03 Jul 2008 23:48 GMT | 1 |
Hey Guys, Quick question about the PHP compiler, is there any performance difference between $string .= $new;
|
| foreachif suggestion | 03 Jul 2008 21:51 GMT | 8 |
Can I suggest a new PHP native function, "foreachif". At the moment I am trying to make my code run cleanly even if warnings are switched on. If I do a foreach on a non-existent array, I get a warning. So I have to do
|
| How to pass parameters to a php://filter ? | 03 Jul 2008 14:04 GMT | 1 |
I would like to use the 'php://filter' feature, but how to pass parameters to the invoked filter? Example: file_get_contents("php://filter/read=string.strip_tags/resource=blabla");
|
| Want to increase upload speed : php | 03 Jul 2008 12:52 GMT | 10 |
I am using php script to upload file. some times if file size is too big(1GB) it takes too much time to upload. Can someone suggest me the way to increase upload speed.
|
| session variables | 03 Jul 2008 12:17 GMT | 9 |
I have come across this problem before but never really resolved it. It is probably something so obvious that I should be embarrassed to even ask in this forum. The problem is one of losing the value of a session variable. Here is a
|